]> Pileus Git - ~andy/gtk/history - gtk/gtkexpander.c
Deprecate widget flag: GTK_WIDGET_VISIBLE
[~andy/gtk] / gtk / gtkexpander.c
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-07 Alexander LarssonMerge branch 'master' of ssh://alexl@git.gnome.org...
2009-04-07 Björn Lindqvistclarify bugfix in 2.14 for gtk_expander_get_label
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-03-22 Björn Lindqvistgtk_label_get_label() should be used instead of gtk_lab...
2008-02-06 Michael Natterergtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-05-18 Carlos Garnachoremove c++ style comment.
2007-04-30 Matthias ClasenA NO_WINDOW widget must not set the background of its...
2007-03-07 Matthias ClasenDraw the focus around the arrow if there is no label...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-10-02 Matthias ClasenMake the event_window large enough to cover the full...
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-22 Carlos GarnachoMake it to expand when hovering during DnD
2006-03-04 Matthias ClasenPosition the focus rectangle correctly in RTL mode...
2006-01-12 Michael Nattererskip the animation if the gtk-enable-animations setting...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias Clasenx
2004-08-22 Soeren Sandmanngtk/gtkexpander.c
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-05-06 Sven Neumannin RTL mode, position the title lable next to the arrow...
2004-03-12 Owen TaylorCreate the event_window at the right size using the...
2004-03-10 Mark McLoughlindon't propagate the expose to the label. The expose...
2004-03-03 Mark McLoughlinSet the label widget's state to prelight if we're preli...
2004-02-19 Mark McLoughlinMake the entire expander widget width prelight as sugge...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-12-17 Matthias ClasenAdd missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(...
2003-11-17 Mark McLoughlinPatch from Jaiserca <jaiserca@inf.upv.es> to add a...
2003-10-28 Mark McLoughlinhook up the destroy handler. (gtk_expander_destroy),
2003-10-07 Jonathan Blandfordonly show the child if we have one.
2003-07-08 Soeren Sandmannremove GDK_EXPOSURE_MASK for INPUT_ONLY window same...
2003-07-02 Soeren SandmannAdd new toolbar headers
2003-07-01 Matthias ClasenAdd GtkExpander docs.
2003-06-30 Mark McLoughlinAdd GtkExpander. See discussion in bug #60553.