summaryrefslogtreecommitdiff
path: root/gtk/gtkalignment.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+8
* Added proper height-for-width implementation to GtkAlignment.Tristan Van Berkom2010-12-291-4/+66
* docs: Add gtk-doc notationJavier Jardón2010-10-221-0/+4
* Discourage use of GtkMisc and GtkAlignmentMatthias Clasen2010-10-221-1/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-45/+34
* Point to the new GtkWidget align and margin propertiesMatthias Clasen2010-09-191-0/+4
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-12/+12
* gtk/gtkalignment.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-1/+1
* GtkAlignment: move public members to private structureJavier Jardón2010-07-141-80/+85
* Use GtkBin accessorsJavier Jardón2010-07-131-8/+15
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-4/+4
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-38/+38
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-301-40/+112
|\
| * GtkAlignment now tries to allocate natural size to the child if available and...Tristan Van Berkom2010-04-201-13/+27
| * Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-22/+52
| * Implement GtkExtendedLayout on AlignmentTristan Van Berkom2010-04-061-32/+50
| * Fixed classes to call gtk_extended_layout_get_desired_size_again()Tristan Van Berkom2010-04-061-1/+1
| * Fixed extended layout implementors to not call ->get_desired_size() directlyTristan Van Berkom2010-04-031-1/+1
| * Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-04-031-1/+1
| * Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-031-2/+2
| * [annotations] Add allow-noneJohan Dahlin2010-04-031-4/+4
| * native-layout: Introduce GtkExtendedLayout interface.Johannes Schmmid2009-12-141-3/+13
* | [docs] Move documentation to inline comments: GtkAlignment.Tadej Borovšak2010-04-181-0/+54
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* | Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* | [annotations] Add allow-noneJohan Dahlin2010-02-191-4/+4
|/
* Bug 561539 - Fix warnings when size allocations fall short of border widthTristan Van Berkom2008-11-241-2/+2
* 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
* gtk/gtkalignment.c gtk/gtkarrow.c gtk/gtkbbox.c gtk/gtkcalendar.c removeMichael Natterer2008-05-211-3/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-28/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* 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
* Flip the paddingMatthias Clasen2005-05-101-4/+3
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+4
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-10/+9
* : Mark param spec strings as static.Matthias Clasen2005-03-211-11/+13
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-4/+4
* gtk/gtkexpander.cSoeren Sandmann2004-08-221-16/+16
* 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-16/+16
* Implement RTL flipping for GtkAlignment. (#127585)Matthias Clasen2003-12-061-2/+6
* Doc formatting tweaks.Matthias Clasen2003-09-301-0/+2