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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbox the variants if they're boxed
Ted Gould
2011-02-08
1
-1
/
+6
*
IDs should be signed
Ted Gould
2011-02-08
1
-3
/
+3
*
Handling and unrolling the properties updated signal
Ted Gould
2011-02-08
1
-0
/
+16
*
Fleshing out the transformation from arrays to dbus signals.
Ted Gould
2011-02-08
1
-4
/
+48
*
Fleshing out the teardown of the array
Ted Gould
2011-02-08
1
-0
/
+16
*
Fleshing out the add function and making this thing compile!
Ted Gould
2011-02-07
1
-8
/
+32
*
Basic outline of the function mapped out, no compile.
Ted Gould
2011-02-07
1
-4
/
+93
*
Updating to trunk
Ted Gould
2011-02-07
18
-601
/
+1490
|
\
|
*
take_children() shouldn't unref the items as they might get deleted before th...
Ted Gould
2011-02-04
1
-2
/
+2
|
*
Fix the property return signature.
Ted Gould
2011-01-31
1
-2
/
+2
|
|
\
|
|
*
fix variant type of props return
Michael Terry
2011-01-31
1
-2
/
+2
|
*
|
Switching the properties callback to use custom structure so that we can refe...
Ted Gould
2011-01-31
1
-4
/
+19
|
*
|
Keep a ref to the client through-out the call to the update
Ted Gould
2011-01-31
1
-7
/
+10
|
|
/
|
*
Adding in a serializable menuitem object
Ted Gould
2011-01-27
2
-8
/
+97
|
|
\
|
|
*
Adding documentation for the handler functions.
Ted Gould
2011-01-27
1
-0
/
+21
|
|
*
Updating to trunk
Ted Gould
2011-01-21
4
-15
/
+103
|
|
|
\
|
|
*
|
Switch to having the type handlers have a small structure of all their data a...
Ted Gould
2011-01-19
1
-7
/
+37
|
|
*
|
Adding in some documentation
Ted Gould
2011-01-19
1
-1
/
+26
|
|
*
|
Setup to the use the full type handler
Ted Gould
2011-01-18
1
-1
/
+1
|
|
*
|
Adding in a 'full' function to deal with user data and destruction.
Ted Gould
2011-01-18
2
-2
/
+15
|
*
|
|
Fix some memory leaks, we hate those!
Ted Gould
2011-01-26
2
-3
/
+12
|
|
\
\
\
|
|
*
|
|
Ensuring that all the errors are free'd correctly.
Ted Gould
2011-01-21
1
-1
/
+4
|
|
*
|
|
Making the hashtable have a full copy and free itself appropriately.
Ted Gould
2011-01-21
1
-2
/
+8
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Make the tuple without specifying the type so we don't need to build a new one.
Ted Gould
2011-01-26
1
-1
/
+2
|
*
|
|
Switching to use an internal builder for the tuple to make things more explicit.
Ted Gould
2011-01-26
1
-1
/
+7
|
*
|
|
Changing the builder add call
Ted Gould
2011-01-26
1
-1
/
+1
|
*
|
|
Even though we all love SVG, it's not a valid signature
Ted Gould
2011-01-26
1
-1
/
+1
|
*
|
|
avoid critical warning from calling a function on a NULL pointer
Michael Terry
2011-01-25
1
-1
/
+1
|
|
/
/
|
*
|
Add an include directory for the headers
Ted Gould
2011-01-21
1
-1
/
+1
|
*
|
Add a single include file for dbus-glib
Ted Gould
2011-01-21
2
-0
/
+38
|
*
|
Increase the level of warning given by the scanner
Ted Gould
2011-01-20
1
-0
/
+2
|
|
\
\
|
|
*
|
added --warn-all to scanner flags so the build log will warn us about missing...
Ken VanDine
2011-01-19
1
-0
/
+2
|
*
|
|
Fix some crashes when building variants improperly
Ted Gould
2011-01-20
1
-7
/
+41
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Warn when can't parse.
Ted Gould
2011-01-18
1
-1
/
+7
|
|
*
|
Use the message string.
Ted Gould
2011-01-18
1
-2
/
+2
|
|
*
|
Adding warnings on g_variant_parse errors
Ted Gould
2011-01-18
1
-1
/
+13
|
|
*
|
Protecting the final tuple from errors.
Ted Gould
2011-01-18
1
-3
/
+8
|
|
*
|
Fixing builder to only init/finish if there are entries we get.
Ted Gould
2011-01-18
1
-2
/
+13
|
*
|
|
Ensure that we can recover from GetLayout failing
Chris Coulson
2011-01-19
1
-7
/
+8
|
*
|
|
Send a LayoutUpdated when we register the object.
Ted Gould
2011-01-18
1
-0
/
+13
|
|
|
/
|
|
/
|
|
*
|
Use EXPORT_PACKAGES instead of PACKAGES to prevent circular build depends
Ken VanDine
2011-01-18
1
-1
/
+1
|
|
/
|
*
Adding the notdir on the build
Ted Gould
2011-01-14
1
-2
/
+2
|
*
Unboxing variants if they're in events.
Ted Gould
2011-01-14
1
-0
/
+6
|
*
Fixing packages names for the gir scanner
Ted Gould
2011-01-13
1
-1
/
+1
|
*
Ayatana purge
Ted Gould
2011-01-13
4
-9
/
+9
|
*
Adding an about-to-show signal to the menuitem
Ted Gould
2011-01-06
3
-1
/
+23
|
|
\
|
|
*
Add an about-to-show signal to the menu items and hook this up
Chris Coulson
2010-12-13
2
-2
/
+20
|
|
*
* Hook in AboutToShow to the menu items
Chris Coulson
2010-12-13
1
-0
/
+2
|
*
|
Oops, need to actually assign that return.
Ted Gould
2011-01-05
1
-1
/
+1
|
*
|
Testing for the string being NULL before g_variant aborts on it.
Ted Gould
2011-01-05
1
-1
/
+4
[next]