summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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