summaryrefslogtreecommitdiff
path: root/gtk/gtkaspectframe.c
Commit message (Expand)AuthorAgeFilesLines
* aspect frame: Use an element nameMatthias Clasen2015-11-051-0/+6
* GtkAspectFrame: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-4/+4
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* frame: annotate the @label params with (allow-none)Stefan Sauer2013-08-291-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-13/+6
* Docs: GtkAspectFrame: use top/bottom for vertical alignmentThomas Hindoe Paaboel Andersen2012-08-261-4/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+1
* 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-9/+9
* Use GtkBin accessorsJavier Jardón2010-07-131-2/+4
* gtkaspectframe: Move public members to private structureJavier Jardón2010-07-131-40/+71
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* [docs] Move documentation to inline comments: GtkAspectFrameTadej Borovšak2010-04-181-0/+46
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* 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 the default value for the ratio property.Matthias Clasen2007-12-281-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-35/+3
* 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
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-6/+5
* : Mark param spec strings as static.Matthias Clasen2005-03-211-4/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* 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-8/+8
* Deprecation cleanupManish Singh2002-10-041-15/+16
* set the correct min/max values for the ratio property (fixes #75331)jacob berkman2002-03-181-1/+1
* General property notification cleanup.Matthias Clasen2002-01-281-1/+1
* coalescing property notifiesHans Breuer2001-08-111-27/+29
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* marshaller fixes.Tim Janik2001-03-071-14/+12
* Convert to new property API, patch from Lee MallaboneHavoc Pennington2001-02-211-59/+107
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Put 1.3.1 in warning message, not 1.3.0.Owen Taylor2000-06-261-0/+2
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-203/+33
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-3/+0
* Adapt cast macros to standard.Raja R Harinath1999-11-221-33/+130
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-4/+7
* Fixed long-standing typo in aspect ratio computation code. (pointed out byOwen Taylor1998-12-061-3/+2
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-25/+29
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3