| Commit message (Expand) | Author | Age | Files | Lines |
* | GtkExpander: Set widget state as state flags. | Carlos Garnacho | 2010-12-04 | 1 | -4/+9 |
* | GtkExpander: avoid use of gtk_get_event_widget() | Javier Jardón | 2010-10-22 | 1 | -8/+2 |
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -5/+5 |
* | Move destroy signal to GtkWidget | Javier Jardón | 2010-09-26 | 1 | -11/+7 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -63/+54 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -3/+3 |
* | expander: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -39/+35 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -2/+3 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi... | Javier Jardón | 2010-09-13 | 1 | -1/+2 |
* | Fix more SizeRequest implementations to avoid recursive calls to wrapper API | Havoc Pennington | 2010-09-12 | 1 | -2/+1 |
* | gtk/gtkexpander.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -40/+66 |
* | Make it possible to make the expander label fill the entire space | Matthias Clasen | 2010-08-09 | 1 | -13/+89 |
* | Implemented GtkSizeRequest on GtkExpander and added test | Tristan Van Berkom | 2010-08-05 | 1 | -111/+287 |
* | GtkExpander: unseal private pointer | Javier Jardón | 2010-07-14 | 1 | -2/+3 |
* | Use GtkBin accessors | Javier Jardón | 2010-07-13 | 1 | -11/+23 |
* | Use accessor functions to acces GtkContainer | Javier Jardón | 2010-07-13 | 1 | -11/+13 |
* | 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 | -1/+1 |
* | 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 | -4/+4 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-03-02 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -9/+11 |
* | 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 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -4/+4 |
* | clarify bugfix in 2.14 for gtk_expander_get_label | Björn Lindqvist | 2009-04-07 | 1 | -0/+6 |
* | 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_label_get_label() should be used instead of gtk_label_get_text(). | Björn Lindqvist | 2008-03-22 | 1 | -6/+6 |
* | gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.c | Michael Natterer | 2008-02-06 | 1 | -3/+3 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -6/+6 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -2/+32 |
* | remove c++ style comment. | Carlos Garnacho | 2007-05-18 | 1 | -1/+0 |
* | A NO_WINDOW widget must not set the background of its window. (#433972, | Matthias Clasen | 2007-04-30 | 1 | -1/+1 |
* | Draw the focus around the arrow if there is no label widget. (#124045, | Matthias Clasen | 2007-03-07 | 1 | -20/+33 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -6/+2 |
* | Make the event_window large enough to cover the full height of the | Matthias Clasen | 2006-10-02 | 1 | -4/+17 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -41/+8 |
* | Make it to expand when hovering during DnD | Carlos Garnacho | 2006-03-22 | 1 | -1/+67 |
* | Position the focus rectangle correctly in RTL mode. (#333291, Benjamin | Matthias Clasen | 2006-03-04 | 1 | -9/+17 |
* | skip the animation if the gtk-enable-animations setting is FALSE (bug | Michael Natterer | 2006-01-12 | 1 | -2/+7 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+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 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -4/+4 |