| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation fixes | Matthias Clasen | 2011-09-25 | 1 | -2/+3 |
* | checkbutton: Remove redundant call | Benjamin Otte | 2011-09-05 | 1 | -1/+0 |
* | Make focus rectangles optional | Matthias Clasen | 2011-08-10 | 1 | -12/+13 |
* | checkbutton: Use gtk_widget_class_set_accessible_role() | Benjamin Otte | 2011-07-18 | 1 | -0/+2 |
* | Move documentation to inline comments: GtkCheckButton | Javier Jardón | 2011-04-13 | 1 | -1/+31 |
* | Use 16 as default size for checkbutton indicator | Cosimo Cecchi | 2011-03-03 | 1 | -1/+1 |
* | Make GtkCheckButton's label left aligned by default. | Tristan Van Berkom | 2010-12-29 | 1 | -0/+1 |
* | Fixed unused variable in GtkCheckButton. | Tristan Van Berkom | 2010-12-29 | 1 | -1/+0 |
* | Make GtkCheckButton allocate all remaining space to it's child instead | Tristan Van Berkom | 2010-12-29 | 1 | -8/+3 |
* | GtkCheckButton: Look active when the pointer button is pressed and hovering | Carlos Garnacho | 2010-12-04 | 1 | -1/+2 |
* | Make "button" class depend on mode for GtkToggleButtons | Carlos Garnacho | 2010-12-04 | 1 | -9/+0 |
* | GtkCheckButton: Use GtkStyleContext for rendering. | Carlos Garnacho | 2010-12-04 | 1 | -46/+48 |
* | Fix prelighting of inconsistent radio and check buttons | Matthias Clasen | 2010-12-04 | 1 | -1/+1 |
* | Create a private header to access some GtkButton variables | Javier Jardón | 2010-11-19 | 1 | -2/+3 |
* | Remove size_request from GtkCheckButton | Matthias Clasen | 2010-10-26 | 1 | -26/+77 |
* | Use accessor functions to access GtkButton | Javier Jardón | 2010-10-26 | 1 | -1/+1 |
* | gtkcheckbutton: Use accessor functions to access GtkToggleButton | Javier Jardón | 2010-10-26 | 1 | -8/+7 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -5/+2 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -4/+4 |
* | API: checkbutton: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -68/+47 |
* | checkbutton: Remove redundant is_drawable() check | Benjamin Otte | 2010-09-26 | 1 | -64/+59 |
* | checkbutton: Remove excessive is_drawable() check | Benjamin Otte | 2010-09-26 | 1 | -51/+47 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -2/+3 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi... | Javier Jardón | 2010-09-13 | 1 | -2/+7 |
* | gtk/gtkcheckbutton.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -30/+55 |
* | Use GtkBin accessors | Javier Jardón | 2010-07-13 | 1 | -10/+14 |
* | Use accessor functions to acces GtkContainer | Javier Jardón | 2010-07-13 | 1 | -9/+14 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | 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_NO_WINDOW) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT) | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -4/+4 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | 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 | -5/+6 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -5/+5 |
* | 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 |
* | gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.c | Michael Natterer | 2007-01-18 | 1 | -2/+2 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+4 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -37/+5 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -4/+6 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -3/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |