aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Wild and crazy 0.1.3Ted Gould2009-09-101-2/+2
|
* Merging in a fix for reordering entries in the GTK menu object. And some ↵Ted Gould2009-09-102-4/+45
|\ | | | | | | comments.
| * 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
|/
* Version 0.1.2Ted Gould2009-09-031-2/+2
|
* 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...
* Up to 0.1.1Ted Gould2009-09-031-2/+2
|
* Merging in support for image items. Including encoding and decoding the ↵Ted Gould2009-09-037-4/+415
|\ | | | | | | images across DBus.
| * Adding precidence testing. The name should be over the data. Here the data ↵Ted Gould2009-09-031-0/+35
| | | | | | | | is the opposite of the name. So if the name matches the icon, we're right.
| * Put some data tests in there.Ted Gould2009-09-031-1/+39
| |
| * 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.
| * Adding in an icon name test. We fail it.Ted Gould2009-09-022-1/+46
| |
| * 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-024-2/+91
| |
| * Inital structure for the image menu item.Ted Gould2009-09-021-0/+33
| |
* | Merging in the sensitivity branch. It adds a property for adjusting the ↵Ted Gould2009-09-023-0/+65
|\ \ | |/ |/| | | sensitivity of menu items.
| * Adding bug LP:422086Ted Gould2009-09-020-0/+0
| |
| * Adding another menu that we can set sensitivity.Ted Gould2009-09-021-0/+46
| |
| * Basic support for the sensitive property.Ted Gould2009-09-022-0/+19
|/
* Increasing the version to 0.1.0 because of a miscommunication about what the ↵Ted Gould2009-08-271-2/+2
| | | | next version will be. The next version will be 0.1.1
* Merging in the branch to add a simple type system to dbusmenu and use it to ↵Ted Gould2009-08-2711-98/+349
|\ | | | | | | make a better GTK library, including showing and hiding items.
| * 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.
| * Making sure that type is not NULL. Comment from Neil.Ted Gould2009-08-271-0/+1
| |
| * Check the return of g_new0 for NULL. Comment by Neil.Ted Gould2009-08-271-5/+9
| |
| * Comment for Neil. Checking data.Ted Gould2009-08-271-0/+2
| |
| * 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.
| * We're going to need a new version for this change.Ted Gould2009-08-261-1/+1
| |
| * Having new children processed on realizationTed Gould2009-08-261-3/+2
| |
| * Adding in a default type handler, incase it's configured, but not set by ↵Ted Gould2009-08-261-0/+2
| | | | | | | | clients.
| * Making some separator tests and a visibility one as well.Ted Gould2009-08-261-5/+5
| |
| * Centralize visiblity processing and changes to the prop value.Ted Gould2009-08-261-4/+17
| |
| * Adding some defines for some common property values.Ted Gould2009-08-261-0/+5
| |
| * Spelling fix.Ted Gould2009-08-261-1/+1
| |
| * 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
| * Adding a type of 'menuitem' on all of these.Ted Gould2009-08-251-67/+67
| |
| * Ah, bother. Check NULL. Brain fart.Ted Gould2009-08-251-1/+1
| |
| * Now we're building the child/parent relationship using the activation type ↵Ted Gould2009-08-251-2/+4
| | | | | | | | function.
| * It turns out that when you define functions in a header file, they don't ↵Ted Gould2009-08-251-0/+43
| | | | | | | | just write themselves from your thoughts. Who's supposed to tell me these things? Anyway, now we have a way to register type handlers, like the header file said we should.
| * Forgot some signal documentation.Ted Gould2009-08-251-0/+1
| |