| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -8/+8 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -3/+3 |
* | gtk/gtkexpander.c | Soeren Sandmann | 2004-08-22 | 1 | -4/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | in RTL mode, position the title lable next to the arrow just as we do for | Sven Neumann | 2004-05-06 | 1 | -2/+9 |
* | Create the event_window at the right size using the same logic as in | Owen Taylor | 2004-03-12 | 1 | -4/+10 |
* | don't propagate the expose to the label. The expose handler for | Mark McLoughlin | 2004-03-10 | 1 | -5/+0 |
* | Set the label widget's state to prelight if we're prelit. Fixes bug | Mark McLoughlin | 2004-03-03 | 1 | -1/+16 |
* | Make the entire expander widget width prelight as suggested by Seth in bug | Mark McLoughlin | 2004-02-19 | 1 | -8/+55 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -16/+16 |
* | Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument | Matthias Clasen | 2003-12-17 | 1 | -0/+4 |
* | Patch from Jaiserca <jaiserca@inf.upv.es> to add a "use_markup" property. | Mark McLoughlin | 2003-11-17 | 1 | -0/+72 |
* | hook up the destroy handler. (gtk_expander_destroy), | Mark McLoughlin | 2003-10-28 | 1 | -15/+31 |
* | only show the child if we have one. | Jonathan Blandford | 2003-10-07 | 1 | -2/+3 |
* | remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same same | Soeren Sandmann | 2003-07-08 | 1 | -1/+0 |
* | Add new toolbar headers | Soeren Sandmann | 2003-07-02 | 1 | -3/+1 |
* | Add GtkExpander docs. | Matthias Clasen | 2003-07-01 | 1 | -5/+54 |
* | Add GtkExpander. See discussion in bug #60553. | Mark McLoughlin | 2003-06-30 | 1 | -0/+1432 |