summaryrefslogtreecommitdiff
path: root/gtk/gtklayout.h
Commit message (Expand)AuthorAgeFilesLines
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+7
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-4/+4
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-1/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-4/+4
* Drop use of GDK_DISABLE_DEPRECATED guards in gtkMatthias Clasen2011-11-091-2/+0
* Add deprecation annotations for deprecated functionsMatthias Clasen2011-10-111-3/+6
* Re-enable deprecation guardsJavier Jardón2010-10-301-1/+1
* Fix gtk-doc markup: /* <private> */ should be /*< private >*/Javier Jardón2010-10-301-1/+1
* Add GtkScrollable interfaceTadej Borovšak2010-10-221-4/+4
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-4/+4
* GtkLayout: move public members to private structureJavier Jardón2010-07-131-18/+4
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* Remove deprecated GtkLayout functionsChristian Dywan2010-05-031-14/+0
* no need to include <gdk/gdk.h> in any widget header, it's included viaMichael Natterer2008-10-301-1/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Seal GtkLayoutTim Janik2008-06-201-11/+12
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-10/+10
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-10/+5
* Deprecation cleanupManish Singh2002-10-131-6/+6
* Massive padding addition to class structures.Owen Taylor2002-02-231-2/+10
* Reprioritize key bindings in order of visibility - mnemonics, thenOwen Taylor2001-11-181-3/+0
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-081-3/+5
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+3
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+3
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-1/+0
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+3
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Move gravity_works back to a static global variable, since it is a globalOwen Taylor1999-01-281-2/+0
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-16/+13
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-3/+3
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-6/+7
* Edited section on the ScrolledWindow.Owen Taylor1998-11-241-0/+1
* Fixed up copyright message.Owen Taylor1998-11-241-6/+20
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-0/+104