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-gtk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only setting the accessible object name if it has been set
Ted Gould
2012-01-26
1
-2
/
+5
*
Merging trunk again, mistakes
Ted Gould
2012-01-26
1
-1
/
+2
|
\
|
*
Include config.h to get the HAVE_GTK3 define
Ted Gould
2012-01-26
1
-0
/
+1
|
*
Missing comma
Ted Gould
2012-01-26
1
-1
/
+1
*
|
Fix function calls here
Ted Gould
2012-01-26
1
-2
/
+2
*
|
Update to trunk
Ted Gould
2012-01-26
6
-26
/
+44
|
\
|
|
*
Change to using the insert/remove signals in GTK3
Ted Gould
2012-01-26
2
-13
/
+27
|
|
\
|
|
*
Move the no-error on deprications into the Makefiles so it's always after the...
Ted Gould
2012-01-26
1
-1
/
+4
|
|
*
Remove custom WITH_GTK3 and use the HAVE_GTK3
Ted Gould
2012-01-26
2
-4
/
+4
|
|
*
in gtk3, use stock signals instead of Ubuntu-specific ones
Ryan Lortie
2012-01-12
2
-13
/
+24
|
*
|
Change the icon data to be a byte stream instead of a base64 string
Ted Gould
2012-01-26
1
-10
/
+4
|
|
\
\
|
|
*
|
Change icon-data to contains raw png bytes, without base64 encoding
Aurélien Gâteau
2012-01-23
1
-10
/
+4
|
|
*
|
Add in a check for always-show-image getting a different type
Ted Gould
2011-12-01
1
-2
/
+7
|
|
|
\
\
|
*
|
\
\
Fixing header directories for GTK3 build
Ted Gould
2012-01-26
3
-3
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
Separate libdbusmenu-glib and libdbusmenu-gtk include directories
György Balló
2012-01-05
3
-3
/
+3
|
|
*
|
|
|
Use different directory for headers of gtk3 library
György Balló
2011-11-21
2
-2
/
+2
|
*
|
|
|
|
Fix build with gtk3 by ifdeffing the GtkBox/HBox construction in genericmenui...
Mikkel Kamstrup Erlandsen
2012-01-16
1
-0
/
+10
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
/
|
|
|
Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set an
Luke Yelavich
2011-12-13
1
-0
/
+6
|
/
/
/
/
*
|
|
|
Add in a check for always-show-image getting a different type
Ted Gould
2011-12-01
1
-2
/
+7
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Don't try to get objects from boolean values. Handle the 'always show image'...
Ted Gould
2011-10-13
1
-2
/
+7
|
|
/
*
/
make sure to cancel an idle callback when the object dies
Michael Terry
2011-11-10
1
-3
/
+10
|
/
*
Make sure to finally unref the GTK menuitem
Ted Gould
2011-10-12
1
-5
/
+13
|
\
|
*
remove last ref from GtkMenuItems that we create
Michael Terry
2011-10-04
1
-5
/
+13
*
|
when resetting an image widget and it's the only child of the menuitem, make ...
Michael Terry
2011-10-05
1
-0
/
+1
|
/
*
Making it so that the Vala build is optional
Dennis Schridde
2011-09-19
1
-0
/
+2
*
Adding in warnings to protect watch_submenu
Ted Gould
2011-09-19
1
-0
/
+3
*
Changing from using hspace to using toggle-space
Ted Gould
2011-08-24
1
-8
/
+8
*
Making the capturing of colors from the theme GTK3 specific (it is) so that G...
Ted Gould
2011-08-24
1
-2
/
+5
*
Adding discriptive text to the enums
Ted Gould
2011-08-24
1
-0
/
+6
*
Fixing the color names
Ted Gould
2011-08-23
1
-3
/
+3
*
Fixing the comparision so that we don't block updates
Ted Gould
2011-08-22
1
-5
/
+6
*
Create a local string with a color if the disposition is non-normal
Ted Gould
2011-08-22
1
-2
/
+51
*
Implement the setter and getter for disposition
Ted Gould
2011-08-22
1
-0
/
+38
*
Add in a disposition and set it at init
Ted Gould
2011-08-22
1
-0
/
+2
*
Set the disposition from the value given and from the enum.
Ted Gould
2011-08-22
1
-1
/
+3
*
Make sure that we get rid of the enum stuff as well
Ted Gould
2011-08-22
1
-1
/
+1
*
Adding in a disposition type and get proper enum generation
Ted Gould
2011-08-22
4
-13
/
+228
*
Adding an enum for the the disposition and functions to set and get it
Ted Gould
2011-08-22
1
-13
/
+24
*
Adding infrastructure to watch for the disposition property.
Ted Gould
2011-08-22
1
-0
/
+17
*
Unsetting the property value
Ted Gould
2011-06-17
1
-0
/
+3
|
\
|
*
Unset the value as specified in bug 785828
Jonathan Landis
2011-06-16
1
-0
/
+3
*
|
Toggle visibility to help Eclipse
Ted Gould
2011-05-31
1
-0
/
+18
|
\
|
|
*
ref menu until we're done toggling its visibility
Michael Terry
2011-05-18
1
-1
/
+3
|
*
toggle visibility of menus to fix Eclipse RCP apps
Michael Terry
2011-04-27
1
-0
/
+16
*
|
Dropping the serializable menu item. Not a bad idea, but we can do better.
Ted Gould
2011-04-26
5
-435
/
+3
|
/
*
refactor this branch a bit to rebase on trunk
Michael Terry
2011-04-15
1
-29
/
+31
*
merge from trunk
Michael Terry
2011-04-15
1
-23
/
+34
|
\
|
*
Only activate items if they have submenus
Ted Gould
2011-04-15
1
-0
/
+14
|
|
\
|
|
*
Oops, wrong object type
Ted Gould
2011-04-15
1
-1
/
+1
|
|
*
Only activate items that have submenus
Ted Gould
2011-04-15
1
-0
/
+14
[next]