aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Making generated items understand underlines in labels.Cody Russell2009-12-091-0/+3
|\
| * Use underlinesCody Russell2009-12-091-0/+3
| |
* | Fix #include in client.hCody Russell2009-12-091-2/+1
|/
* Put the child printout under massive debugging.Ted Gould2009-10-051-0/+8
|
* Putting the menuitem dying in massive debugging info.Ted Gould2009-10-021-1/+3
|
* Printing when the GTK Menu item gets destroyed.Ted Gould2009-10-021-0/+12
|
* Reporting on the request pos vs. the actual.Ted Gould2009-10-011-2/+32
|
* Reffing the GTK menu itemTed Gould2009-10-011-0/+1
|
* Checking to see if we got null before casting.Ted Gould2009-10-011-2/+3
|
* Leaving abstract the data as long as possible to avoid GTK cast warnings.Ted Gould2009-10-011-5/+4
|
* Removing on deleteTed Gould2009-10-011-0/+6
|
* Trying to handle the reorder part of child_addedTed Gould2009-10-011-0/+8
|
* Message for realizedTed Gould2009-10-011-0/+1
|
* Adding a log domain for libdbusmenu-gtkTed Gould2009-10-011-1/+1
|
* Adding a couple massive debugging messages.Ted Gould2009-10-011-0/+8
|
* Some comments and when a root item is realized we're reordering it right ↵Ted Gould2009-09-091-1/+19
| | | | away. This makes a lot more sense.
* Some comments as I'm looking through the code.Ted Gould2009-09-091-3/+26
|
* Casting the gsize to an int for 64-bit systems. We shouldn't have pngs over ↵Ted Gould2009-09-031-1/+1
| | | | 4 GB anyway. Wonder how dbus would handle it...
* Merging in support for image items. Including encoding and decoding the ↵Ted Gould2009-09-034-2/+294
|\ | | | | | | images across DBus.
| * Moving the checking on the data set on whether we have a name earlier. We ↵Ted Gould2009-09-031-7/+9
| | | | | | | | don't want to change anything if we've got a name already. Return early.
| * Fixing some string checking. Truth is a bitch.Ted Gould2009-09-031-6/+3
| |
| * Switching to setting the label initially seems to make everything better. ↵Ted Gould2009-09-031-1/+1
| | | | | | | | Go figure.
| * A couple more comments.Ted Gould2009-09-021-0/+4
| |
| * Fleshing out the image property handler.Ted Gould2009-09-021-4/+88
| |