summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbutton.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-3/+3
* Move documentation to inline comments: GtkToolButtonJavier Jardón2011-04-151-0/+31
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* Make GtkToolButton use ::style-updatedCarlos Garnacho2011-01-041-5/+3
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-4/+4
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-4/+4
* Tons of transfer annotationsMatthias Clasen2010-09-211-12/+14
* gtk/gtktoolbutton.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-13/+28
* Stop assuming that priv->label_widget will be a GtkLabel.Tomeu Vizoso2010-08-051-19/+22
* GtkToggleToolButton: unseal private pointerJavier Jardón2010-07-141-1/+1
* GtkToolButton: unseal private pointerJavier Jardón2010-07-141-3/+4
* Use GtkBin accessorsJavier Jardón2010-07-131-3/+5
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Make toolbutton not call functions on non-GtkMiscBenjamin Otte2010-05-031-2/+2
* Allow NULL as 'icon_widget' in gtk_tool_button_new()Javier Jardón2010-04-271-1/+1
* Only a GtkMisc widget should be passed to gtk_tool_button_new()Javier Jardón2010-04-261-1/+3
* Add some padding in tool buttonsMatthias Clasen2010-02-231-1/+1
* Correctly clone the toolbutton's icon-name image widgetChristian Persch2010-02-091-0/+6
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-14/+14
* Merge branch 'master' into toolpaletteMatthias Clasen2009-11-261-1/+1
|\
| * Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* | Merge branch 'master' into toolpaletteJohannes Schmid2009-10-281-0/+10
|\ \ | |/
| * Only set the accesible label if it is non-emptyChristian Dywan2009-10-271-4/+7
| * Explicitly set the accessible name of GtkToolButton.Eitan Isaacson2009-10-101-0/+7
* | ToolShell: Add ellipsize, text-orientation, text-alignment and size-group.Murray Cumming2009-07-131-8/+65
|/
* Rename gtk_activatable_reset to gtk_activatable_sync_action_properties,Matthias Clasen2009-02-221-10/+10
* Make the new GtkAction code work with PolicyKit-gnome's use of actions.Matthias Clasen2009-02-071-25/+3
* More action-related fixesMatthias Clasen2009-01-261-0/+3
* Fallback from stock ids to icon names like the old GtkAction code didMatthias Clasen2009-01-241-7/+10
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-12/+158
* Properly create a menu proxy from a GIcon. Patch by Christian PerschMatthias Clasen2009-01-111-0/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* s/GtkType/GType/Michael Natterer2008-06-171-1/+1
* Improve appearance of "both vertical" mode toolbuttons. Patch by PeterMatthias Clasen2008-06-131-1/+1
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-2/+2
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+2
* Fix a problem in the last changeMatthias Clasen2007-01-281-1/+2
* Rearrange things so that setting multiple properties causes not more thanMatthias Clasen2007-01-281-37/+28
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+0
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-101-1/+1
* Fix handling of stock items without icons in action-based ui. (#342458,Matthias Clasen2006-06-201-1/+2
* Give GtkToolButton the same treatment.Matthias Clasen2006-06-081-1/+17
* Add an icon-spacing style property for the same purpose.Matthias Clasen2006-06-011-2/+37
* Boilerplate reductionMatthias Clasen2006-05-021-18/+7
* Make clicked an action signal. (#325782, Martyn Russell)Matthias Clasen2006-01-061-1/+1
* Fix a variable name clash. (#323475, Ross Burton)Matthias Clasen2005-12-071-3/+3
* If the toolbar mode is ICONS and there is no icon set then show the label, an...Ross Burton2005-12-071-0/+16
* Forgotten commitMatthias Clasen2005-12-051-1/+5
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0