summaryrefslogtreecommitdiff
path: root/modules/inspector/window.h
Commit message (Collapse)AuthorAgeFilesLines
* inspector: stop being a moduleMatthias Clasen2014-05-141-84/+0
| | | | | | | | Moving the inspector into libgtk lets use reuse internals without having to add public API for everything or inventing awkward private call conventions. https://bugzilla.gnome.org/show_bug.cgi?id=730095
* inspector: Add a minimal Data tabMatthias Clasen2014-05-101-0/+1
| | | | | This will eventually show useful information about the content of tree models.
* inspector: Show signalsMatthias Clasen2014-05-101-0/+1
| | | | | | Add a tab that shows available signals for each object. For now, we only show if each signal has handlers connected or now. More functionality will be added later.
* inspector: Drop an unused functionMatthias Clasen2014-05-101-2/+0
|
* Move modules/other/parasite to modules/inspectorMatthias Clasen2014-05-101-0/+84
No need for the extra subdirectory, and the name should match the module name.