aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Starting a framework for object testing.Ted Gould2009-12-211-0/+60
| * Making sure we get our function.Ted Gould2009-12-181-2/+2
| * Switching to just being a string and a pointer.Ted Gould2009-12-181-1/+1
| * Changing the prototype on the signal so that it isn't a string, but a value.Ted Gould2009-12-182-3/+3
* | Giving us some room in the 0.1.x series, but still getting version numbers in...Ted Gould2009-12-181-3/+3
* | Updating to the basis of the v2 changes for dbusmenuTed Gould2009-12-1821-201/+1199
|\|
| * Fixing MASSIVEDEBUGGING as it was still looking for a string.Ted Gould2009-12-181-1/+5
| * Not setting the underline for seperators.Ted Gould2009-12-171-1/+0
| * Updating to trunkTed Gould2009-12-170-0/+0
| |\ | |/ |/|
* | Syncing up with the 0.1 branchTed Gould2009-12-100-0/+0
|\ \
| * | 0.1.8Ted Gould2009-12-101-3/+3
| * | Merge in some of the changes from the 0.2 branch. Specifically we're taking:Ted Gould2009-12-106-11/+77
| |\ \ | |/ / |/| |
* | | Don't set underline to TRUE if it's a separator menuitemCody Russell2009-12-101-1/+0
* | | Making generated items understand underlines in labels.Cody Russell2009-12-091-0/+3
|\ \ \
* \ \ \ Fixing includes in the dbusmenu-gtk client.hCody Russell2009-12-091-2/+1
|\ \ \ \
| | | | * Handling the case of getting an image with the purpose of clearing the label....Ted Gould2009-12-171-5/+9
| | | | * Adding in a layout that has all kinds of different checks in it.Ted Gould2009-12-171-0/+49
| | | | * We killed the image item, time to update the tests.Ted Gould2009-12-171-14/+14
| | | | * Fleshing out the image functions for our generic item.Ted Gould2009-12-171-3/+67
| | | | * Trying to reduce the complexity of adding a label. Now we can detect the var...Ted Gould2009-12-171-23/+68
| | | | * License headers. I hate these.Ted Gould2009-12-172-0/+56
| | | | * Adding in an activate function so that we don't toggle our value on click. W...Ted Gould2009-12-161-14/+29
| | | | * Making sure a value is passed even if we're not using it for clicked.Ted Gould2009-12-161-1/+4
| | | | * Protect against NULL values and treat them as default values.Ted Gould2009-12-161-12/+16
| | | | * Adding some debug messages to the printout.Ted Gould2009-12-161-0/+3
| | | | * Handline the toggle based propertiesTed Gould2009-12-161-0/+49
| | | | * Set alignment on the labels.Ted Gould2009-12-161-0/+2
| | | | * Yeah, gotta show those labels.Ted Gould2009-12-161-0/+2
| | | | * Switching the client over to creating generic items.Ted Gould2009-12-161-6/+12
| | | | * Using the GValues instead of setting the strings.Ted Gould2009-12-161-2/+2
| | | | * Woot, a set label function.Ted Gould2009-12-161-0/+40
| | | | * CommentsTed Gould2009-12-161-0/+16
| | | | * Stupid formating changes.Ted Gould2009-12-161-8/+8
| | | | * Stubs for setting and getting the image and label.Ted Gould2009-12-162-0/+42
| | | | * Setting the properties based on the enum value changes.Ted Gould2009-12-161-0/+24
| | | | * Building up the case statements.Ted Gould2009-12-152-1/+25
| | | | * Functions for setting the check type and state of the check.Ted Gould2009-12-152-1/+50
| | | | * Better handling of the draw_indicator function, as in, this one will actually...Ted Gould2009-12-151-2/+27
| | | | * Setting up enums for the type of check and the state of it.Ted Gould2009-12-152-5/+22
| | | | * Slight cleanups, getting this code going.Ted Gould2009-12-152-19/+46
| | | | * Building the basic generic menu item.Ted Gould2009-12-154-0/+86
| | | | * Transition the dumper to getting values and converting them to strings instea...Ted Gould2009-12-151-1/+5
| | | | * Switching around the visible and sensitive handling to use our new fancy gett...Ted Gould2009-12-151-13/+18
| | | | * Adding in transforms for our getters.Ted Gould2009-12-151-2/+20
| | | | * Adding in a couple of transfer functions so that we can be backwards compatib...Ted Gould2009-12-151-0/+34
| | | | * Docs for the new functions.Ted Gould2009-12-151-0/+50
| | | | * Basic implementation of some helper getter/setters for GValues with int and b...Ted Gould2009-12-152-0/+40
| | | | * Killing the image item as it's own beast.Ted Gould2009-12-091-36/+14
| | | | * Flow through GValue changes.Ted Gould2009-12-091-13/+14
| | | | * Cleaning up our types. No more image type (but leaving to not confuse) and a...Ted Gould2009-12-092-1/+6