aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Collapse)AuthorAgeFilesLines
* This is crazyTed Gould2010-03-231-0/+25
|
* Add alignment settings to the iconsTed Gould2010-03-181-0/+4
|
* Check to see if we sent the blank icon, and space appropriately.Ted Gould2010-03-181-0/+10
|
* Pulling GIRs from the build dirTed Gould2010-03-021-1/+1
|
* Fixing the directory path for the glib gir file and making sure we clean up ↵Ted Gould2010-03-021-2/+2
| | | | the girs.
* Building the gir files at build time instead of at dist.Ted Gould2010-03-021-1/+1
|
* Adding the temp file to the clean stuffTed Gould2010-03-011-1/+1
|
* Generating the VAPI filesTed Gould2010-03-011-0/+29
|
* Change version number to 0.2Ted Gould2010-02-281-7/+7
|
* Generating the introspection dataTed Gould2010-02-281-1/+36
|
* Switching to transforming valuesTed Gould2010-02-041-7/+12
|
* Checking for NULL value in setting the toggle setting to make sure they are ↵Ted Gould2010-02-041-0/+4
| | | | set before erroring. And erroring if we don't get ints
* Interoperability fixes.Ted Gould2010-02-041-17/+17
|\
| * icon -> icon-nameAurelien Gateau2010-02-021-17/+17
| | | | | | | | | | | | | | sensitive -> enabled toggle-checked -> toggle-state toggle-state is now an int
* | Making a clicked in the gtk side of things.Ted Gould2010-02-031-1/+4
|/
* Fix an annoying warning that isn't really useful on image menuitems.Ted Gould2010-01-241-1/+4
|\
| * Change the 'return_if_fail' to an if as the previous function makes an ↵Ted Gould2010-01-221-1/+4
| | | | | | | | annoying message.
* | Sending the current event time for a menu item getting activated.Ted Gould2010-01-221-1/+1
|/
* Check if we're setting the same image and return so we don't destroy it.Cody Russell2010-01-121-0/+3
|
* Adding code to support icon names that have an implied direction in them.Ted Gould2010-01-111-2/+20
|\
| * Building the icon name based on the text direction of the menuitem widget.Ted Gould2010-01-111-1/+2
| |
| * Adding in a check to see if there is a 'ltr' icon, and use it if so.Ted Gould2010-01-111-2/+19
| |
* | A little function to grab the horizontal padding and stuff it into the box.Ted Gould2010-01-111-4/+15
|/
* Using the state defines for the check state.Ted Gould2010-01-071-2/+2
|
* Using #defines for the type of boxTed Gould2010-01-071-2/+2
|
* Not setting the underline for seperators.Ted Gould2009-12-171-1/+0
|
* 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-172-0/+56
|
* 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.
* Protect against NULL values and treat them as default values.Ted Gould2009-12-161-12/+16
|
* 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
|
* 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 ↵Ted Gould2009-12-151-2/+27
| | | | actually work.
* 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-153-0/+85
|
* Switching around the visible and sensitive handling to use our new fancy ↵Ted Gould2009-12-151-13/+18
| | | | getters so that we have consistent handling there.
* 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
|