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
*
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
*
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
|
*
|
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
|
|
/
*
|
Look everywhere for accel closures
Ted Gould
2011-03-22
1
-2
/
+9
|
\
\
|
|
/
|
/
|
|
*
check menu items for accelerators directly if accel label doesn't have one
Michael Terry
2011-03-21
1
-2
/
+9
|
/
*
Entering and exiting the GDK threads when calling up to GTK
Oleg Shparber
2011-03-21
1
-0
/
+2
*
0.3.102
Ted Gould
2011-03-16
1
-3
/
+3
*
Add handling for children getting removed
Ted Gould
2011-03-16
1
-6
/
+50
|
\
|
*
Update to current trunk
Ted Gould
2011-03-09
3
-14
/
+48
|
|
\
|
*
|
If we call the parse function and we already have the menu item built for the...
Ted Gould
2011-03-08
1
-6
/
+15
|
*
|
Disconnecting the child removed handlers
Ted Gould
2011-03-08
1
-0
/
+2
|
*
|
Removing the dbusmenu menuitem from the parent if it gets removed on the GTK ...
Ted Gould
2011-03-08
1
-0
/
+14
|
*
|
Add a callback for child-removed as well
Ted Gould
2011-03-08
1
-0
/
+19
*
|
|
Adding defines for the event identifiers
Ted Gould
2011-03-16
5
-4
/
+35
|
\
\
\
|
*
|
|
Adding event defines to the documentation.
Ted Gould
2011-03-16
1
-0
/
+3
|
*
|
|
Adding opened and closed to the spec
Ted Gould
2011-03-16
1
-0
/
+2
|
*
|
|
Using the new defines
Ted Gould
2011-03-16
2
-4
/
+4
|
*
|
|
Adding defines for the event ids
Ted Gould
2011-03-16
1
-0
/
+26
|
/
/
/
*
|
|
Send open and close signals when menu visibility changes.
Ted Gould
2011-03-16
1
-1
/
+11
|
\
\
\
|
*
|
|
add opened and closed events
Michael Terry
2011-03-16
1
-1
/
+11
*
|
|
|
Empty images are images too
Ted Gould
2011-03-16
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
handle empty image types
Michael Terry
2011-03-16
1
-0
/
+3
|
|
/
/
/
*
|
|
|
Removing a noisy warning
Ted Gould
2011-03-16
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Not everything is a menuitem
Ted Gould
2011-03-15
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Adding needed dependencies to pkgconfig files
Ted Gould
2011-03-16
2
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Adding needed requirements to pkgconfig files.
Ted Gould
2011-03-15
2
-2
/
+2
|
/
/
/
*
|
|
Handle NULL better in finding the label
Ted Gould
2011-03-14
1
-2
/
+8
|
\
\
\
|
*
|
|
be a little more cautious about pointers in sanitize_label_text
Michael Terry
2011-03-14
1
-2
/
+8
*
|
|
|
Lots of memory leak fixes
Ted Gould
2011-03-14
1
-39
/
+102
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
The g_variant_get_* family of calls which return a GVariant
Chris Coulson
2011-03-14
1
-39
/
+102
|
/
/
/
*
|
|
0.3.101
Ted Gould
2011-03-10
1
-3
/
+3
*
|
|
Ignoring a bunch of files that are annoying
Ted Gould
2011-03-10
1
-0
/
+22
*
|
|
Commenting out the Python tests as they don't test what we want
Ted Gould
2011-03-10
1
-2
/
+8
[next]