aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/genericmenuitem.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing check menu items (and radio)Ted Gould2010-12-091-14/+10
|\
| * Switching away from using set_activate as that doesn't actually set the ↵Ted Gould2010-12-091-14/+10
| | | | | | | | value, it just signals, but we're sucking up that signal already so we need to manually create it if we need it, which is the only way to set the active property. Goofy.
* | Removing a GValue to use the direct functionsTed Gould2010-12-021-9/+2
| |
* | Merging in trunk changes for dual build and GTK3 fixesTed Gould2010-12-011-12/+28
|\|
| * Merging in configurable GTK build optionTed Gould2010-11-111-12/+28
| |\
| | * instead of always building gtk2 and gtk3, add a --with-gtk= flag to ↵Michael Terry2010-10-061-12/+28
| | | | | | | | | | | | configure to specify which to build with
* | | Switching everything to start using variants... even ahead of GLibTed Gould2010-11-171-0/+2
|/ /
* | Setting the accel widget for the accel label.Ted Gould2010-06-151-0/+1
| |
* | Block the case where the label is being init'd to NULLTed Gould2010-06-141-0/+2
| |
* | Switching to an accel labelTed Gould2010-06-141-1/+1
|/
* Check if we're setting the same image and return so we don't destroy it.Cody Russell2010-01-121-0/+3
|
* A little function to grab the horizontal padding and stuff it into the box.Ted Gould2010-01-111-4/+15
|
* Handling the case of getting an image with the purpose of clearing the ↵Ted Gould2009-12-171-5/+9
| | | | label. Also showing the image.
* 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 ↵Ted Gould2009-12-171-23/+68
| | | | various cases and make sense of them. Which is kinda nice. More confident in this code.
* License headers. I hate these.Ted Gould2009-12-171-0/+28
|
* Adding in an activate function so that we don't toggle our value on click. ↵Ted Gould2009-12-161-14/+29
| | | | We're letting the application handle that. But, in turn, it turns out that is the only way to set the active property. So without an activate function, we can't set it. So, we're taking a lot more responsibility for setting it properly when we want to.
* Set alignment on the labels.Ted Gould2009-12-161-0/+2
|
* Yeah, gotta show those labels.Ted Gould2009-12-161-0/+2
|
* Woot, a set label function.Ted Gould2009-12-161-0/+40
|
* CommentsTed Gould2009-12-161-0/+16
|
* Stubs for setting and getting the image and label.Ted Gould2009-12-161-0/+39
|
* Setting the properties based on the enum value changes.Ted Gould2009-12-161-0/+24
|
* Building up the case statements.Ted Gould2009-12-151-0/+24
|
* Functions for setting the check type and state of the check.Ted Gould2009-12-151-0/+45
|
* Better handling of the draw_indicator function, as in, this one will ↵Ted Gould2009-12-151-2/+27
| | | | actually work.
* Setting up enums for the type of check and the state of it.Ted Gould2009-12-151-2/+5
|
* Slight cleanups, getting this code going.Ted Gould2009-12-151-10/+29
|
* Building the basic generic menu item.Ted Gould2009-12-151-0/+49