summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GI warningsJasper St. Pierre2013-10-091-3/+1
* container: Deprecate resize modeBenjamin Otte2013-10-051-0/+16
* Improve gtk_container_add docsMatthias Clasen2013-09-301-1/+5
* Improve struct packing in various placesMatthias Clasen2013-09-211-1/+1
* Fix a regression in GtkAssistant child property handlingMatthias Clasen2013-08-281-5/+5
* Be more forgiving about child propertiesMatthias Clasen2013-08-031-0/+8
* Fix some inconsistent deprecationsKjell Ahlstedt2013-07-091-0/+6
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+13
* CosmeticsMatthias Clasen2013-07-061-1/+1
* Fix string allocation handling with GtkBuilder translationsKalev Lember2013-06-081-7/+5
* container: Don't use to-be-deprecated APIBenjamin Otte2013-05-301-1/+2
* GtkContainer: Propagate draws in GdkWindow orderAlexander Larsson2013-05-151-32/+95
* Only handle exposes on native window, propagate to children via draw()Alexander Larsson2013-05-071-8/+21
* Fix setting child propertiesMatthias Clasen2013-05-031-4/+5
* Fix a few memory leaks wrt to translationsMatthias Clasen2013-04-281-2/+2
* Initial support for baselinesAlexander Larsson2013-04-231-0/+50
* GtkContainer: fix disconnection from frame clockOwen W. Taylor2013-02-141-10/+13
* GdkFrameClock: Make the phase explicit when requesting the frameOwen W. Taylor2013-02-141-2/+4
* Use GdkFrameClock for relayoutOwen W. Taylor2013-02-141-38/+45
* widget: Get rid of unused flagsBenjamin Otte2012-11-141-2/+0
* sizerequest: Cache the request modeBenjamin Otte2012-11-141-19/+11
* container: Simplify codeBenjamin Otte2012-11-111-24/+3
* stylecontext: Pass the changes in the parent to validation functionBenjamin Otte2012-08-281-1/+6
* Fix a memory leakMatthias Clasen2012-08-061-1/+5
* container: fix wrong branching logicCosimo Cecchi2012-04-181-0/+1
* container: Redo style validation handlingBenjamin Otte2012-04-171-22/+62
* container: needs_resize is a container flag, not a widget flagBenjamin Otte2012-04-171-9/+10
* container: Split out a functionBenjamin Otte2012-04-171-33/+42
* container: Remove duplicated flagBenjamin Otte2012-04-171-23/+0
* container: Simplify codeBenjamin Otte2012-04-171-37/+18
* stylecontext: Pass time to style_context_validate()Benjamin Otte2012-04-171-2/+8
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-1/+1
* stylecontext: Really queue style changesBenjamin Otte2012-04-171-1/+16
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-0/+1
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use G_VALUE_INITJavier Jardón2011-10-151-5/+5
* Replace some references to the GtkTable, use GtkGrid insteadJavier Jardón2011-09-291-3/+3
* toolbar: Fix widget path creation codeBenjamin Otte2011-09-271-3/+3
* container: Warn if an invalid widget path is createdBenjamin Otte2011-09-271-1/+13
* Documentation fixesMatthias Clasen2011-09-251-11/+13
* Make gtk_container_remove work for assistantsMatthias Clasen2011-07-111-1/+2
* Drop an unneeded includeMatthias Clasen2011-07-111-1/+0
* Convert GailContainer to GtkContainerAccessibleMatthias Clasen2011-07-051-1/+3
* docs: fix parameter name mismatchesMatthias Clasen2011-06-071-5/+5
* gtkcontainer: Move private functions to private headerJavier Jardón2011-06-061-0/+1
* API: Change semantics of gtk_container_get_child_path()Benjamin Otte2011-06-021-1/+3
* Silently allow child properties on grandchildrenMatthias Clasen2011-05-061-14/+2
* Add gtk_container_child_notifyMatthias Clasen2011-05-061-0/+62
* Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestModeTristan Van Berkom2011-03-251-0/+54