summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+2
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Fix a typo, spotted by David Odin.Matthias Clasen2005-08-021-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-2/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Forgotten file.Matthias Clasen2005-01-031-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* Fix numerous misspellings of possessive "its". (#110027, Doug Quale)Matthias Clasen2003-04-071-1/+1
* Deprecation cleanupManish Singh2002-10-101-20/+17
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-20/+1
* Typo fixes. (#65607)Matthias Clasen2001-11-281-2/+2
* reflect Pango API changeHans Breuer2001-11-231-1/+1
* (Fixes related to #64428, Michael Meeks)Owen Taylor2001-11-191-0/+44
* Make a NO_WINDOW widget, as it should have been since the beginning, butOwen Taylor2001-11-181-28/+44
* Remove unused static function. (xpm_skip_string): Dito.Daniel Egger2001-11-141-24/+0
* fix a typo.Havoc Pennington2001-08-101-17/+173
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-39/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-9/+0
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-16/+0
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-38/+0