summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.c
Commit message (Expand)AuthorAgeFilesLines
* statusbar: Remove unused includeTimm Bäder2016-02-041-1/+0
* statusbar: Deprecate style propertiesMatthias Clasen2015-12-191-5/+9
* statusbar: Add an element name to the css nodeMatthias Clasen2015-10-291-4/+6
* Statusbar: add 'statusbar' style classLapo Calamandrei2014-11-111-0/+4
* Statusbar: Remove matching messages before poppingPhillip Wood2014-08-141-26/+16
* gtkwindow: Remove resize gripsJasper St. Pierre2014-07-031-183/+0
* gtk: add missing type annotations ported from Vala bindingsEvan Nemerson2014-05-271-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-7/+7
* docs: don't use <emphasis>William Jon McCann2014-01-281-2/+2
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-1/+1
* Another round of template binding api changesMatthias Clasen2013-07-261-3/+3
* Rename the widget template APIEmmanuele Bassi2013-07-261-3/+3
* widget: Use a real offset in gtk_widget_class_automate_childAlexander Larsson2013-07-261-3/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* GtkStatusbar: Define children with a GtkBuilder templateTristan Van Berkom2013-04-081-63/+17
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-5/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkStatusbar: Fix resize-grip overlap calculationMatthias Clasen2012-01-141-6/+1
* gtkbox: Move private functions to private headerJavier Jardón2011-10-021-1/+3
* 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