summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
Commit message (Expand)AuthorAgeFilesLines
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk_label_get_label() should be used instead of gtk_label_get_text().Björn Lindqvist2008-03-221-6/+6
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-3/+3
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-6/+6
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-2/+32
* remove c++ style comment.Carlos Garnacho2007-05-181-1/+0
* A NO_WINDOW widget must not set the background of its window. (#433972,Matthias Clasen2007-04-301-1/+1
* Draw the focus around the arrow if there is no label widget. (#124045,Matthias Clasen2007-03-071-20/+33
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-6/+2
* Make the event_window large enough to cover the full height of theMatthias Clasen2006-10-021-4/+17
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-41/+8
* Make it to expand when hovering during DnDCarlos Garnacho2006-03-221-1/+67
* Position the focus rectangle correctly in RTL mode. (#333291, BenjaminMatthias Clasen2006-03-041-9/+17
* skip the animation if the gtk-enable-animations setting is FALSE (bugMichael Natterer2006-01-121-2/+7
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-8/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-3/+3
* gtk/gtkexpander.cSoeren Sandmann2004-08-221-4/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* in RTL mode, position the title lable next to the arrow just as we do forSven Neumann2004-05-061-2/+9
* Create the event_window at the right size using the same logic as inOwen Taylor2004-03-121-4/+10
* don't propagate the expose to the label. The expose handler forMark McLoughlin2004-03-101-5/+0
* Set the label widget's state to prelight if we're prelit. Fixes bugMark McLoughlin2004-03-031-1/+16
* Make the entire expander widget width prelight as suggested by Seth in bugMark McLoughlin2004-02-191-8/+55
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-16/+16
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-171-0/+4
* Patch from Jaiserca <jaiserca@inf.upv.es> to add a "use_markup" property.Mark McLoughlin2003-11-171-0/+72
* hook up the destroy handler. (gtk_expander_destroy),Mark McLoughlin2003-10-281-15/+31
* only show the child if we have one.Jonathan Blandford2003-10-071-2/+3
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-081-1/+0
* Add new toolbar headersSoeren Sandmann2003-07-021-3/+1
* Add GtkExpander docs.Matthias Clasen2003-07-011-5/+54
* Add GtkExpander. See discussion in bug #60553.Mark McLoughlin2003-06-301-0/+1432