aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem.c
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-241-1/+3
* gtk-doc fix: dbusmenu_menuitem_set_root doesn't have a return valueCharles Kerr2012-12-041-2/+0
* when initializing fields inside a struct being declared, replace gccism with ...Charles Kerr2012-10-261-2/+2
* fix grammar: use of its and it'sCharles Kerr2012-10-071-3/+3
* constify the dbusmenu_menuitem_get*() functionsCharles Kerr2012-04-251-7/+7
* Fixing a trivial annotation bugTed Gould2012-03-081-2/+2
* Switching out logic, we're using replaced now because it gets set everytime t...Ted Gould2012-03-081-2/+1
* Not sending the update signal if the value is being cleared and it was alread...Ted Gould2012-03-021-1/+2
* Because of the change of inhash above we could have hash_variant be NULL hereTed Gould2012-02-091-1/+1
* Change icon-data to contains raw png bytes, without base64 encodingAurélien Gâteau2012-01-231-0/+51
* Ensure the class is correctTed Gould2011-09-231-1/+1
* Various memory leaks and fixesTed Gould2011-06-171-11/+6
|\
| * Avoid string parsing by using a direct variant new function.Ted Gould2011-06-161-1/+1
| * Fix for several issues as documented in bug 784890Jonathan Landis2011-06-161-11/+6
* | Adding the element type to get_childrenTed Gould2011-05-131-1/+1
|/
* Make check to send about-to-show look for properties as well.Ted Gould2011-04-051-1/+1
* Using the new definesTed Gould2011-03-161-1/+1
* Putting in a protection and fixing the truthTed Gould2011-03-071-2/+6
* Steal earlier instead of later so that signal handlers don't find the value i...Ted Gould2011-03-071-1/+3
* Switching to using the extended lookup and getting the key and valueTed Gould2011-03-071-4/+6
* Delaying the removal from the hashtable.Ted Gould2011-03-011-2/+18
* Putting a protection in for bad key values.Ted Gould2011-03-011-0/+1
* The last commit causes the warning in dbusmenu_menuitem_property_is_default t...Chris Coulson2011-03-011-7/+2
* Fix LP: #723873 - when a menuitems property is restored to a default value, t...Chris Coulson2011-02-281-17/+16
* Making sure to grab the variant and dispose of it in handle_event.Ted Gould2011-02-241-1/+12
* Marking as having details available in the signalTed Gould2011-02-241-1/+1
* Fixing signal emition to use the saved value instead of the enumTed Gould2011-02-241-1/+1
* Track the parent inside the menuitem instead of with a data property externally.Ted Gould2011-02-241-2/+105
|\
| * Adding a transfer annotation for the get_parent functionTed Gould2011-02-241-1/+1
| * Checking to ensure we're the parent before deletingTed Gould2011-02-241-0/+5
| * Hold a weak pointer to each DbusmenuMenuitems parent. This avoidsChris Coulson2011-02-241-2/+100
* | Adding an 'event' signal for generic event handlingTed Gould2011-02-241-1/+23
|\ \ | |/ |/|
| * Switch signal handler to return bool so that we can signal if someone has han...Ted Gould2011-02-231-6/+7
| * Sync to trunkTed Gould2011-02-221-379/+497
| |\
| * | Should return VOIDTed Gould2011-02-221-1/+1
| * | Now emit that signal appropriatelyTed Gould2011-01-281-0/+3
| * | Adding a signal for eventsTed Gould2011-01-281-0/+18
* | | Only send property updates if the item has been already requested.Ted Gould2011-02-241-0/+14
|\ \ \
| * | | Tracking whether we've been exposedTed Gould2011-02-181-2/+7
| * | | Adding a stub for exposed checkingTed Gould2011-02-181-0/+9
* | | | Allow sending only some properties based on what is requested.Ted Gould2011-02-241-1/+28
|\ \ \ \
| * | | | If there's a singular NULL entry we also want the full listTed Gould2011-02-231-1/+1
| * | | | Handle a request for selective properties and give less data backTed Gould2011-02-181-1/+28
| |/ / /
* | | | Fix up documentation and make it part of make checkTed Gould2011-02-241-1/+1
|\ \ \ \
| * | | | Fixing all the menuitem documentationTed Gould2011-02-211-1/+1
* | | | | Make sure to not recurse if the value says we shouldn'tTed Gould2011-02-241-1/+1
|\ \ \ \ \
| * | | | | Redefine so that we don't recurse if we shouldn'tTed Gould2011-02-231-1/+1
| | |_|_|/ | |/| | |
* / | | | Only look at defaults if we have a value to compare with.Ted Gould2011-02-231-22/+25
|/ / / /