index
:
libdbusmenu
master
Pass a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdbusmenu-glib
/
menuitem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Upstream Merge
Ted Gould
2011-02-23
1
-1
/
+23
|
\
|
*
Switch signal handler to return bool so that we can signal if someone has han...
Ted Gould
2011-02-23
1
-6
/
+7
|
*
Sync to trunk
Ted Gould
2011-02-22
1
-379
/
+497
|
|
\
|
*
|
Should return VOID
Ted Gould
2011-02-22
1
-1
/
+1
|
*
|
Now emit that signal appropriately
Ted Gould
2011-01-28
1
-0
/
+3
|
*
|
Adding a signal for events
Ted Gould
2011-01-28
1
-0
/
+18
*
|
|
Only send property updates if the menu item has been
Ted Gould
2011-02-21
1
-0
/
+14
|
\
\
\
|
*
|
|
Tracking whether we've been exposed
Ted Gould
2011-02-18
1
-2
/
+7
|
*
|
|
Adding a stub for exposed checking
Ted Gould
2011-02-18
1
-0
/
+9
*
|
|
|
Add in a defaults database
Ted Gould
2011-02-21
1
-368
/
+452
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Ensure that we check the local db for the type and don't go all recursive.
Ted Gould
2011-02-21
1
-1
/
+6
|
*
|
|
Fleshing out the check for if a property is a default value.
Ted Gould
2011-02-21
1
-2
/
+15
|
*
|
|
The defaults database can, and should, handle NULL types with fallbacks.
Ted Gould
2011-02-21
1
-23
/
+21
|
*
|
|
If we can't get the value from our database, let's check the defaults.
Ted Gould
2011-02-21
1
-1
/
+7
|
*
|
|
Always replace to ensure we don't leak references.
Ted Gould
2011-02-21
1
-4
/
+9
|
*
|
|
Always check the type even if we don't have a value.
Ted Gould
2011-02-21
1
-12
/
+11
|
*
|
|
Allow for signaling the default value if it makes sense
Ted Gould
2011-02-21
1
-2
/
+11
|
*
|
|
When we're setting a value check to see if it's the same as the default and c...
Ted Gould
2011-02-21
1
-0
/
+37
|
*
|
|
Finally getting our very own reference for the defaults
Ted Gould
2011-02-21
1
-0
/
+9
|
*
|
|
merge trunk
Martin Pitt
2011-02-21
1
-21
/
+57
|
|
\
|
|
|
*
|
|
Fix GI annotations for Dbusmenu
Martin Pitt
2011-02-16
1
-361
/
+362
*
|
|
|
Handle a request for selective properties and give less data back
Ted Gould
2011-02-18
1
-1
/
+28
|
|
/
/
|
/
|
|
*
|
|
Making sure all refs sink incase of floating variants
Ted Gould
2011-02-15
1
-1
/
+1
*
|
|
Should sink as well if given a floating reference.
Ted Gould
2011-02-15
1
-1
/
+1
*
|
|
Splitting a few of these out so they're easier to follow
Ted Gould
2011-02-14
1
-2
/
+4
*
|
|
Merging in the no-xml based layout branch
Ted Gould
2011-02-14
1
-11
/
+33
|
\
\
\
|
*
|
|
More explicit function calling
Ted Gould
2011-02-14
1
-1
/
+1
|
*
|
|
Use the recurse parameter
Ted Gould
2011-02-14
1
-3
/
+3
|
*
|
|
Swapt out building XML for building a big variant structure
Ted Gould
2011-02-14
1
-10
/
+32
|
|
/
/
*
/
/
Adding a function to check if the property is a default
Ted Gould
2011-02-14
1
-0
/
+10
|
/
/
*
/
take_children() shouldn't unref the items as they might get deleted before th...
Ted Gould
2011-02-04
1
-2
/
+2
|
/
*
Making the hashtable have a full copy and free itself appropriately.
Ted Gould
2011-01-21
1
-2
/
+8
*
Adding an about-to-show signal to the menuitem
Ted Gould
2011-01-06
1
-1
/
+18
|
\
|
*
Add an about-to-show signal to the menu items and hook this up
Chris Coulson
2010-12-13
1
-1
/
+18
*
|
Oops, need to actually assign that return.
Ted Gould
2011-01-05
1
-1
/
+1
*
|
Testing for the string being NULL before g_variant aborts on it.
Ted Gould
2011-01-05
1
-1
/
+4
*
|
Handling the case of a NULL variant by making it clear the hashtable of that ...
Ted Gould
2011-01-05
1
-8
/
+16
|
/
*
Uhm, there's no explaination for this one. Duh.
Ted Gould
2010-11-23
1
-1
/
+1
*
Oops, messed up the format here.
Ted Gould
2010-11-18
1
-1
/
+1
*
Cleaning up the building of a properties variant
Ted Gould
2010-11-18
1
-16
/
+10
*
Fixing signal emition when there are new entries added to the property table.
Ted Gould
2010-11-18
1
-1
/
+1
*
Eh, bad truth checking here.
Ted Gould
2010-11-18
1
-2
/
+2
*
Fixing our signals and marshallers for them as well
Ted Gould
2010-11-17
1
-2
/
+2
*
Dropping set and get value
Ted Gould
2010-11-17
1
-77
/
+0
*
Change all the event handling to use GVariants
Ted Gould
2010-11-17
1
-5
/
+5
*
Adding deprecation comment to the documentation.
Ted Gould
2010-11-17
1
-0
/
+2
*
Replacing the value based functions with variants instead of values.
Ted Gould
2010-11-17
1
-43
/
+38
*
Switch the internal hash table to be variant and implement the set and get fu...
Ted Gould
2010-11-17
1
-11
/
+69
*
It doesn't really match standard GVariant syntax to have this be a const
Ted Gould
2010-11-16
1
-1
/
+1
*
Some stub functions so that we can compile
Ted Gould
2010-11-15
1
-0
/
+14
[next]