summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
Commit message (Expand)AuthorAgeFilesLines
* Move GtkExpander docs inlineMatthias Clasen2011-01-041-353/+431
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+2
* GtkExpander: remove unneeded callCarlos Garnacho2011-01-041-2/+0
* Make GtkExpander use GtkStyleContextCarlos Garnacho2010-12-131-120/+70
* GtkExpander: Set widget state as state flags.Carlos Garnacho2010-12-041-4/+9
* GtkExpander: avoid use of gtk_get_event_widget()Javier Jardón2010-10-221-8/+2
* Remove GtkObject completelyMatthias Clasen2010-09-261-5/+5
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-11/+7
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-63/+54
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-3/+3
* expander: Port to draw vfuncBenjamin Otte2010-09-261-39/+35
* Tons of transfer annotationsMatthias Clasen2010-09-211-2/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-1/+2
* Fix more SizeRequest implementations to avoid recursive calls to wrapper APIHavoc Pennington2010-09-121-2/+1
* gtk/gtkexpander.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-40/+66
* Make it possible to make the expander label fill the entire spaceMatthias Clasen2010-08-091-13/+89
* Implemented GtkSizeRequest on GtkExpander and added testTristan Van Berkom2010-08-051-111/+287
* GtkExpander: unseal private pointerJavier Jardón2010-07-141-2/+3
* Use GtkBin accessorsJavier Jardón2010-07-131-11/+23
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-11/+13
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-9/+11
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+4
* clarify bugfix in 2.14 for gtk_expander_get_labelBjörn Lindqvist2009-04-071-0/+6
* 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