summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Use GtkBin accessorsJavier Jardón2010-07-131-11/+16
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-6/+8
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* [docs] GtkButton: Move documentation to inline commentsTadej Borovšak2010-07-061-14/+102
* Add an accessor for the GSEALed Gtkbutton's event_window attributeMirsal Ennaime2010-06-261-0/+19
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-37/+37
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-11/+23
* Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-28/+60
* Implement GtkExtendedLayout on GtkButtonTristan Van Berkom2010-04-061-48/+70
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-04-031-3/+3
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-04-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-04-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-04-031-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)Javier Jardón2010-04-031-1/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-031-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-04-031-3/+3
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-04-031-6/+7
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-04-031-1/+1
* Deprecate some widget flagsJavier Jardón2010-04-031-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