aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-031-1/+6
|
* Making sure to clear the idle so we queue againTed Gould2012-03-301-0/+1
|
* 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 ↵Ted Gould2012-03-301-33/+27
| | | | idle function
* 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
|
* glib client: don't request a reply on send_event() if nobody is listening for itRyan Lortie2012-03-161-0/+12
|
* Clean up a goto and make the lifecycles of the variables more clearTed Gould2012-03-011-42/+44
|
* Remove unused const on GStrv'sTed Gould2012-02-151-1/+1
|\
| * Removing useless const on dbusmenu_client_get_icon_paths()Ted Gould2012-02-101-1/+1
| |
* | Actually checking the NULL case properlyTed Gould2012-02-101-2/+2
|/
* Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set anLuke Yelavich2011-12-131-1/+2
| | | | | | | | alternative label for a menu item. This alternative label is only used for assistive technologies such as Orca. It is particularly useful for menu items where an icon is used to present further information to the user, in which case this property can be used to give a textual description of the icon.
* id of 0 in dbusmenu_client_send_about_to_show is valid, and used in ↵Ken VanDine2011-09-301-1/+1
| | | | appindicators like nm-applet (LP: #862989)
* More NULL protectionTed Gould2011-09-291-0/+5
|\
| * Protecting against NULL private areasTed Gould2011-09-231-0/+5
| |
* | Protect client_about_to_show() from abusersTed Gould2011-09-271-0/+4
|\ \
| * | Protect an external function betterTed Gould2011-09-231-0/+4
| |/
* | fix typo that prevented Qt apps from sending some property updatesMichael Terry2011-04-191-1/+1
| |
* | Passing the menuitem instead of finding it.Ted Gould2011-04-101-2/+1
| |
* | Build menus based on teh child-display propertyTed Gould2011-04-071-3/+6
|\ \
| * | Now that we're using the child-display variable more, let's grab it in the ↵Ted Gould2011-04-051-3/+6
| | | | | | | | | | | | first pass.
* | | fix typoMichael Terry2011-04-051-1/+1
| | |
* | | be a little more careful with asynchronous callbacksMichael Terry2011-04-051-0/+5
|/ /
* | Ensure the parent stays ref'dTed Gould2011-03-281-4/+5
|\ \
| * | fix some potential memory issues in hopes of fixing a reported crashMichael Terry2011-03-251-5/+6
| |/
* / Put in some more protections on the types for property variants and generate ↵Ted Gould2011-03-241-5/+23
|/ | | | some errors
* Ensure that we don't remove properties that are getting their values updatedTed Gould2011-03-231-0/+21
|\
| * Protect against NULL propertiesTed Gould2011-03-221-12/+14
| |
| * Remove the link instead of the dataTed Gould2011-03-221-1/+1
| |
| * Protect the entries that are about to be updated from being removedTed Gould2011-03-221-0/+19
| |
* | A couple more intr_loops with a small memory leak fixTed Gould2011-03-211-9/+10
| |
* | Moving from iter_next to iter_loop on a couple more iteratorsTed Gould2011-03-211-6/+2
| |
* | Removing an unneeded iner_newTed Gould2011-03-211-3/+3
| |