summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document gtk_container_get_focus_child().Tim Janik2008-06-201-0/+11
* add accessor.Tim Janik2008-06-201-0/+8
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* Properly document gtk_container_set_focus_child(). (#521739, Andrew Cowie)Emmanuele Bassi2008-03-171-0/+11
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-2/+2
* Correct the documentation of child property getter arguments. (#501992,Matthias Clasen2007-12-071-4/+4
* Another documentation fix that I forgot to commit yesterday. (#459340,Cody Russell2007-08-151-2/+3
* Add GtkBuilder and GError arguments to gtk_builder_value_from_string andJohan Dahlin2007-06-271-4/+9
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-6/+6
* Fix a doc typoMatthias Clasen2007-06-181-3/+3
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+190
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-38/+40
* Mention in the docs that the return value is NULL-terminated. (#383373,Matthias Clasen2007-01-021-2/+2
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-5/+1
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* Skip unrealized children when doing focus sorting. (#323995, Dan Winship)Matthias Clasen2005-12-141-12/+15
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-8/+8
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-3/+4