| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removing on delete | Ted Gould | 2009-10-01 | 1 | -0/+6 |
* | Trying to handle the reorder part of child_added | Ted Gould | 2009-10-01 | 1 | -0/+8 |
* | Message for realized | Ted Gould | 2009-10-01 | 1 | -0/+1 |
* | Adding a log domain for libdbusmenu-gtk | Ted Gould | 2009-10-01 | 1 | -1/+1 |
* | Adding a couple massive debugging messages. | Ted Gould | 2009-10-01 | 1 | -0/+8 |
* | Some comments and when a root item is realized we're reordering it right away... | Ted Gould | 2009-09-09 | 1 | -1/+19 |
* | Some comments as I'm looking through the code. | Ted Gould | 2009-09-09 | 1 | -3/+26 |
* | Casting the gsize to an int for 64-bit systems. We shouldn't have pngs over ... | Ted Gould | 2009-09-03 | 1 | -1/+1 |
* | Merging in support for image items. Including encoding and decoding the imag... | Ted Gould | 2009-09-03 | 4 | -2/+294 |
|\ |
|
| * | Moving the checking on the data set on whether we have a name earlier. We do... | Ted Gould | 2009-09-03 | 1 | -7/+9 |
| * | Fixing some string checking. Truth is a bitch. | Ted Gould | 2009-09-03 | 1 | -6/+3 |
| * | Switching to setting the label initially seems to make everything better. Go... | Ted Gould | 2009-09-03 | 1 | -1/+1 |
| * | A couple more comments. | Ted Gould | 2009-09-02 | 1 | -0/+4 |
| * | Fleshing out the image property handler. | Ted Gould | 2009-09-02 | 1 | -4/+88 |
| * | Some comments in gtk-doc style. | Ted Gould | 2009-09-02 | 1 | -0/+25 |
| * | Fleshing out the get function again stealing code from libindicate-gtk. | Ted Gould | 2009-09-02 | 1 | -1/+35 |
| * | Fleshing out the setting function. Stealing from libindicate. | Ted Gould | 2009-09-02 | 1 | -1/+26 |
| * | Adding some place holders for the image handling functions. | Ted Gould | 2009-09-02 | 3 | -2/+90 |
| * | Inital structure for the image menu item. | Ted Gould | 2009-09-02 | 1 | -0/+33 |
* | | Basic support for the sensitive property. | Ted Gould | 2009-09-02 | 1 | -0/+18 |
|/ |
|
* | Checking the menu is a GTK menu before casting it. Comments by Neil. | Ted Gould | 2009-08-27 | 1 | -0/+2 |
* | Adding checks to the type handling functions in GTK+ version of the lib. Com... | Ted Gould | 2009-08-27 | 1 | -4/+18 |
* | Adding a public accessor for getting the gtk client | Ted Gould | 2009-08-26 | 2 | -0/+18 |
* | Promoting the base function up to an API function so that it can be used else... | Ted Gould | 2009-08-26 | 2 | -18/+18 |
* | Having new children processed on realization | Ted Gould | 2009-08-26 | 1 | -3/+2 |
* | Centralize visiblity processing and changes to the prop value. | Ted Gould | 2009-08-26 | 1 | -4/+17 |
* | Making a separator | Ted Gould | 2009-08-26 | 1 | -9/+11 |
* | Use the label Luke! It helps. | Ted Gould | 2009-08-26 | 1 | -1/+1 |
* | Instead of directly appending items, make it so that they're not connected un... | Ted Gould | 2009-08-26 | 1 | -1/+12 |
* | Adding a warning, showing the widget and moving the new signal to ensure ever... | Ted Gould | 2009-08-26 | 1 | -3/+5 |
* | Now we're building the child/parent relationship using the activation type fu... | Ted Gould | 2009-08-25 | 1 | -2/+4 |
* | Switching the prototype for type handlers so that it passes the client as well. | Ted Gould | 2009-08-25 | 1 | -8/+7 |
* | Code reshuffle. Now a warning on new items and fleshing out the type-based f... | Ted Gould | 2009-08-25 | 1 | -9/+19 |
* | Okay, building in some type handlers now. | Ted Gould | 2009-08-25 | 1 | -0/+30 |
* | Wait for the signal about the root changing instead of forcing it here. It'l... | Ted Gould | 2009-06-26 | 1 | -2/+0 |
* | Removing the old is_root and now using the new property on the menuitems for ... | Ted Gould | 2009-06-26 | 2 | -10/+3 |
* | Some debug messages and a forcing the initial root reset at the start. | Ted Gould | 2009-06-25 | 1 | -0/+6 |
* | Okay, now we have these guys doing something, let's roll. | Ted Gould | 2009-06-25 | 1 | -3/+16 |
* | Fleshing out the root changed function, but that's led to another couple that... | Ted Gould | 2009-06-25 | 1 | -2/+37 |
* | Make it so that getting the menuitem will create it in cases where it's not c... | Ted Gould | 2009-06-25 | 2 | -6/+16 |
* | Making it so that we don't have any gtk events or handling of the root node. ... | Ted Gould | 2009-06-25 | 1 | -0/+13 |
* | Adding the client to the child related functions | Ted Gould | 2009-06-25 | 1 | -10/+10 |
* | Some comments for the gtk-doc stuff | Ted Gould | 2009-06-24 | 1 | -0/+9 |
* | Handling the differing signals to set things up with the various gtk widgets | Ted Gould | 2009-06-24 | 2 | -3/+39 |
* | Major reshuffling, not quite done, but compiles. | Ted Gould | 2009-06-24 | 1 | -53/+40 |
* | Getting rid of code. We don't need properties or to build a cleint. I mean,... | Ted Gould | 2009-06-23 | 2 | -124/+8 |
* | Okay, now we're rebuilding this client thingy. | Ted Gould | 2009-06-23 | 2 | -39/+43 |
* | Switching some of the client naming stuff to make everything stick together. | Ted Gould | 2009-06-23 | 2 | -19/+22 |
* | Okay, being a little funny with how these things are playing out. Missing su... | Ted Gould | 2009-06-23 | 3 | -107/+438 |
* | Putting LGPL headers on these. | Ted Gould | 2009-06-18 | 2 | -0/+56 |