summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbutton.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fix parameter names to make gtk-doc happy.Matthias Clasen2005-05-181-1/+1
* Support named icons in tool buttons by adding a icon-name property.Matthias Clasen2005-05-181-8/+90
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-5/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-4/+4
* Call gtk_tool_item_rebuild_menu().Søren Sandmann2004-09-141-14/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Remove trailing commas from enumerations. (#148035)Matthias Clasen2004-07-211-1/+1
* Fix cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).Soeren Sandmann2004-04-251-3/+3