aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Protect an external function betterTed Gould2011-09-231-0/+4
| | |/ | |/|
* | | Protect from NULL privatesTed Gould2011-09-271-0/+2
|\ \ \
| * | | Protect against an odd crash. Not sure how the private becomes 'NULL'Ted Gould2011-09-231-0/+2
| | | |
* | | | Fix ref leaks in proxy codeTed Gould2011-09-231-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | unref added children in proxy codeMichael Terry2011-09-231-0/+2
|/ / /
* | | 0.4.94Ted Gould2011-09-191-3/+3
| | |
* | | Adding an optional build of the dumperDennis Schridde2011-09-193-4/+30
| | |
* | | Making it so that the Vala build is optionalDennis Schridde2011-09-193-0/+19
| | |
* | | Protect the parse from segfaultsTed Gould2011-09-192-0/+5
|\ \ \
| * | | Making sure to sink the reference before parsing it.Ted Gould2011-09-191-0/+2
| | | |
| * | | Adding in warnings to protect watch_submenuTed Gould2011-09-191-0/+3
|/ / /
* | | Fix introspection buildTed Gould2011-09-020-0/+0
|\ \ \
| * | | Fix dependencies in introspection buildDennis Schridde2011-09-021-1/+1
| | | |
* | | | Make the test app not depend on dbusmenu-GTKTed Gould2011-09-021-8/+0
|\ \ \ \
| * | | | Remove unneeded dbusmenu-GTK dep in testappDennis Schridde2011-09-021-8/+0
| |/ / /
* | | | Fix introspection detection.Ted Gould2011-09-021-0/+2
|\ \ \ \
| * | | | Fix detecting introspection when there is none at allDennis Schridde2011-09-021-0/+2
| | | | |
* | | | | Making GTK optionalTed Gould2011-09-024-14/+47
|\ \ \ \ \
| * | | | | Make building for GTK optionalDennis Schridde2011-09-023-13/+40
| | | | | |
* | | | | | Make building tests optionalDennis Schridde2011-09-023-3/+25
| | | | | |
* | | | | | 0.4.93Ted Gould2011-08-251-3/+3
| | | | | |
* | | | | | Fix packing to use toggle spacingTed Gould2011-08-251-8/+8
|\ \ \ \ \ \
| * | | | | | Changing from using hspace to using toggle-spaceTed Gould2011-08-241-8/+8
|/ / / / / /
* | | | | | 0.4.92Ted Gould2011-08-241-3/+3
| | | | | |
* | | | | | Fix signatures on signalsTed Gould2011-08-241-2/+2
|\ \ \ \ \ \
| * | | | | | When there are no removed properties in ItemsPropertiesUpdated, ensure the ↵Chris Coulson2011-06-281-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arguments have the correct signature so that they aren't rejected by the client (LP: #799878)
* | | | | | Making the capturing of colors from the theme GTK3 specific (it is) so that ↵Ted Gould2011-08-241-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | GTK2 can build
* | | | | | 0.4.91Ted Gould2011-08-241-3/+3
| | | | | |
* | | | | | Adding discriptive text to the enumsTed Gould2011-08-241-0/+6
| | | | | |
* | | | | | Ignoring the enum types as wellTed Gould2011-08-241-1/+1
| | | | | |
* | | | | | Adding disposition entries to the docsTed Gould2011-08-241-0/+5
| | | | | |
* | | | | | Add in a disposition for menuitemsTed Gould2011-08-2311-28/+498
|\ \ \ \ \ \
| * | | | | | Fixing the color namesTed Gould2011-08-231-3/+3
| | | | | | |
| * | | | | | Fixing the comparision so that we don't block updatesTed Gould2011-08-221-5/+6
| | | | | | |
| * | | | | | Adding in a mnemonic testTed Gould2011-08-221-0/+32
| | | | | | |
| * | | | | | Adding disposition testsTed Gould2011-08-221-0/+21
| | | | | | |
| * | | | | | Create a local string with a color if the disposition is non-normalTed Gould2011-08-221-2/+51
| | | | | | |
| * | | | | | Implement the setter and getter for dispositionTed Gould2011-08-221-0/+38
| | | | | | |
| * | | | | | Add in a disposition and set it at initTed Gould2011-08-221-0/+2
| | | | | | |
| * | | | | | Set the disposition from the value given and from the enum.Ted Gould2011-08-221-1/+3
| | | | | | |
| * | | | | | Make sure that we get rid of the enum stuff as wellTed Gould2011-08-221-1/+1
| | | | | | |
| * | | | | | Adding in a disposition type and get proper enum generationTed Gould2011-08-225-13/+231
| | | | | | |
| * | | | | | Adding an enum for the the disposition and functions to set and get itTed Gould2011-08-221-13/+24
| | | | | | |
| * | | | | | Adding infrastructure to watch for the disposition property.Ted Gould2011-08-221-0/+17
| | | | | | |
| * | | | | | Putting in some headers to make this file easier to readTed Gould2011-08-221-1/+27
| | | | | | |
| * | | | | | Updating the protocol specTed Gould2011-08-222-2/+15
| | | | | | |
| * | | | | | Adding a disposition property in to the header and defaultsTed Gould2011-08-222-0/+40
| |/ / / / /
* / / / / / Fix docs on which GTK is defaultTed Gould2011-08-231-1/+1
|/ / / / /
* | | | | 0.4.90Ted Gould2011-06-201-2/+2
| | | | |
* | | | | Require a JSON Glib with G_CONST_RETURN removedTed Gould2011-06-201-1/+1
| | | | |