summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* container: Fix typo that caused madnessBenjamin Otte2010-10-211-1/+1
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+1
* Remove gtk_widget_hide_all()Matthias Clasen2010-10-191-14/+0
* Remove the outdated faqMatthias Clasen2010-10-191-2/+1
* Add horizontal and vertical expand flags, compute_expand() to GtkWidgetHavoc Pennington2010-10-131-0/+51
* Fix handling of the geometry widgetOwen W. Taylor2010-10-111-3/+34
* Added documentation to GtkContainer about implementing containers using heigh...Tristan Van Berkom2010-10-121-5/+129
* docs: Move documentation do inline comments: GtkContainerJavier Jardón2010-10-111-0/+84
* Don't assume widgets are containers when walking the focus treeWilliam Jon McCann2010-10-081-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-9/+9
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-11/+9
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+2
* API: Remove gtk_container_propagate_expose()Benjamin Otte2010-09-261-51/+24
* container: Implement gtk_container_propagate_draw() without fallbacksBenjamin Otte2010-09-261-4/+46
* API: Add gtk_container_propagate_draw()Benjamin Otte2010-09-261-24/+44
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Add some element-type annotations to gtk apisMatthias Clasen2010-09-171-2/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-3/+7
* add gtk_container_class_handle_border_width() so subclasses can ignore border...Havoc Pennington2010-09-121-1/+108
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-1/+0
* container: use priv in last commitStefan Kost2010-09-011-3/+3
* container: clarify the docsStefan Kost2010-09-011-3/+8
* container: don't leak the focus_child ref countStefan Kost2010-09-011-0/+6
* Remove a workaround for old toolbar apiMatthias Clasen2010-08-281-7/+1
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-15/+15
* gtk/gtkcontainer.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-6/+7
* container: suggest parentheses around assignment used as truth valueBenjamin Otte2010-08-231-1/+1
* gtk/gtkcontainer.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-2/+2
* gtk/gtkcontainer.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-52/+83
* gtkcontainer: Move public members to private structureJavier Jardón2010-07-131-43/+94