aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
Commit message (Expand)AuthorAgeFilesLines
* Update for review commentsChris Coulson2013-05-281-5/+11
* Set the max ID of menuitems to G_MAXINT rather than 30000, as internally, the...Chris Coulson2013-05-171-2/+5
* Fix multiple leaks due to improper use of g_variant_parse()Chris Coulson2013-01-242-5/+14
* Make sure we unref the GDBusMethodInvocation when not sending a replyChris Coulson2013-01-221-0/+6
* gtk-doc fix: dbusmenu_menuitem_set_root doesn't have a return valueCharles Kerr2012-12-041-2/+0
* gtk-doc fix: DbusmenuMenuitemClass.send_about_to_showCharles Kerr2012-12-041-1/+1
* when initializing fields inside a struct being declared, replace gccism with ...Charles Kerr2012-10-262-5/+5
|\
| * when initializing fields inside a struct being declared, replace gccism with ...Charles Kerr2012-10-262-5/+5
* | null type means standard typeAlbert Astals2012-10-251-1/+1
* | Use g_variant_compareAlbert Astals2012-10-251-1/+1
* | Do not reuse menu items if their type is differentAlbert Astals2012-10-251-2/+23
|/
* fix grammar: use of its and it'sCharles Kerr2012-10-075-10/+10
* revert r417 so that we don't change the vapi name at the last minute for 12.1...Charles Kerr2012-09-201-3/+3
* merge lp:~charlesk/dbusmenu/constify-dbusmenu-menuitem-gettersCharles Kerr2012-08-212-13/+13
|\
| * constify the dbusmenu_menuitem_get*() functionsCharles Kerr2012-04-252-13/+13
* | don't include build-time filenames in comments of the enum header filesunknown2012-05-241-1/+1
* | Evan Nemerson's patch to make the Vala bindings use pkg-config names, rather ...Charles Kerr2012-04-261-3/+3
|\ \ | |/ |/|
| * apply Evan Nemerson's patch to make the Vala binidngs use pkg-config names, n...Charles Kerr2012-04-111-3/+3
* | fix leaky DbusmenuServer.priv.dbusobjectCharles Kerr2012-04-141-0/+5
|/
* In menuitem_signals_remove(), disconnect the DBUSMENU_MENUITEM_SIGNAL_SHOW_TO...Charles Kerr2012-04-101-0/+1
* merge lp:~ted/dbusmenu/about-to-show-tuple to fix about-to-show grouping.Charles Kerr2012-04-091-3/+5
|\
| * Apparently this type is wrong, if only this language supported some way to co...Ted Gould2012-04-091-1/+1
| * Pull the items out of the tupleTed Gould2012-04-091-2/+4
* | make event_data_find() and session_bus_cb() private instead of publicCharles Kerr2012-04-051-2/+2
* | Make sure that if the callback is NULL we're not trying to get a callbackTed Gould2012-04-041-1/+5
* | Protect from the cases where we might get NULL in the data segmentTed Gould2012-04-041-1/+8
|/
* Merge lp:~ted/dbusmenu/event-grouping to reduce the number of dbus messages t...Charles Kerr2012-04-044-54/+666
|\
| * Fixing a cut-and-paste commentTed Gould2012-04-031-1/+1
| * Switching to GQueueTed Gould2012-04-031-28/+36
| * Fill out the group callback to update if we need itTed Gould2012-04-031-0/+30
| * Fleshing out the idle handler for about to showTed Gould2012-04-031-0/+74
| * Setup our idle if we're grouping the eventsTed Gould2012-04-031-8/+37
| * Set up the about-to-show task tracking variablesTed Gould2012-04-031-1/+28
| * Pulling out parts of about to show so that we have a core function thereTed Gould2012-04-031-12/+21
| * Set and get the event grouping and notify if we change itTed Gould2012-04-031-0/+13
| * Add a property to whether we should group events or notTed Gould2012-04-032-1/+12
| * Making sure to clear the idle so we queue againTed Gould2012-03-301-0/+1
| * Unpacking the tupleTed Gould2012-03-301-1/+3
| * Making sure to init our errorTed Gould2012-03-301-1/+1
| * Making sure the variant is appropriately wrappedTed Gould2012-03-301-2/+3
| * If we're going to unref we should set to NULL to catch potential errorsTed Gould2012-03-301-0/+3
| * Checking the version of the server to see if we can group the propertiesTed Gould2012-03-301-0/+32
| * Okay, making all the callbacks real and returning appropriate errorsTed Gould2012-03-301-1/+53
| * Make the getting of properties debug messages as they can happen in normal usageTed Gould2012-03-301-2/+2
| * Putting a warning in dispose for something we shouldn't have to doTed Gould2012-03-301-0/+1
| * Setting up our callback functionTed Gould2012-03-301-1/+14
| * Flesh out the idle callback so we're not actually sending a message on DBus! Ted Gould2012-03-301-1/+55
| * Switching to a linked list of event_data structures getting passed to the idl...Ted Gould2012-03-301-33/+27
| * Splitting out the ending of the event_data objectTed Gould2012-03-301-7/+17
| * Handle the case of sending to the idle.Ted Gould2012-03-301-0/+28