summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [gi] add Virtual annotation for gtk_container_forall vfuncJohn (J5) Palmieri2011-03-161-1/+3
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Use faster new G_VALUE_COLLECT_INIT variant instead G_VALUE_COLLECTJavier Jardón2011-02-071-2/+3
* Fixed GtkContainer buildable implementation to set packing properties explici...Tristan Van Berkom2011-02-021-20/+18
* Fixed GtkContainer to parse <packing> property text accumulatively.Tristan Van Berkom2011-01-261-25/+39
* Silence new gcc warningsMatthias Clasen2011-01-231-512/+510
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-3/+4
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-5/+6
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-201-1/+1
* GtkContainer: make "handle_border_width" member privateColin Walters2011-01-141-3/+3
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-2/+4
* Add invariant that a child is unmapped if parent is unmappedHavoc Pennington2010-12-201-4/+9
* Added minimum size parameter to GtkWidgetClass->adjust_size_allocation.Tristan Van Berkom2010-12-071-28/+5
* GtkContainer: Also copy permanent container's classes on get_path_for_child()Carlos Garnacho2010-12-041-1/+22
* Add theming docsCarlos Garnacho2010-12-041-0/+10
* GtkContainer: Add method to get the GtkWidgetPath for a child.Carlos Garnacho2010-12-041-0/+22
* gtk: fix C99-style variable declarations in various sourcesChun-wei Fan2010-11-101-2/+3
* GtkWidget/GtkContainer: Slight fixes to geometry-management docs.Murray Cumming2010-11-041-158/+158
* Fixed problems with combination of height-for-width apis andTristan Van Berkom2010-10-231-21/+30