aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
Commit message (Expand)AuthorAgeFilesLines
* Import upstream version 12.10.2Sebastien Bacher2012-10-031-1/+1
|\
* | Import upstream version 12.10.1Didier Roche2012-09-202-6/+6
|\|
| * revert r417 so that we don't change the vapi name at the last minute for 12.1...Charles Kerr2012-09-201-3/+3
* | Import upstream version 12.10.0Didier Roche2012-09-205-26/+69
|\|
| * 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
| |/
* | Import upstream version 0.6.2Ted Gould2012-06-132-2/+2
|\ \
| * | Making the headers match independent of build directoryTed Gould2012-06-071-1/+1
| |/
* | Import upstream version 0.6.1Charles Kerr2012-04-111-3/+6
|\|
| * 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
* | | Import upstream version 0.5.99Charles Kerr2012-04-051-2/+2
|\| |
| * | make event_data_find() and session_bus_cb() private instead of publicCharles Kerr2012-04-051-2/+2
* | | Import upstream version 0.5.98Charles Kerr2012-04-051-2/+13
|\| |
| * | 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
| |/
* | Import upstream version 0.5.97Charles Kerr2012-04-048-57/+739
|\|
| * 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
| | * Start by adding the data we're going to need to our private structureTed Gould2012-03-301-0/+17
| | * Move the actual about-to-show call into the idle incase we get a ton of them ...Ted Gould2012-03-301-2/+14
| | * Fleshing out the about-to-show group handlerTed Gould2012-03-301-1/+55