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
*
null type means standard type
Albert Astals
2012-10-25
1
-1
/
+1
*
Use g_variant_compare
Albert Astals
2012-10-25
1
-1
/
+1
*
Do not reuse menu items if their type is different
Albert Astals
2012-10-25
1
-2
/
+23
*
fix grammar: use of its and it's
Charles Kerr
2012-10-07
1
-2
/
+2
*
make event_data_find() and session_bus_cb() private instead of public
Charles Kerr
2012-04-05
1
-2
/
+2
*
Make sure that if the callback is NULL we're not trying to get a callback
Ted Gould
2012-04-04
1
-1
/
+5
*
Protect from the cases where we might get NULL in the data segment
Ted Gould
2012-04-04
1
-1
/
+8
*
Fixing a cut-and-paste comment
Ted Gould
2012-04-03
1
-1
/
+1
*
Switching to GQueue
Ted Gould
2012-04-03
1
-28
/
+36
*
Fill out the group callback to update if we need it
Ted Gould
2012-04-03
1
-0
/
+30
*
Fleshing out the idle handler for about to show
Ted Gould
2012-04-03
1
-0
/
+74
*
Setup our idle if we're grouping the events
Ted Gould
2012-04-03
1
-8
/
+37
*
Set up the about-to-show task tracking variables
Ted Gould
2012-04-03
1
-1
/
+28
*
Pulling out parts of about to show so that we have a core function there
Ted Gould
2012-04-03
1
-12
/
+21
*
Set and get the event grouping and notify if we change it
Ted Gould
2012-04-03
1
-0
/
+13
*
Add a property to whether we should group events or not
Ted Gould
2012-04-03
1
-1
/
+6
*
Making sure to clear the idle so we queue again
Ted Gould
2012-03-30
1
-0
/
+1
*
Making sure to init our error
Ted Gould
2012-03-30
1
-1
/
+1
*
Making sure the variant is appropriately wrapped
Ted Gould
2012-03-30
1
-2
/
+3
*
If we're going to unref we should set to NULL to catch potential errors
Ted Gould
2012-03-30
1
-0
/
+3
*
Checking the version of the server to see if we can group the properties
Ted Gould
2012-03-30
1
-0
/
+32
*
Okay, making all the callbacks real and returning appropriate errors
Ted Gould
2012-03-30
1
-1
/
+53
*
Make the getting of properties debug messages as they can happen in normal usage
Ted Gould
2012-03-30
1
-2
/
+2
*
Putting a warning in dispose for something we shouldn't have to do
Ted Gould
2012-03-30
1
-0
/
+1
*
Setting up our callback function
Ted Gould
2012-03-30
1
-1
/
+14
*
Flesh out the idle callback so we're not actually sending a message on DBus!
Ted Gould
2012-03-30
1
-1
/
+55
*
Switching to a linked list of event_data structures getting passed to the idl...
Ted Gould
2012-03-30
1
-33
/
+27
*
Splitting out the ending of the event_data object
Ted Gould
2012-03-30
1
-7
/
+17
*
Handle the case of sending to the idle.
Ted Gould
2012-03-30
1
-0
/
+28
*
Start by adding the data we're going to need to our private structure
Ted Gould
2012-03-30
1
-0
/
+17
*
glib client: don't request a reply on send_event() if nobody is listening for it
Ryan Lortie
2012-03-16
1
-0
/
+12
*
Clean up a goto and make the lifecycles of the variables more clear
Ted Gould
2012-03-01
1
-42
/
+44
*
Remove unused const on GStrv's
Ted Gould
2012-02-15
1
-1
/
+1
|
\
|
*
Removing useless const on dbusmenu_client_get_icon_paths()
Ted Gould
2012-02-10
1
-1
/
+1
*
|
Actually checking the NULL case properly
Ted Gould
2012-02-10
1
-2
/
+2
|
/
*
Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an
Luke Yelavich
2011-12-13
1
-1
/
+2
*
id of 0 in dbusmenu_client_send_about_to_show is valid, and used in appindica...
Ken VanDine
2011-09-30
1
-1
/
+1
*
More NULL protection
Ted Gould
2011-09-29
1
-0
/
+5
|
\
|
*
Protecting against NULL private areas
Ted Gould
2011-09-23
1
-0
/
+5
*
|
Protect client_about_to_show() from abusers
Ted Gould
2011-09-27
1
-0
/
+4
|
\
\
|
*
|
Protect an external function better
Ted Gould
2011-09-23
1
-0
/
+4
|
|
/
*
|
fix typo that prevented Qt apps from sending some property updates
Michael Terry
2011-04-19
1
-1
/
+1
*
|
Passing the menuitem instead of finding it.
Ted Gould
2011-04-10
1
-2
/
+1
*
|
Build menus based on teh child-display property
Ted Gould
2011-04-07
1
-3
/
+6
|
\
\
|
*
|
Now that we're using the child-display variable more, let's grab it in the fi...
Ted Gould
2011-04-05
1
-3
/
+6
*
|
|
fix typo
Michael Terry
2011-04-05
1
-1
/
+1
*
|
|
be a little more careful with asynchronous callbacks
Michael Terry
2011-04-05
1
-0
/
+5
|
/
/
*
|
Ensure the parent stays ref'd
Ted Gould
2011-03-28
1
-4
/
+5
|
\
\
|
*
|
fix some potential memory issues in hopes of fixing a reported crash
Michael Terry
2011-03-25
1
-5
/
+6
|
|
/
*
/
Put in some more protections on the types for property variants and generate ...
Ted Gould
2011-03-24
1
-5
/
+23
|
/
[next]