| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -3/+3 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -2/+2 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-03-02 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT) | Javier Jardón | 2010-03-01 | 1 | -1/+2 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -2/+2 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -3/+3 |
* | Deprecate widget flag: GTK_WIDGET_SENSITIVE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -6/+7 |
* | Deprecate widget flag: GTK_WIDGET_CAN_FOCUS | Javier Jardón | 2010-01-07 | 1 | -1/+1 |
* | Deprecate some widget flags | Javier Jardón | 2010-01-07 | 1 | -4/+4 |
* | Reset the pressed state of a button when the screen changes | Christian Dywan | 2009-12-11 | 1 | -1/+12 |
* | Improve docs of two style properties | Matthias Clasen | 2009-11-28 | 1 | -2/+18 |
* | Make stock buttons have mnemonics again | Matthias Clasen | 2009-07-01 | 1 | -13/+13 |
* | Fix an oversight in mnemonic handling | Matthias Clasen | 2009-06-18 | 1 | -3/+8 |
* | Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, | Matthias Clasen | 2009-02-22 | 1 | -25/+25 |
* | Activate the action in a regular clicked handler instead of the default | Matthias Clasen | 2009-01-27 | 1 | -29/+35 |
* | i Bug 560228 – Add "action-controller" property to GtkWidgetClass | Matthias Clasen | 2009-01-23 | 1 | -7/+221 |
* | Improve documentation of "gtk-button-images" setting | Christian Dywan | 2008-08-15 | 1 | -5/+5 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -8/+8 |
* | Bug 56070 – Can't click button after setting it sensitive. | Cody Russell | 2008-08-01 | 1 | -1/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Document a style property | Johan Dahlin | 2008-06-21 | 1 | -3/+9 |
* | Fix up deprecated markup syntax. Add version numbers and a message on the | Johan Dahlin | 2008-06-20 | 1 | -4/+4 |
* | Don't markup deprecated in italics. | Johan Dahlin | 2008-06-18 | 1 | -4/+4 |
* | gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.h | Michael Natterer | 2008-01-25 | 1 | -6/+6 |
* | Don't leave priv->image dangling when use-stock is set to FALSE. (#437281, | Matthias Clasen | 2007-07-03 | 1 | -3/+3 |
* | Require gtk-doc 1.6, for signal and property links. | Matthias Clasen | 2007-05-26 | 1 | -10/+10 |
* | Unparent the old image before overwriting priv->image. (#437281, Jochen | Matthias Clasen | 2007-05-10 | 1 | -1/+4 |
* | When shift-clicking, keep the larger part of the selection selected. | Matthias Clasen | 2006-12-24 | 1 | -3/+3 |
* | Be more careful when faking a button release. (#323146, Travis Abbott) | Matthias Clasen | 2006-12-24 | 1 | -1/+8 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -5/+1 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | Don't call construct_child here, since some apps make assumptions about | Matthias Clasen | 2006-06-08 | 1 | -1/+30 |
* | Add an icon-spacing style property for the same purpose. | Matthias Clasen | 2006-06-01 | 1 | -6/+41 |
* | Add a GtkButton::image-position property with getter and setter, to allow | Matthias Clasen | 2006-05-31 | 1 | -14/+105 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -44/+12 |
* | Fix handling of image-only buttons. (#332985, Kalle Vahlmann, #333555) | Matthias Clasen | 2006-03-06 | 1 | -22/+33 |
* | remove the "child-spacing" style property again and add "inner-border" | Michael Natterer | 2006-01-17 | 1 | -24/+43 |
* | applied patch from maemo-gtk which adds a child-spacing style property. | Michael Natterer | 2006-01-16 | 1 | -10/+28 |
* | Check arguments. (#317491, Paolo Borelli) | Matthias Clasen | 2005-09-29 | 1 | -1/+6 |
* | No point in using a mem chunk for window groups, buttons, labels. | Matthias Clasen | 2005-09-14 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -8/+8 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |