aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Ensure that we check the local db for the type and don't go all recursive.Ted Gould2011-02-211-1/+6
* | | Fleshing out the check for if a property is a default value.Ted Gould2011-02-211-2/+15
* | | The defaults database can, and should, handle NULL types with fallbacks.Ted Gould2011-02-211-23/+21
* | | If we can't get the value from our database, let's check the defaults.Ted Gould2011-02-211-1/+7
* | | Always replace to ensure we don't leak references.Ted Gould2011-02-211-4/+9
* | | Always check the type even if we don't have a value.Ted Gould2011-02-211-12/+11
* | | Allow for signaling the default value if it makes senseTed Gould2011-02-211-2/+11
* | | When we're setting a value check to see if it's the same as the default and c...Ted Gould2011-02-211-0/+37
* | | Finally getting our very own reference for the defaultsTed Gould2011-02-211-0/+9
|/ /
* | merge trunkMartin Pitt2011-02-211-21/+57
|\|
| * Making sure all refs sink incase of floating variantsTed Gould2011-02-151-1/+1
| * Should sink as well if given a floating reference.Ted Gould2011-02-151-1/+1
| * Splitting a few of these out so they're easier to followTed Gould2011-02-141-2/+4
| * Merging in the no-xml based layout branchTed Gould2011-02-141-11/+33
| |\
| | * More explicit function callingTed Gould2011-02-141-1/+1
| | * Use the recurse parameterTed Gould2011-02-141-3/+3
| | * Swapt out building XML for building a big variant structureTed Gould2011-02-141-10/+32
| * | Adding a function to check if the property is a defaultTed Gould2011-02-141-0/+10
| |/
* / Fix GI annotations for DbusmenuMartin Pitt2011-02-161-361/+362
|/
* take_children() shouldn't unref the items as they might get deleted before th...Ted Gould2011-02-041-2/+2
* Making the hashtable have a full copy and free itself appropriately.Ted Gould2011-01-211-2/+8
* Adding an about-to-show signal to the menuitemTed Gould2011-01-061-1/+18
|\
| * Add an about-to-show signal to the menu items and hook this upChris Coulson2010-12-131-1/+18
* | Oops, need to actually assign that return.Ted Gould2011-01-051-1/+1
* | Testing for the string being NULL before g_variant aborts on it.Ted Gould2011-01-051-1/+4
* | Handling the case of a NULL variant by making it clear the hashtable of that ...Ted Gould2011-01-051-8/+16
|/
* Uhm, there's no explaination for this one. Duh.Ted Gould2010-11-231-1/+1
* Oops, messed up the format here.Ted Gould2010-11-181-1/+1
* Cleaning up the building of a properties variantTed Gould2010-11-181-16/+10
* Fixing signal emition when there are new entries added to the property table.Ted Gould2010-11-181-1/+1
* Eh, bad truth checking here.Ted Gould2010-11-181-2/+2
* Fixing our signals and marshallers for them as wellTed Gould2010-11-171-2/+2
* Dropping set and get valueTed Gould2010-11-171-77/+0
* Change all the event handling to use GVariantsTed Gould2010-11-171-5/+5
* Adding deprecation comment to the documentation.Ted Gould2010-11-171-0/+2
* Replacing the value based functions with variants instead of values.Ted Gould2010-11-171-43/+38
* Switch the internal hash table to be variant and implement the set and get fu...Ted Gould2010-11-171-11/+69
* It doesn't really match standard GVariant syntax to have this be a constTed Gould2010-11-161-1/+1
* Some stub functions so that we can compileTed Gould2010-11-151-0/+14