| Commit message (Expand) | Author | Age | Files | Lines |
* | Move destroy signal to GtkWidget | Javier Jardón | 2010-09-26 | 1 | -9/+6 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -2/+2 |
* | API: checkbutton: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -24/+14 |
* | radiobutton: Remove redundant is_drawable() check | Benjamin Otte | 2010-09-26 | 1 | -60/+56 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -14/+17 |
* | Add some element-type annotations to gtk apis | Matthias Clasen | 2010-09-17 | 1 | -2/+2 |
* | add gtk_radio_button_join_group method for bindings | John (J5) Palmieri | 2010-09-07 | 1 | -0/+55 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -8/+8 |
* | gtk/gtkradiobutton.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -14/+26 |
* | GtkRadioButton: Move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -38/+54 |
* | Use GtkBin accessors | Javier Jardón | 2010-07-13 | 1 | -1/+1 |
* | Use accessor functions to acces GtkContainer | Javier Jardón | 2010-07-13 | 1 | -5/+8 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | Move documentation to inline comments: GtkRadioButton | Javier Jardón | 2010-05-20 | 1 | -1/+126 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -2/+2 |
* | 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_MAPPED | Javier Jardón | 2010-03-03 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE | Javier Jardón | 2010-03-01 | 1 | -3/+3 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -2/+3 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -0/+12 |
* | Don't focus unmapped radio buttons | Owen Taylor | 2009-09-18 | 1 | -2/+2 |
* | gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -3/+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 |
* | applied patch to improve variable names, by Olivier Delhomme, #451527. | Tim Janik | 2007-06-27 | 1 | -10/+10 |
* | Revert previous commit; the API is not yet finalized - see bug #166995. | Emmanuele Bassi | 2007-06-04 | 1 | -146/+2 |
* | Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() and | Emmanuele Bassi | 2007-06-03 | 1 | -2/+146 |
* | Fix typo | Matthias Clasen | 2007-06-03 | 1 | -1/+1 |
* | Fixed a warning from g_object_set (radiobutton, "group", NULL, NULL). | Tristan Van Berkom | 2007-02-28 | 1 | -2/+5 |
* | Avoid a compiler warning. (#395045, Chris Wilson) | Matthias Clasen | 2007-01-14 | 1 | -3/+5 |
* | don't use gtk_widget_keynav_failed(). Instead, look at | Michael Natterer | 2006-11-16 | 1 | -8/+16 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -1/+16 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -2/+2 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -36/+4 |
* | Emit notify::active here, when changing the value of this property. | Matthias Clasen | 2006-02-22 | 1 | -2/+6 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Don't grab focus to unrealized widgets. (#302240, Philip Langdale) | Matthias Clasen | 2005-04-29 | 1 | -2/+2 |
* | Add a "group" property like the one found in radio buttons. | Matthias Clasen | 2005-04-03 | 1 | -1/+2 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -2/+5 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -1/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Improve various translatable messages. | Dafydd Harries | 2004-07-23 | 1 | -1/+1 |