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
/
genericmenuitem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make accelerator text appear again
Albert Astals Cid
2016-09-27
1
-2
/
+2
*
gtk: fix some GTKv3 deprecations and get rid of HAVE_GTK3
Dan Williams
2016-02-23
1
-10
/
+15
|
\
|
*
gtk: fix some GTKv3 deprecations and get rid of HAVE_GTK3
Dan Williams
2016-02-22
1
-10
/
+14
|
/
*
fix grammar: use of its and it's
Charles Kerr
2012-10-07
1
-1
/
+1
*
Use g_markup_escape_text instead of manually trying to fix the text
Albert Astals
2012-06-04
1
-28
/
+3
*
Replace & with & since we are using set_markup in the label
Albert Astals
2012-06-04
1
-2
/
+27
*
merge lp:~ted/dbusmenu/double-underscore to make libdbusmenu-gtk/genericmenui...
Charles Kerr
2012-04-23
1
-1
/
+1
|
\
|
*
Static is probably better to ensure we don't get out of the binary
Ted Gould
2012-04-23
1
-1
/
+1
|
*
Make sanitize_label static for sure and inline if available
Ted Gould
2012-04-12
1
-1
/
+1
*
|
Move setting the accell widget out of the if statement
Ted Gould
2012-04-16
1
-2
/
+1
|
/
*
No reason to bother with that in the global namespace
Ted Gould
2012-04-11
1
-2
/
+2
*
Provide a function to sanitize the label and use that as Pango isn't doing it...
Ted Gould
2012-04-11
1
-1
/
+28
*
Handle mnemonic stuff on updates as well
Ted Gould
2012-04-09
1
-1
/
+7
*
Check the string for mnemonic support when setting the value
Ted Gould
2012-04-09
1
-3
/
+32
*
Fixing for GTK2
Ted Gould
2012-03-01
1
-0
/
+9
*
Set the role of the menu item based on how it's being displayed
Ted Gould
2012-03-01
1
-0
/
+11
*
Setting the default role to be a menu item
Ted Gould
2012-03-01
1
-0
/
+4
*
Do not leak the label text
Alberto Mardegan
2012-02-22
1
-1
/
+3
*
Do not read the label text from the label widget
Alberto Mardegan
2012-02-22
1
-18
/
+10
*
Fix build with gtk3 by ifdeffing the GtkBox/HBox construction in genericmenui...
Mikkel Kamstrup Erlandsen
2012-01-16
1
-0
/
+10
*
when resetting an image widget and it's the only child of the menuitem, make ...
Michael Terry
2011-10-05
1
-0
/
+1
*
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
*
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
*
Ensuring we don't have an GenericMenuItem in the docs
Ted Gould
2011-02-21
1
-1
/
+1
*
Fix GI annotations for DbusmenuGtk
Martin Pitt
2011-02-16
1
-26
/
+26
*
Fixing check menu items (and radio)
Ted Gould
2010-12-09
1
-14
/
+10
|
\
|
*
Switching away from using set_activate as that doesn't actually set the value...
Ted Gould
2010-12-09
1
-14
/
+10
*
|
Removing a GValue to use the direct functions
Ted Gould
2010-12-02
1
-9
/
+2
*
|
Merging in trunk changes for dual build and GTK3 fixes
Ted Gould
2010-12-01
1
-12
/
+28
|
\
|
|
*
Merging in configurable GTK build option
Ted Gould
2010-11-11
1
-12
/
+28
|
|
\
|
|
*
instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure...
Michael Terry
2010-10-06
1
-12
/
+28
*
|
|
Switching everything to start using variants... even ahead of GLib
Ted Gould
2010-11-17
1
-0
/
+2
|
/
/
*
|
Setting the accel widget for the accel label.
Ted Gould
2010-06-15
1
-0
/
+1
*
|
Block the case where the label is being init'd to NULL
Ted Gould
2010-06-14
1
-0
/
+2
*
|
Switching to an accel label
Ted Gould
2010-06-14
1
-1
/
+1
|
/
*
Check if we're setting the same image and return so we don't destroy it.
Cody Russell
2010-01-12
1
-0
/
+3
*
A little function to grab the horizontal padding and stuff it into the box.
Ted Gould
2010-01-11
1
-4
/
+15
*
Handling the case of getting an image with the purpose of clearing the label....
Ted Gould
2009-12-17
1
-5
/
+9
*
Fleshing out the image functions for our generic item.
Ted Gould
2009-12-17
1
-3
/
+67
*
Trying to reduce the complexity of adding a label. Now we can detect the var...
Ted Gould
2009-12-17
1
-23
/
+68
*
License headers. I hate these.
Ted Gould
2009-12-17
1
-0
/
+28
*
Adding in an activate function so that we don't toggle our value on click. W...
Ted Gould
2009-12-16
1
-14
/
+29
*
Set alignment on the labels.
Ted Gould
2009-12-16
1
-0
/
+2
*
Yeah, gotta show those labels.
Ted Gould
2009-12-16
1
-0
/
+2
*
Woot, a set label function.
Ted Gould
2009-12-16
1
-0
/
+40
[next]