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
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaning up usage of get_shortcut to only print/set if it sets a key
Ted Gould
2010-06-22
1
-9
/
+11
*
Add the accelerators.
Cody Russell
2010-06-21
1
-9
/
+27
*
Adding a debug message
Ted Gould
2010-06-15
1
-0
/
+2
*
Making the path more unique and using the lower level path set function.
Ted Gould
2010-06-15
1
-2
/
+2
*
Switch to using the accel map with paths
Ted Gould
2010-06-15
1
-9
/
+12
*
Connecting up the refresh cycles to property changes and creation.
Ted Gould
2010-06-14
1
-0
/
+13
*
Adding a function to refresh the shortcut of a menuitem.
Ted Gould
2010-06-14
1
-0
/
+18
*
Restructuring to use a structure to get cleaner type checking.
Ted Gould
2010-06-14
1
-14
/
+23
*
Fleshing out setting and getting the accel group
Ted Gould
2010-06-14
1
-1
/
+62
*
Adding a private area on to the client.
Ted Gould
2010-06-14
1
-0
/
+21
*
Add two functions for setting and getting the accelerator group.
Ted Gould
2010-06-14
1
-0
/
+34
*
Adding a small function to get the submenu of an item.
Ted Gould
2010-05-26
1
-0
/
+23
*
Making every insertion now use the realized position. It HAS to be one of th...
Ted Gould
2010-04-15
1
-2
/
+2
*
Using get_position_realized in the GTK layer to avoid realization races.
Ted Gould
2010-04-14
1
-1
/
+1
*
Bringing up to date with trunk
Ted Gould
2010-03-31
1
-2
/
+11
|
\
|
*
We shouldn't need to unref, as we don't have a ref.
Ted Gould
2010-03-24
1
-4
/
+0
|
*
Adding support for blank icons
Ted Gould
2010-03-24
1
-1
/
+15
|
|
\
|
|
*
Moving the requesition to be for all icons. No reason not to just double check.
Ted Gould
2010-03-24
1
-4
/
+4
|
|
*
Checking for blank icon when we get a pixmap paramater.
Ted Gould
2010-03-24
1
-26
/
+1
|
|
*
This is crazy
Ted Gould
2010-03-23
1
-0
/
+25
|
|
*
Add alignment settings to the icons
Ted Gould
2010-03-18
1
-0
/
+4
|
|
*
Check to see if we sent the blank icon, and space appropriately.
Ted Gould
2010-03-18
1
-0
/
+10
|
*
|
Remove warning
Cody Russell
2010-03-23
1
-1
/
+0
|
|
/
*
|
Fixing the calls into the about_to_show stuff so that we can add callbacks.
Ted Gould
2010-03-31
1
-1
/
+3
*
|
Send about_to_show instead of "clicked" when opening a submenu
Aurelien Gateau
2010-03-03
1
-13
/
+8
*
|
Started to implement about-to-show support
Aurelien Gateau
2010-03-03
1
-0
/
+9
|
/
*
Switching to transforming values
Ted Gould
2010-02-04
1
-7
/
+12
*
Checking for NULL value in setting the toggle setting to make sure they are s...
Ted Gould
2010-02-04
1
-0
/
+4
*
Interoperability fixes.
Ted Gould
2010-02-04
1
-17
/
+17
|
\
|
*
icon -> icon-name
Aurelien Gateau
2010-02-02
1
-17
/
+17
*
|
Making a clicked in the gtk side of things.
Ted Gould
2010-02-03
1
-1
/
+4
|
/
*
Fix an annoying warning that isn't really useful on image menuitems.
Ted Gould
2010-01-24
1
-1
/
+4
|
\
|
*
Change the 'return_if_fail' to an if as the previous function makes an annoyi...
Ted Gould
2010-01-22
1
-1
/
+4
*
|
Sending the current event time for a menu item getting activated.
Ted Gould
2010-01-22
1
-1
/
+1
|
/
*
Building the icon name based on the text direction of the menuitem widget.
Ted Gould
2010-01-11
1
-1
/
+2
*
Adding in a check to see if there is a 'ltr' icon, and use it if so.
Ted Gould
2010-01-11
1
-2
/
+19
*
Using the state defines for the check state.
Ted Gould
2010-01-07
1
-2
/
+2
*
Using #defines for the type of box
Ted Gould
2010-01-07
1
-2
/
+2
*
Not setting the underline for seperators.
Ted Gould
2009-12-17
1
-1
/
+0
*
Protect against NULL values and treat them as default values.
Ted Gould
2009-12-16
1
-12
/
+16
*
Handline the toggle based properties
Ted Gould
2009-12-16
1
-0
/
+49
*
Switching the client over to creating generic items.
Ted Gould
2009-12-16
1
-6
/
+12
*
Switching around the visible and sensitive handling to use our new fancy gett...
Ted Gould
2009-12-15
1
-13
/
+18
*
Killing the image item as it's own beast.
Ted Gould
2009-12-09
1
-36
/
+14
*
Flow through GValue changes.
Ted Gould
2009-12-09
1
-13
/
+14
*
Use underlines
Cody Russell
2009-12-09
1
-0
/
+3
*
Putting the menuitem dying in massive debugging info.
Ted Gould
2009-10-02
1
-1
/
+3
*
Printing when the GTK Menu item gets destroyed.
Ted Gould
2009-10-02
1
-0
/
+12
*
Reffing the GTK menu item
Ted Gould
2009-10-01
1
-0
/
+1
*
Leaving abstract the data as long as possible to avoid GTK cast warnings.
Ted Gould
2009-10-01
1
-5
/
+4
[next]