summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed: If can’t add child, don’t add to child infoDaniel Boles2017-10-131-0/+1
* Fixed: Don’t dereference before typecheckingDaniel Boles2017-10-131-1/+3
* GtkFixed: Update documentation introDaniel Boles2017-08-031-7/+12
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-5/+9
* fixed: Remove windowTimm Bäder2017-07-191-42/+2
* Remove calls to gtk_widget_set_allocationTimm Bäder2017-07-191-2/+0
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-3/+1
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-2/+0
* Remove gtk_container_snapshot_childTimm Bäder2017-01-071-3/+4
* snapshot: Convert GtkFixedBenjamin Otte2016-11-151-24/+11
* fixed: Port to GskRenderNodeBenjamin Otte2016-11-051-11/+23
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-42/+28
* fixed: Use gdk_window_new_child()Benjamin Otte2016-10-181-15/+5
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-29/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* fixed: add a comment for gtk_style_context_set_background()Cosimo Cecchi2015-07-011-2/+28
* fixed: Fix drawing orderBenjamin Otte2014-02-281-0/+27
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* Revert "fixed: draw css background and borders"Matthias Clasen2014-02-031-19/+0
* Docs: Use markdown for listsMatthias Clasen2014-02-021-11/+6
* fixed: draw css background and bordersPaolo Borelli2013-11-031-0/+19
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+2
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Fix another GtkFixed regression, in gtk_fixed_forall()Matthias Clasen2011-02-021-1/+3
* Fix crash in gtk_fixed_remove()Vincent Untz2011-02-011-2/+0
* Move GtkFixed docs inlinePavel Holejsovsky2011-01-171-0/+74
* Make GtkFixed use GtkStyleContextCarlos Garnacho2011-01-041-2/+2
* Fix gtk_fixed_get_preferred_widthMatthias Clasen2010-10-301-2/+2
* Remove size_request from GtkFixedMatthias Clasen2010-10-301-159/+153
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-6/+5
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-1/+6
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-10/+10
* gtk/gtkfixed.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-17/+22
* gtkfixed: Move public members to private structureJavier Jardón2010-07-131-18/+35
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-6/+8
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+2
* Remove gtk_fixed_get_has_window() and gtk_fixed_set_has_window()Javier Jardón2010-05-031-48/+0
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-6/+9
* No GTK_WIDGET_NO_WINDOW in GtkFixed and deprecate gtk_fixed_set_has_windowChristian Dywan2010-01-041-11/+12
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* fix typo in documentation.Xan Lopez2008-03-061-1/+1
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-5/+1