summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtkcontainer: Add _gtk_container_get_reallocate_redraws internal accessorJavier Jardón2010-07-131-0/+6
* gtkcontainer: Add _gtk_container_*_need_resize internal accessorsJavier Jardón2010-07-131-0/+13
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-2/+2
* gtkcontainer: Remove unused GtkForeachData structJavier Jardón2010-05-271-8/+0
* Remove unused functionJavier Jardón2010-05-031-19/+0
* Remove all deprecated stuff from GtkContainerJavier Jardón2010-05-031-30/+0
* Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-0/+3
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-04-031-2/+2
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-04-031-3/+4
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-031-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-04-031-3/+3
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-04-031-3/+3
* [annotations] Add allow-noneJohan Dahlin2010-04-031-2/+2
* Limit GtkContainer::border-width to 65535Christian Dywan2010-04-031-1/+1
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-04-031-1/+1
* Don't use GTK_WIDGET_NO_WINDOW in GtkContainerChristian Dywan2010-04-031-7/+7
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-04-031-3/+6
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2010-04-031-6/+7
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* Revert "Remove deprecated GtkContainer function and macros"Michael Natterer2009-10-101-0/+30
* Remove deprecated GtkContainer function and macrosJavier Jardón2009-10-101-30/+0
* add missing semicolon.Michael Natterer2008-12-091-2/+2