| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-11-02 | 1 | -4/+4 |
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -4/+4 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -12/+14 |
* | gtk/gtktoolbutton.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -13/+28 |
* | Stop assuming that priv->label_widget will be a GtkLabel. | Tomeu Vizoso | 2010-08-05 | 1 | -19/+22 |
* | GtkToggleToolButton: unseal private pointer | Javier Jardón | 2010-07-14 | 1 | -1/+1 |
* | GtkToolButton: unseal private pointer | Javier Jardón | 2010-07-14 | 1 | -3/+4 |
* | Use GtkBin accessors | Javier Jardón | 2010-07-13 | 1 | -3/+5 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | Make toolbutton not call functions on non-GtkMisc | Benjamin Otte | 2010-05-03 | 1 | -2/+2 |
* | Allow NULL as 'icon_widget' in gtk_tool_button_new() | Javier Jardón | 2010-04-27 | 1 | -1/+1 |
* | Only a GtkMisc widget should be passed to gtk_tool_button_new() | Javier Jardón | 2010-04-26 | 1 | -1/+3 |
* | Add some padding in tool buttons | Matthias Clasen | 2010-02-23 | 1 | -1/+1 |
* | Correctly clone the toolbutton's icon-name image widget | Christian Persch | 2010-02-09 | 1 | -0/+6 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -14/+14 |
* | Merge branch 'master' into toolpalette | Matthias Clasen | 2009-11-26 | 1 | -1/+1 |
|\ |
|
| * | Do not use static GTypeInfo and GInterfaceInfo | Nicola Fontana | 2009-11-06 | 1 | -1/+1 |
* | | Merge branch 'master' into toolpalette | Johannes Schmid | 2009-10-28 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Only set the accesible label if it is non-empty | Christian Dywan | 2009-10-27 | 1 | -4/+7 |
| * | Explicitly set the accessible name of GtkToolButton. | Eitan Isaacson | 2009-10-10 | 1 | -0/+7 |
* | | ToolShell: Add ellipsize, text-orientation, text-alignment and size-group. | Murray Cumming | 2009-07-13 | 1 | -8/+65 |
|/ |
|
* | Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, | Matthias Clasen | 2009-02-22 | 1 | -10/+10 |
* | Make the new GtkAction code work with PolicyKit-gnome's use of actions. | Matthias Clasen | 2009-02-07 | 1 | -25/+3 |
* | More action-related fixes | Matthias Clasen | 2009-01-26 | 1 | -0/+3 |
* | Fallback from stock ids to icon names like the old GtkAction code did | Matthias Clasen | 2009-01-24 | 1 | -7/+10 |
* | i Bug 560228 – Add "action-controller" property to GtkWidgetClass | Matthias Clasen | 2009-01-23 | 1 | -12/+158 |
* | Properly create a menu proxy from a GIcon. Patch by Christian Persch | Matthias Clasen | 2009-01-11 | 1 | -0/+6 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | s/GtkType/GType/ | Michael Natterer | 2008-06-17 | 1 | -1/+1 |
* | Improve appearance of "both vertical" mode toolbuttons. Patch by Peter | Matthias Clasen | 2008-06-13 | 1 | -1/+1 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -2/+2 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -0/+2 |
* | Fix a problem in the last change | Matthias Clasen | 2007-01-28 | 1 | -1/+2 |
* | Rearrange things so that setting multiple properties causes not more than | Matthias Clasen | 2007-01-28 | 1 | -37/+28 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+0 |
* | Fix some typos with inline property docs. (#347065, John Finlay) | Matthias Clasen | 2006-07-10 | 1 | -1/+1 |
* | Fix handling of stock items without icons in action-based ui. (#342458, | Matthias Clasen | 2006-06-20 | 1 | -1/+2 |
* | Give GtkToolButton the same treatment. | Matthias Clasen | 2006-06-08 | 1 | -1/+17 |
* | Add an icon-spacing style property for the same purpose. | Matthias Clasen | 2006-06-01 | 1 | -2/+37 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -18/+7 |
* | Make clicked an action signal. (#325782, Martyn Russell) | Matthias Clasen | 2006-01-06 | 1 | -1/+1 |
* | Fix a variable name clash. (#323475, Ross Burton) | Matthias Clasen | 2005-12-07 | 1 | -3/+3 |
* | If the toolbar mode is ICONS and there is no icon set then show the label, an... | Ross Burton | 2005-12-07 | 1 | -0/+16 |
* | Forgotten commit | Matthias Clasen | 2005-12-05 | 1 | -1/+5 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -4/+2 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Fix parameter names to make gtk-doc happy. | Matthias Clasen | 2005-05-18 | 1 | -1/+1 |
* | Support named icons in tool buttons by adding a icon-name property. | Matthias Clasen | 2005-05-18 | 1 | -8/+90 |