aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Expand)AuthorAgeFilesLines
* Building the basic generic menu item.Ted Gould2009-12-153-0/+85
* Switching around the visible and sensitive handling to use our new fancy gett...Ted Gould2009-12-151-13/+18
* 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 away...Ted Gould2009-09-091-1/+19
* 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
* Merging in support for image items. Including encoding and decoding the imag...Ted Gould2009-09-034-2/+294
|\
| * Moving the checking on the data set on whether we have a name earlier. We do...Ted Gould2009-09-031-7/+9
| * 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. Go...Ted Gould2009-09-031-1/+1
| * A couple more comments.Ted Gould2009-09-021-0/+4
| * Fleshing out the image property handler.Ted Gould2009-09-021-4/+88
| * Some comments in gtk-doc style.Ted Gould2009-09-021-0/+25
| * Fleshing out the get function again stealing code from libindicate-gtk.Ted Gould2009-09-021-1/+35
| * Fleshing out the setting function. Stealing from libindicate.Ted Gould2009-09-021-1/+26
| * Adding some place holders for the image handling functions.Ted Gould2009-09-023-2/+90
| * Inital structure for the image menu item.Ted Gould2009-09-021-0/+33
* | Basic support for the sensitive property.Ted Gould2009-09-021-0/+18
|/
* Checking the menu is a GTK menu before casting it. Comments by Neil.Ted Gould2009-08-271-0/+2
* Adding checks to the type handling functions in GTK+ version of the lib. Com...Ted Gould2009-08-271-4/+18
* Adding a public accessor for getting the gtk clientTed Gould2009-08-262-0/+18
* Promoting the base function up to an API function so that it can be used else...Ted Gould2009-08-262-18/+18
* Having new children processed on realizationTed Gould2009-08-261-3/+2
* Centralize visiblity processing and changes to the prop value.Ted Gould2009-08-261-4/+17
* Making a separatorTed Gould2009-08-261-9/+11
* Use the label Luke! It helps.Ted Gould2009-08-261-1/+1
* Instead of directly appending items, make it so that they're not connected un...Ted Gould2009-08-261-1/+12
* Adding a warning, showing the widget and moving the new signal to ensure ever...Ted Gould2009-08-261-3/+5
* Now we're building the child/parent relationship using the activation type fu...Ted Gould2009-08-251-2/+4
* Switching the prototype for type handlers so that it passes the client as well.Ted Gould2009-08-251-8/+7
* Code reshuffle. Now a warning on new items and fleshing out the type-based f...Ted Gould2009-08-251-9/+19
* Okay, building in some type handlers now.Ted Gould2009-08-251-0/+30
* Wait for the signal about the root changing instead of forcing it here. It'l...Ted Gould2009-06-261-2/+0
* Removing the old is_root and now using the new property on the menuitems for ...Ted Gould2009-06-262-10/+3