about summary refs log tree commit diff stats
path: root/inspector.c
Commit message (Collapse)AuthorAgeFilesLines
* rename xxxterm to xomreroMarco Peereboom2012-05-171-1/+1
|
* Fix bug were opening the inspector overwrote pointers in tablistElias Norberg2012-03-261-1/+1
|
* include using <> instead of ; this will have falloutMarco Peereboom2012-01-231-1/+1
|
* Make the inspector not crash on exitmarco2011-11-021-15/+75
| | | | | Turns out that someone else frees resources so don't do that and let gtk handle it all by itself.
* hook up all inspector signalsMarco Peereboom2011-11-011-0/+59
|
* Move inspector into it's own fileMarco Peereboom2011-11-011-0/+33
a> 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135