summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* declare _gdk_xgrab_check_button_event.Manish Singh2005-06-301-46/+46
* Handle broken grabs.Matthias Clasen2005-06-301-0/+26
* Continue to activate even if we can't grab the keyboard.Matthias Clasen2005-06-271-13/+29
* Don't trigger warnings if there are extra references to the hbox.Matthias Clasen2005-06-231-1/+5
* Document several button signals as not useful. `Matthias Clasen2005-06-171-0/+42
* Add some more docs. (#307818, Christian Persch)Matthias Clasen2005-06-161-1/+2
* Merged from gtk-2-6:Sven Neumann2005-03-311-0/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-15/+15
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-16/+15
* : Mark param spec strings as static.Matthias Clasen2005-03-211-14/+16
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+3
* xMatthias Clasen2005-03-091-7/+7
* Fix docs. (#165180, Jeff Franks)Matthias Clasen2005-01-251-1/+1
* Allow unsetting the custom image by passing NULL. (gtk_button_init):Matthias Clasen2005-01-021-1/+2
* Fix a stupid oversight.Matthias Clasen2004-11-171-1/+1