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
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
when initializing fields inside a struct being declared, replace gccism with ...
Charles Kerr
2012-10-26
1
-3
/
+3
*
fix grammar: use of its and it's
Charles Kerr
2012-10-07
1
-1
/
+1
*
fix leaky DbusmenuServer.priv.dbusobject
Charles Kerr
2012-04-14
1
-0
/
+5
*
In menuitem_signals_remove(), disconnect the DBUSMENU_MENUITEM_SIGNAL_SHOW_TO...
Charles Kerr
2012-04-10
1
-0
/
+1
*
Apparently this type is wrong, if only this language supported some way to co...
Ted Gould
2012-04-09
1
-1
/
+1
*
Pull the items out of the tuple
Ted Gould
2012-04-09
1
-2
/
+4
*
Unpacking the tuple
Ted Gould
2012-03-30
1
-1
/
+3
*
Move the actual about-to-show call into the idle incase we get a ton of them ...
Ted Gould
2012-03-30
1
-2
/
+14
*
Fleshing out the about-to-show group handler
Ted Gould
2012-03-30
1
-1
/
+55
*
Make it so the memory handling of the event_core function is more predictable...
Ted Gould
2012-03-30
1
-4
/
+5
*
Fleshing out the event group function
Ted Gould
2012-03-30
1
-1
/
+48
*
Pulling the core event handling into its own function
Ted Gould
2012-03-30
1
-12
/
+23
*
Merging trunk
Ted Gould
2012-03-30
1
-7
/
+55
|
\
|
*
ChrisCoulson's patch to add a lookup hash to avoid the overhead of calling db...
Charles Kerr
2012-03-28
1
-7
/
+55
|
|
\
|
|
*
this is ChrisCoulson's experimental patch to add a lookup hash to avoid the o...
Charles Kerr
2012-03-27
1
-7
/
+55
*
|
|
Put in functions to handle the new group functions
Ted Gould
2012-03-30
1
-0
/
+32
*
|
|
Bumping the version of the wire protocol
Ted Gould
2012-03-30
1
-1
/
+1
|
/
/
*
/
server: don't send replies for events that don't request replies
Ryan Lortie
2012-03-27
1
-1
/
+3
|
/
*
Remove unused const on GStrv's
Ted Gould
2012-02-15
1
-1
/
+1
|
\
|
*
Removing useless const on dbusmenu_server_get_icon_paths()
Ted Gould
2012-02-10
1
-1
/
+1
*
|
Ensure that we only return once even with error
Ted Gould
2012-02-15
1
-4
/
+3
|
\
\
|
*
|
Ensure that we only return the invocation one way
Ted Gould
2012-02-09
1
-4
/
+3
|
|
/
*
/
Making it so that we ref_sink() the variants so that when we unref them later...
Ted Gould
2012-02-09
1
-3
/
+17
|
/
*
Respond to the 'FindServers' signal
Ted Gould
2011-10-04
1
-0
/
+35
*
Protect from NULL privates
Ted Gould
2011-09-27
1
-0
/
+2
|
\
|
*
Protect against an odd crash. Not sure how the private becomes 'NULL'
Ted Gould
2011-09-23
1
-0
/
+2
*
|
When there are no removed properties in ItemsPropertiesUpdated, ensure the ar...
Chris Coulson
2011-06-28
1
-2
/
+2
*
|
Answering a TODO
Ted Gould
2011-06-16
1
-1
/
+2
*
|
Fix for several issues as documented in bug 784890
Jonathan Landis
2011-06-16
1
-44
/
+75
*
|
Fix a typo in the signal name to make it match the XML files
Ted Gould
2011-04-19
1
-1
/
+1
|
\
|
*
|
Referencing the server for as long as we're looking up the bus.
Ted Gould
2011-04-18
1
-0
/
+3
|
/
*
wrap PropertiesChanged arguments in a variant
Michael Terry
2011-03-08
1
-3
/
+3
*
Use proper types on function
Ted Gould
2011-03-03
1
-2
/
+2
|
\
|
*
These should be tuples, and now they are!
Ted Gould
2011-02-28
1
-2
/
+2
*
|
Should be a tuple
Ted Gould
2011-03-03
1
-1
/
+1
*
|
Changing comment so it can get some GIR lovin'
Ted Gould
2011-03-03
1
-9
/
+9
*
|
Changing property name to match DBus recommendations
Ted Gould
2011-03-02
1
-2
/
+2
*
|
Sync up to trunk
Ted Gould
2011-03-02
1
-13
/
+34
|
\
\
|
*
|
Rename dbus properties to follow dbus naming conventions
Aurelien Gateau
2011-03-02
1
-5
/
+5
|
*
|
Use the right i18n header
Ted Gould
2011-03-01
1
-1
/
+1
|
|
\
\
|
|
*
|
Use the library i18n instead of the standard one for apps.
Ted Gould
2011-02-25
1
-1
/
+1
|
|
|
/
|
*
/
Actually looking up the parent menu item
Ted Gould
2011-03-01
1
-1
/
+5
|
|
/
|
*
Set property to status and return it
Ted Gould
2011-02-24
1
-0
/
+2
|
*
Documentation fixes
Ted Gould
2011-02-24
1
-0
/
+2
|
*
Only send property updates if the item has been already requested.
Ted Gould
2011-02-24
1
-6
/
+17
|
|
\
|
|
*
Adjusting so that we can check to see if the menu item has been exposed befor...
Ted Gould
2011-02-18
1
-6
/
+17
|
*
|
Allow sending only some properties based on what is requested.
Ted Gould
2011-02-24
1
-1
/
+3
|
|
\
\
|
|
*
|
When we're being selective we need to ensure we don't unref too boldly.
Ted Gould
2011-02-21
1
-1
/
+3
|
|
|
/
*
|
|
Handle the property being grabbed over dbus
Ted Gould
2011-02-22
1
-0
/
+10
*
|
|
Fleshing out the function to set the icon dirs
Ted Gould
2011-02-22
1
-1
/
+36
[next]