summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbutton.c
Commit message (Expand)AuthorAgeFilesLines
* GtkToolButton: Apply expected button style classesMatthias Clasen2014-10-111-1/+3
* GtkToolButton: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2
* GtkToolButton: Drop use of GtkMiscMatthias Clasen2014-05-241-21/+43
* Deprecate GtkMiscMatthias Clasen2014-05-131-0/+6
* Clean up private headersMatthias Clasen2014-04-051-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-7/+7
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-16/+16
* Fix GtkToolButton possibly being emptyOlivier Brunel2013-10-151-1/+1
* Drop some unnecessary includesMatthias Clasen2013-07-191-1/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-4/+4
* Revert the private macro change for GtkToolButtonMatthias Clasen2013-07-091-16/+53
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-53/+17
* Add missing G_PARAM_DEPRECATED to stock deprecationsWilliam Jon McCann2013-07-081-1/+1
* Deprecate GtkAction and GtkUIManagerWilliam Jon McCann2013-06-301-6/+18
* Deprecate GtkImageMenuItemWilliam Jon McCann2013-06-271-4/+2
* Deprecate the gtk stock functionsWilliam Jon McCann2013-06-271-2/+10
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-261-11/+36
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-5/+32
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-1/+1
* Fix malformed doc commentsMatthias Clasen2012-04-121-4/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Add new GtkActionable interfaceRyan Lortie2012-01-091-2/+70
* toolbutton: don't force the icon widget to be a GtkMiscCosimo Cecchi2011-09-271-3/+3
* More include cleanupsMatthias Clasen2011-08-281-2/+1
* 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