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
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure that we don't remove properties that are getting their values updated
Ted Gould
2011-03-23
1
-0
/
+21
|
\
|
*
Protect against NULL properties
Ted Gould
2011-03-22
1
-12
/
+14
|
*
Remove the link instead of the data
Ted Gould
2011-03-22
1
-1
/
+1
|
*
Protect the entries that are about to be updated from being removed
Ted Gould
2011-03-22
1
-0
/
+19
*
|
A couple more intr_loops with a small memory leak fix
Ted Gould
2011-03-21
1
-9
/
+10
*
|
Moving from iter_next to iter_loop on a couple more iterators
Ted Gould
2011-03-21
1
-6
/
+2
*
|
Removing an unneeded iner_new
Ted Gould
2011-03-21
1
-3
/
+3
*
|
Use iter_loop to handle unref'ing the variants cleanly.
Ted Gould
2011-03-21
1
-7
/
+4
|
/
*
The g_variant_get_* family of calls which return a GVariant
Chris Coulson
2011-03-14
1
-39
/
+102
*
Having the GTK Client handle theme directories
Ted Gould
2011-03-10
1
-0
/
+29
|
\
|
*
Also check the status when we get the proxy, not part of this bug, but it'll ...
Ted Gould
2011-03-10
1
-0
/
+14
|
*
On initially getting the proxy we need to check the theme directories to boot...
Ted Gould
2011-03-10
1
-0
/
+15
*
|
Fix various memory leaks
Chris Coulson
2011-03-10
1
-5
/
+6
*
|
Check to ensure that layout_props isn't NULL. Atleast we shouldn't crash.
Ted Gould
2011-03-09
1
-0
/
+1
|
/
*
Changing the destroy prototype for better GIR support
Ted Gould
2011-03-03
1
-5
/
+5
|
\
|
*
Changing the destroy notification function to be a GDestroyNotify for GIR pur...
Ted Gould
2011-03-02
1
-5
/
+5
*
|
Add a 'get' function for the icon theme directories.
Ted Gould
2011-03-03
1
-0
/
+17
*
|
Emit the signal when needed
Ted Gould
2011-03-03
1
-1
/
+1
*
|
Adding a signal for theme directories changing.
Ted Gould
2011-03-03
1
-0
/
+15
*
|
Handle getting the property and/or getting an update to it.
Ted Gould
2011-03-02
1
-0
/
+21
*
|
Adding the private variable for icon directories
Ted Gould
2011-03-02
1
-0
/
+7
|
/
*
Handle the case where the passed in property name could be from the hashtable.
Ted Gould
2011-03-02
1
-1
/
+1
|
\
|
*
Don't tell us everytime, we know you're good, you don't have to brag.
Ted Gould
2011-03-01
1
-1
/
+1
*
|
Rename dbus properties to follow dbus naming conventions
Aurelien Gateau
2011-03-02
1
-5
/
+5
|
/
*
Allow sending only some properties based on what is requested.
Ted Gould
2011-02-24
1
-1
/
+43
|
\
|
*
Search for and process type first
Ted Gould
2011-02-23
1
-1
/
+13
|
*
Adding visible and enabled to the initial grab.
Ted Gould
2011-02-23
1
-3
/
+5
|
*
Use the property structures that are from the GetLayout properties
Ted Gould
2011-02-18
1
-0
/
+15
|
*
Set a fixed set of properties that we ask for when requesting the layout
Ted Gould
2011-02-18
1
-1
/
+14
*
|
Adding a property to request attention
Ted Gould
2011-02-24
1
-0
/
+49
|
\
\
|
*
\
Merge changing from a signal to a property
Ted Gould
2011-02-18
1
-18
/
+11
|
|
\
\
|
*
|
|
Adds a status property that is gotten over DBus
Ted Gould
2011-02-18
1
-1
/
+50
*
|
|
|
Adding a property for text direction
Ted Gould
2011-02-24
1
-1
/
+88
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Instead of defining a signal let's make this a property and use 'notify'
Ted Gould
2011-02-18
1
-18
/
+11
|
|
/
/
|
*
|
Using the proper signal value. Oops
Ted Gould
2011-02-18
1
-1
/
+1
|
*
|
Use a for loop for looking at invalidated properties
Ted Gould
2011-02-18
1
-3
/
+3
|
*
|
Updating to trunk
Ted Gould
2011-02-18
1
-79
/
+107
|
|
\
|
|
*
|
Start handling text direction and signal when it changes
Ted Gould
2011-02-18
1
-3
/
+63
|
*
|
Adding a stub for getting the text direction
Ted Gould
2011-02-18
1
-0
/
+17
|
*
|
Adding the signal for text direction changing.
Ted Gould
2011-02-18
1
-0
/
+17
*
|
|
Fixup documentation and move the private functions to a private header file
Ted Gould
2011-02-21
1
-0
/
+1
*
|
|
merge trunk
Martin Pitt
2011-02-21
1
-79
/
+107
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Making sure all refs sink incase of floating variants
Ted Gould
2011-02-15
1
-1
/
+1
|
*
|
Merging in the no-xml based layout branch
Ted Gould
2011-02-14
1
-78
/
+57
|
|
\
\
|
|
*
|
Get the IDs properly. ints and unpacked
Ted Gould
2011-02-14
1
-2
/
+6
|
|
*
|
Splitting out the args for easier debugging
Ted Gould
2011-02-14
1
-1
/
+4
|
|
*
|
Making the build of the message more explicit and correct
Ted Gould
2011-02-14
1
-1
/
+8
|
|
*
|
Dropping libxml
Ted Gould
2011-02-14
1
-3
/
+0
|
|
*
|
Changing the client over from XML to taking in the variant structures
Ted Gould
2011-02-14
1
-75
/
+43
|
*
|
|
Ignore signals if there's no root node
Ted Gould
2011-02-14
1
-0
/
+3
[prev]
[next]