summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make gtk_builder_get_translation_domain() useful for subparsers.Matthias Clasen2008-12-081-1/+37
* Check for child->parent instead of GTK_WIDGET_TOPLEVEL.Johan Dahlin2008-11-071-1/+1
* Made buildable and added support for adding children of type "submenu"Tristan Van Berkom2008-11-061-3/+11
* gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.cSven Neumann2008-08-111-1/+1
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-5/+4
* Add some missing bracesMatthias Clasen2008-08-051-3/+5
* Doc fixesMatthias Clasen2008-07-211-6/+6
* Remove erroneously added g_return_if_fail (bug #541811).Christian Dywan2008-07-061-1/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Fixed the FAQ location in the warning produced here.Martyn James Russell2008-06-271-1/+2
* Revert GtkScaleButton accesses for plus/minus buttons, as per #539944Johan Dahlin2008-06-241-0/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-1/+1