summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.c
Commit message (Expand)AuthorAgeFilesLines
* Convert GailStatusbar to GtkStatusbarAccessibleMatthias Clasen2011-07-051-0/+3
* GtkStatusbar: derive from GtkBox, not GtkHBoxMatthias Clasen2011-06-071-1/+2
* gtk/gtkstatusbar: gtk_misc_set_alignment replacingDiego Celix2011-05-211-1/+2
* Small cleanup in statusbarPaolo Borelli2011-04-111-26/+29
* Fix a segfault in gtk_statusbar_remove_allMatthias Clasen2011-01-311-1/+4
* Silence new gcc warningsMatthias Clasen2011-01-231-10/+8
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+2
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Fix initial size allocation with child widgetsMatthias Clasen2010-10-301-2/+14
* Remove resize grip handling from GtkStatusbarMatthias Clasen2010-10-081-527/+105
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-8/+5
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* statusbar: Port to draw vfuncBenjamin Otte2010-09-261-16/+22
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-28/+28
* gtk/gtkstatusbar.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-23/+30
* Add _gtk_box_get_children() internal functionCarlos Garcia Campos2010-08-051-3/+7
* Do not use GtkBoxChild in GtkStatusBarJavier Jardón2010-07-201-5/+12
* gtkstatusbar: Move public members to private structureJavier Jardón2010-07-131-112/+168
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-2/+5
* Use accessor functions to access GtkBoxJavier Jardón2010-07-131-3/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Get rid of templates that gtk-doc touches during distcheckMatthias Clasen2010-06-081-0/+38
* Bug 611709 - Add gtk_statusbar_remove_allGarrett Regier2010-06-021-0/+66
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-4/+4
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Implement gtk_statusbar_get_message_area and "message_area" childChristian Dywan2009-11-121-2/+54
* Fix issues with resize handlesMatthias Clasen2009-07-241-14/+21
* Bug 555387 – Changing the sensitivity of a statusbarChristian Dywan2008-10-081-1/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-9/+9
* gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.cSven Neumann2008-08-081-2/+2
* 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/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-3/+3
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-5/+1
* Take into account modifications of the inner frame for has_extra_children.Xan Lopez2007-12-261-0/+4
* We always chain to the parent size_allocate, no need to do this.Xan Lopez2007-12-261-1/+0
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-1/+1
* No need to allocate a guint; just stuff the ID into the pointer directly.Christian Persch2007-05-011-7/+6
* Move docs inline and expand them a bit.Matthias Clasen2007-01-071-0/+86
* Don't install cursors on insensitive widgets. (#358864, Jan Schampera)Matthias Clasen2006-12-311-10/+24
* Don't assume statusbar->label is the statusbar's frame's child whenChristian Persch2006-12-251-4/+12
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-11/+0
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-39/+9