aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merging in the glibresignaling branch to change howTed Gould2009-06-2640-768/+2734
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signals move themselves up the stack.
| * | | | | | | | | | | | | releasing version 0.0-0ubuntu1~ppa6~dbusdeath2Ted Gould2009-06-181-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | debian/control: Adding in a build dependency on libjson-glib-devTed Gould2009-06-182-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as it's now required to build the tests.
| * | | | | | | | | | | | | releasing version 0.0-0ubuntu1~ppa6~dbusdeath1Ted Gould2009-06-181-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Dbus death branch.Ted Gould2009-06-189-103/+353
|/| | | | | | | | | | | | |
* | | | | | | | | | | | | | releasing version 0.0-0ubuntu1~ppa5Ted Gould2009-05-271-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Fix for 64-bit buildsTed Gould2009-05-273-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | releasing version 0.0-0ubuntu1~ppa4Ted Gould2009-05-261-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Another bug fix.Ted Gould2009-05-262-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | releasing version 0.0-0ubuntu1~ppa3Ted Gould2009-05-261-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Bug fix and a couple of convience functions.Ted Gould2009-05-263-1/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | releasing version 0.0-0ubuntu1~ppa2Ted Gould2009-05-251-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Bringing in the gtkmenu branchTed Gould2009-05-2524-69/+1843
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | First try at packagingTed Gould2009-05-258-0/+134
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | 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
| | | | | | | | | | |
| | | | | | | | | | * Switching the prototype for type handlers so that it passes the client as well.Ted Gould2009-08-253-10/+9
| | | | | | | | | | |
| | | | | | | | | | * 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-252-0/+34
| | | | | | | | | | |
| | | | | | | | | | * Signaling the realized event after it has all it's parameters.Ted Gould2009-08-252-0/+3
| | | | | | | | | | |
| | | | | | | | | | * Creating a realized signal on the menu items.Ted Gould2009-08-252-1/+21
| | | | | | | | | | |
| | | | | | | | | | * Making things a little more type safe. Only one evil cast.Ted Gould2009-08-201-13/+21
| | | | | | | | | | |
| | | | | | | | | | * Makin' it so that if we have a type handler we use that, otherwise we pass ↵Ted Gould2009-08-202-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | things up. Also making it so that type handlers can report an error.
| | | | | | | | | | * Seems intltool changed slightlyTed Gould2009-08-201-1/+1
| | | | | | | | | | |
| | | | | | | | | | * Switching the new signal to be after the properties are gotten and adding a ↵Ted Gould2009-08-202-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hashtable for type handlers.
| | | | | | | | | | * AM 1.11 silenceTed Gould2009-08-201-0/+2
| | | | | | | | | |/
| | | | | | | | | * Merging in the development branchesTed Gould2009-08-0446-703/+3844
| | | | | | | | | |\ | | | | | | | | | |/ | | | | | | | | |/|
| | | | | | | | * | Heh, turns out we need to actually signal people across DBus or nothing ↵Ted Gould2009-07-201-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works. Who'd a thought.