| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Move documentation to inline comments: GtkLayout | Garrett Regier | 2010-11-06 | 1 | -0/+21 |
* | Re-enable deprecation guards | Javier Jardón | 2010-10-29 | 1 | -2/+0 |
* | Remove size_request from GtkLayout | Matthias Clasen | 2010-10-26 | 1 | -10/+23 |
* | Added GtkScrollablePolicy property to scrollable interface | Tristan Van Berkom | 2010-10-26 | 1 | -3/+26 |
* | Move min-display-width/height to GtkScrolledWindow | Matthias Clasen | 2010-10-22 | 1 | -30/+2 |
* | Add GtkScrollable interface | Tadej Borovšak | 2010-10-22 | 1 | -190/+147 |
* | Removed needless size-requesting of children (child sizes are ignored at requ... | Tristan Van Berkom | 2010-10-08 | 1 | -16/+0 |
* | Remove unneded casts | Javier Jardón | 2010-09-29 | 1 | -1/+1 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -6/+2 |
* | layout: Port to draw vfunc | Benjamin Otte | 2010-09-26 | 1 | -10/+8 |
* | gtk: Don't set colormap anymore when creating GDK windows | Benjamin Otte | 2010-09-26 | 1 | -2/+1 |
* | gtk: Remove calls that try to set GDK_NO_BG on their windows | Benjamin Otte | 2010-09-26 | 1 | -1/+0 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -13/+13 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -1/+2 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi... | Javier Jardón | 2010-09-13 | 1 | -2/+8 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -25/+25 |
* | gtk/gtklayout.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -22/+32 |
* | GtkLayout: move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -114/+179 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Remove deprecated GtkLayout functions | Christian Dywan | 2010-05-03 | 1 | -36/+0 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -5/+5 |
* | Deprecate widget flag: GTK_WIDGET_MAPPED | Javier Jardón | 2010-03-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -3/+4 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -4/+4 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -2/+2 |
* | Document the "set-scroll-adjustments" signal | Sven Herzberg | 2008-12-11 | 1 | -0/+9 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -5/+4 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -4/+4 |
* | gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c use canonical signal names. | Sven Neumann | 2008-08-11 | 1 | -1/+1 |
* | gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.c | Sven Neumann | 2008-08-08 | 1 | -2/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Remove left-over unused property enum. | Johan Dahlin | 2008-06-20 | 1 | -1/+0 |
* | Add missing Since: gtk-doc markup for newly added GSEAL API. Change all | Johan Dahlin | 2008-06-20 | 1 | -1/+3 |
* | Seal GtkLayout | Tim Janik | 2008-06-20 | 1 | -0/+17 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -47/+12 |
* | gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c | Søren Sandmann | 2006-05-15 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -41/+10 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -4/+2 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -6/+6 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | added a default method for the add virtual method of GtkContainer. | Lorenzo Gil Sanchez | 2004-07-05 | 1 | -2/+12 |