summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* Use g_clear_pointer to unparent widgetsTimm Bäder2018-11-131-5/+1
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-4/+9
* statusbar: Remove priv pointerTimm Bäder2018-06-041-29/+13
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-3/+2
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-4/+0
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* widget: Remove gtk_widget_set_redraw_on_allocTimm Bäder2017-08-091-1/+0
* statusbar: Inherit from GtkWidgetTimm Bäder2017-07-191-1/+49
* Remove various unused style propertiesTimm Bäder2016-10-161-16/+0
* 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