summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-3/+3
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)Javier Jardón2010-03-011-1/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-6/+7
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-1/+1
* Deprecate some widget flagsJavier Jardón2010-01-071-4/+4
* Reset the pressed state of a button when the screen changesChristian Dywan2009-12-111-1/+12
* Improve docs of two style propertiesMatthias Clasen2009-11-281-2/+18
* Make stock buttons have mnemonics againMatthias Clasen2009-07-011-13/+13
* Fix an oversight in mnemonic handlingMatthias Clasen2009-06-181-3/+8
* Rename gtk_activatable_reset to gtk_activatable_sync_action_properties,Matthias Clasen2009-02-221-25/+25
* Activate the action in a regular clicked handler instead of the defaultMatthias Clasen2009-01-271-29/+35
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-7/+221
* Improve documentation of "gtk-button-images" settingChristian Dywan2008-08-151-5/+5
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-8/+8
* Bug 56070 – Can't click button after setting it sensitive.Cody Russell2008-08-011-1/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Document a style propertyJohan Dahlin2008-06-211-3/+9
* Fix up deprecated markup syntax. Add version numbers and a message on theJohan Dahlin2008-06-201-4/+4
* Don't markup deprecated in italics.Johan Dahlin2008-06-181-4/+4
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-6/+6
* Don't leave priv->image dangling when use-stock is set to FALSE. (#437281,Matthias Clasen2007-07-031-3/+3
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-10/+10
* Unparent the old image before overwriting priv->image. (#437281, JochenMatthias Clasen2007-05-101-1/+4
* When shift-clicking, keep the larger part of the selection selected.Matthias Clasen2006-12-241-3/+3
* Be more careful when faking a button release. (#323146, Travis Abbott)Matthias Clasen2006-12-241-1/+8
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* Don't call construct_child here, since some apps make assumptions aboutMatthias Clasen2006-06-081-1/+30
* Add an icon-spacing style property for the same purpose.Matthias Clasen2006-06-011-6/+41
* Add a GtkButton::image-position property with getter and setter, to allowMatthias Clasen2006-05-311-14/+105
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-44/+12
* Fix handling of image-only buttons. (#332985, Kalle Vahlmann, #333555)Matthias Clasen2006-03-061-22/+33
* remove the "child-spacing" style property again and add "inner-border"Michael Natterer2006-01-171-24/+43
* applied patch from maemo-gtk which adds a child-spacing style property.Michael Natterer2006-01-161-10/+28
* Check arguments. (#317491, Paolo Borelli)Matthias Clasen2005-09-291-1/+6
* No point in using a mem chunk for window groups, buttons, labels.Matthias Clasen2005-09-141-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-8/+8
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1