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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Passing the menuitem instead of finding it.
Ted Gould
2011-04-10
3
-4
/
+4
*
Protecting the label with the null check and don't unref something that shoul...
Ted Gould
2011-04-10
1
-2
/
+1
*
Attaching the data in a way that it'll cleanup itself
Ted Gould
2011-04-10
1
-2
/
+3
*
Attaching bug
Ted Gould
2011-04-07
0
-0
/
+0
*
We have to destroy, why? Because we want to make sure that the menu having a...
Ted Gould
2011-04-07
1
-1
/
+1
*
Switching the reference to the GTK Menuitem to be a _sink as well as using se...
Ted Gould
2011-04-07
1
-21
/
+2
*
0.4.2
Ted Gould
2011-04-07
1
-3
/
+3
*
Build menus based on teh child-display property
Ted Gould
2011-04-07
3
-16
/
+49
|
\
|
*
Make check to send about-to-show look for properties as well.
Ted Gould
2011-04-05
1
-1
/
+1
|
*
Attching a bug number
Ted Gould
2011-04-05
0
-0
/
+0
|
*
Making the debug message better
Ted Gould
2011-04-05
1
-1
/
+1
|
*
We don't need the parent, cut-and-paste confusion here.
Ted Gould
2011-04-05
1
-6
/
+3
|
*
Handle the case of the variant being NULL
Ted Gould
2011-04-05
1
-1
/
+4
|
*
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
|
*
Then menu should get created when processing the property, so let's warn and ...
Ted Gould
2011-04-05
1
-10
/
+5
|
*
Passing in the client so that I can get the menuitem in all cases
Ted Gould
2011-04-05
1
-6
/
+19
|
*
Setting up the shell to handle the children display prop
Ted Gould
2011-04-05
1
-0
/
+22
*
|
Add a handler for the open/close events and pass them up to GTK
Ted Gould
2011-04-05
1
-0
/
+38
|
\
\
|
*
|
respond to opened and closed events for the benefit of any watching application
Michael Terry
2011-04-05
1
-0
/
+38
|
|
/
*
|
Keep refs to the client and makes sure to disconnect all handlers.
Ted Gould
2011-04-05
1
-0
/
+5
|
\
\
|
*
|
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
|
|
/
*
|
Don't duplicate flags
Ted Gould
2011-04-05
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
Don't need SCANNERFLAGS and INTROSPECTION_SCANNER_ARGS both so they dup'd the...
Ted Gould
2011-04-04
1
-2
/
+0
|
/
*
0.4.1
Ted Gould
2011-03-31
1
-3
/
+3
*
Ensuring that our iterators have variants to reference and ref'ing them corre...
Ted Gould
2011-03-31
2
-6
/
+17
|
\
|
*
Be more specific about the shortcut type
Ted Gould
2011-03-29
1
-1
/
+1
|
*
Split out into another variable
Ted Gould
2011-03-29
1
-1
/
+4
|
*
Use loop instead of next
Ted Gould
2011-03-28
1
-3
/
+1
|
*
Putting in some protections from NULL parameters.
Ted Gould
2011-03-28
1
-0
/
+11
|
*
Don't unref a variant we didn't have a ref to on error
Ted Gould
2011-03-28
1
-1
/
+0
*
|
Turning GTK Menuitems without labels into separators.
Ted Gould
2011-03-31
2
-17
/
+83
|
\
\
|
|
/
|
/
|
|
*
Remove some code duplication introduced in this branch
Chris Coulson
2011-03-30
1
-14
/
+13
|
*
- Don't change the type of existing menu items in the server. This
Chris Coulson
2011-03-30
1
-12
/
+62
|
*
Remove the now unneeded null pointer check on label in construct_dbusmenu_for...
Chris Coulson
2011-03-30
1
-17
/
+14
|
*
Revert the last commit and handle the same problem in the parser instead
Chris Coulson
2011-03-30
2
-1
/
+22
|
*
Don't set a default label for menuitems. Some applications (eg, xchat and pid...
Chris Coulson
2011-03-29
1
-1
/
+0
*
|
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
|
|
/
*
|
Protect our properties parsing a bit more.
Ted Gould
2011-03-28
1
-5
/
+23
|
\
\
|
|
/
|
/
|
|
*
Attaching bug
Ted Gould
2011-03-24
0
-0
/
+0
|
*
Put in some more protections on the types for property variants and generate ...
Ted Gould
2011-03-24
1
-5
/
+23
|
/
*
0.4.0
Ted Gould
2011-03-23
1
-3
/
+3
*
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
*
|
Switch to using iter_loop to protect from NULL variants
Ted Gould
2011-03-23
1
-25
/
+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
[next]