Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Also, fix the indentation from the previous commit. | ||||
* | Do not read the label text from the label widget | Alberto Mardegan | 2012-02-22 | 1 | -18/+10 |
| | | | | | | | | | The label text stored in the widget might have been modified with markup. Instead of reading it back from the widget, return the text as set by the client, unmodified. Alter the test-gtk-submenu so that the correct behaviour is checked for. | ||||
* | Fix build with gtk3 by ifdeffing the GtkBox/HBox construction in ↵ | Mikkel Kamstrup Erlandsen | 2012-01-16 | 1 | -0/+10 |
| | | | | genericmenuitem.c | ||||
* | when resetting an image widget and it's the only child of the menuitem, make ↵ | Michael Terry | 2011-10-05 | 1 | -0/+1 |
| | | | | sure we don't try to use free'd memory | ||||
* | 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 ↵ | Ted Gould | 2011-08-24 | 1 | -2/+5 |
| | | | | GTK2 can build | ||||
* | 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 ↵ | Ted Gould | 2010-12-09 | 1 | -14/+10 |
| | | | | | | | | value, it just signals, but we're sucking up that signal already so we need to manually create it if we need it, which is the only way to set the active property. Goofy. | ||||
* | | 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 ↵ | Michael Terry | 2010-10-06 | 1 | -12/+28 |
| | | | | | | | | | | | | configure to specify which to build with | ||||
* | | | 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 ↵ | Ted Gould | 2009-12-17 | 1 | -5/+9 |
| | | | | label. Also showing the image. | ||||
* | 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 ↵ | Ted Gould | 2009-12-17 | 1 | -23/+68 |
| | | | | various cases and make sense of them. Which is kinda nice. More confident in this code. | ||||
* | 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. ↵ | Ted Gould | 2009-12-16 | 1 | -14/+29 |
| | | | | We're letting the application handle that. But, in turn, it turns out that is the only way to set the active property. So without an activate function, we can't set it. So, we're taking a lot more responsibility for setting it properly when we want to. | ||||
* | 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 |
| | |||||
* | Comments | Ted Gould | 2009-12-16 | 1 | -0/+16 |
| | |||||
* | Stubs for setting and getting the image and label. | Ted Gould | 2009-12-16 | 1 | -0/+39 |
| | |||||
* | Setting the properties based on the enum value changes. | Ted Gould | 2009-12-16 | 1 | -0/+24 |
| | |||||
* | Building up the case statements. | Ted Gould | 2009-12-15 | 1 | -0/+24 |
| | |||||
* | Functions for setting the check type and state of the check. | Ted Gould | 2009-12-15 | 1 | -0/+45 |
| | |||||
* | Better handling of the draw_indicator function, as in, this one will ↵ | Ted Gould | 2009-12-15 | 1 | -2/+27 |
| | | | | actually work. | ||||
* | Setting up enums for the type of check and the state of it. | Ted Gould | 2009-12-15 | 1 | -2/+5 |
| | |||||
* | Slight cleanups, getting this code going. | Ted Gould | 2009-12-15 | 1 | -10/+29 |
| | |||||
* | Building the basic generic menu item. | Ted Gould | 2009-12-15 | 1 | -0/+49 |