aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * 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. ↵Ted Gould2009-08-271-4/+18
| | | | Comments by Neil.
* 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 ↵Ted Gould2009-08-262-18/+18
| | | | else where.
* 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 ↵Ted Gould2009-08-261-1/+12
| | | | until they're realized.
* Adding a warning, showing the widget and moving the new signal to ensure ↵Ted Gould2009-08-261-3/+5
| | | | everything is setup first
* Now we're building the child/parent relationship using the activation type ↵Ted Gould2009-08-251-2/+4
| | | | function.
* 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 ↵Ted Gould2009-08-251-9/+19
| | | | functions.
* 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. ↵Ted Gould2009-06-261-2/+0
| | | | It'll have to change from the beginning state that we just had it in. And since we're singled threaded ther was no way for it to change in those few lines of code.
* Removing the old is_root and now using the new property on the menuitems for ↵Ted Gould2009-06-262-10/+3
| | | | that task.
* Some debug messages and a forcing the initial root reset at the start.Ted Gould2009-06-251-0/+6
|
* Okay, now we have these guys doing something, let's roll.Ted Gould2009-06-251-3/+16
|
* Fleshing out the root changed function, but that's led to another couple ↵Ted Gould2009-06-251-2/+37
| | | | that need to get figured out as well.
* Make it so that getting the menuitem will create it in cases where it's not ↵Ted Gould2009-06-252-6/+16
| | | | created. This removes the chance of a race between the various functions.
* Making it so that we don't have any gtk events or handling of the root node. ↵Ted Gould2009-06-251-0/+13
| | | | It's a special node, we need to leave it alone.
* Adding the client to the child related functionsTed Gould2009-06-251-10/+10
|
* Some comments for the gtk-doc stuffTed Gould2009-06-241-0/+9
|
* Handling the differing signals to set things up with the various gtk widgetsTed Gould2009-06-242-3/+39
|
* Major reshuffling, not quite done, but compiles.Ted Gould2009-06-241-53/+40
|
* Getting rid of code. We don't need properties or to build a cleint. I ↵Ted Gould2009-06-232-124/+8
| | | | mean, we are one :)
* Okay, now we're rebuilding this client thingy.Ted Gould2009-06-232-39/+43
|
* Switching some of the client naming stuff to make everything stick together.Ted Gould2009-06-232-19/+22
|
* Okay, being a little funny with how these things are playing out. Missing ↵Ted Gould2009-06-233-107/+438
| | | | subversion's crazy everything is a copy semantics right now. It works well for stuff like this.
* Putting LGPL headers on these.Ted Gould2009-06-182-0/+56
|
* Getting distcheck to pass by getting the header files from the -glib branch ↵Ted Gould2009-06-051-1/+1
| | | | of things.
* Debug fixTed Gould2009-05-251-1/+1
|
* Switching so that we're destroying the widget instead of object unref'ing ↵Ted Gould2009-05-251-2/+2
| | | | the widget.
* Tracking destructionTed Gould2009-05-251-0/+1
|
* Bother, truth is so fickle in that it is so binary in wanting correctness.Ted Gould2009-05-251-1/+1
|