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
*
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
*
Adding a couple massive debugging messages.
Ted Gould
2009-10-01
1
-0
/
+8
*
Some comments as I'm looking through the code.
Ted Gould
2009-09-09
1
-3
/
+26
*
Merging in support for image items. Including encoding and decoding the imag...
Ted Gould
2009-09-03
1
-0
/
+120
|
\
|
*
Moving the checking on the data set on whether we have a name earlier. We do...
Ted Gould
2009-09-03
1
-7
/
+9
|
*
Fixing some string checking. Truth is a bitch.
Ted Gould
2009-09-03
1
-6
/
+3
|
*
Switching to setting the label initially seems to make everything better. Go...
Ted Gould
2009-09-03
1
-1
/
+1
|
*
A couple more comments.
Ted Gould
2009-09-02
1
-0
/
+4
|
*
Fleshing out the image property handler.
Ted Gould
2009-09-02
1
-4
/
+88
|
*
Inital structure for the image menu item.
Ted Gould
2009-09-02
1
-0
/
+33
*
|
Basic support for the sensitive property.
Ted Gould
2009-09-02
1
-0
/
+18
|
/
*
Adding checks to the type handling functions in GTK+ version of the lib. Com...
Ted Gould
2009-08-27
1
-4
/
+18
*
Promoting the base function up to an API function so that it can be used else...
Ted Gould
2009-08-26
1
-18
/
+16
*
Centralize visiblity processing and changes to the prop value.
Ted Gould
2009-08-26
1
-4
/
+17
*
Making a separator
Ted Gould
2009-08-26
1
-9
/
+11
*
Use the label Luke! It helps.
Ted Gould
2009-08-26
1
-1
/
+1
*
Adding a warning, showing the widget and moving the new signal to ensure ever...
Ted Gould
2009-08-26
1
-3
/
+5
*
Now we're building the child/parent relationship using the activation type fu...
Ted Gould
2009-08-25
1
-2
/
+4
*
Switching the prototype for type handlers so that it passes the client as well.
Ted Gould
2009-08-25
1
-8
/
+7
*
Code reshuffle. Now a warning on new items and fleshing out the type-based f...
Ted Gould
2009-08-25
1
-9
/
+19
*
Okay, building in some type handlers now.
Ted Gould
2009-08-25
1
-0
/
+30
*
Removing the old is_root and now using the new property on the menuitems for ...
Ted Gould
2009-06-26
1
-9
/
+3
*
Make it so that getting the menuitem will create it in cases where it's not c...
Ted Gould
2009-06-25
1
-5
/
+15
*
Making it so that we don't have any gtk events or handling of the root node. ...
Ted Gould
2009-06-25
1
-0
/
+13
*
Adding the client to the child related functions
Ted Gould
2009-06-25
1
-10
/
+10
*
Some comments for the gtk-doc stuff
Ted Gould
2009-06-24
1
-0
/
+9
*
Handling the differing signals to set things up with the various gtk widgets
Ted Gould
2009-06-24
1
-3
/
+38
[next]