| Commit message (Expand) | Author | Age | Files | Lines |
* | [docs] Move documentation to inline comments: GtkViewport | Steven Harms | 2010-04-18 | 1 | -0/+19 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -4/+4 |
* | 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 | -6/+6 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -2/+2 |
* | Deprecate flag macros for toplevel, state, no window and composite child | Christian Dywan | 2010-01-04 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -4/+4 |
* | Added accesor for GTK_VIEWPORT (widget)->bin_window | Christian Dywan | 2009-10-21 | 1 | -0/+18 |
* | 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 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -3/+3 |
* | gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.c | Sven Neumann | 2008-08-08 | 1 | -1/+1 |
* | gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.c | Sven Neumann | 2008-08-08 | 1 | -1/+1 |
* | 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 |
* | Use g_object_new instead of gtk_widget_new | Johan Dahlin | 2008-06-19 | 1 | -1/+1 |
* | gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.c | Michael Natterer | 2008-02-27 | 1 | -25/+7 |
* | Changed size requisition so the viewport does not add the border thickness | Matthias Clasen | 2007-07-09 | 1 | -4/+8 |
* | gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.c | Michael Natterer | 2007-01-18 | 1 | -1/+1 |
* | always update the bin_window position and size in size_allocate, even if | Tim Janik | 2006-09-20 | 1 | -25/+15 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -38/+7 |
* | Disconnect from the old adjustments signals. (#325869, Jorn Baayen) | Matthias Clasen | 2006-01-06 | 1 | -2/+1 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -2/+1 |
* | 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 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -3/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | Set the background of the windows to None instead of adding EXPOSURE_MASK, | Søren Sandmann | 2005-01-05 | 1 | -1/+3 |
* | Bug 162112. | Søren Sandmann | 2005-01-04 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Don't leak the adjustments. (#148089, Tommi Komulainen) | Matthias Clasen | 2004-07-22 | 1 | -1/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -6/+6 |
* | Implement "gravity" for RTL mode in a better way: Keep the distance from | Matthias Clasen | 2003-12-12 | 1 | -2/+6 |
* | Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizing | Matthias Clasen | 2003-12-05 | 1 | -2/+12 |
* | Fix bug with set_adjustment (viewport, NULL); | Owen Taylor | 2003-06-08 | 1 | -1/+1 |
* | Many fixes, along with extensive cleanups and refactoring of code to | Owen Taylor | 2003-06-06 | 1 | -227/+233 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -48/+74 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -3/+0 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -3/+3 |
* | gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c | Owen Taylor | 2002-02-18 | 1 | -4/+4 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -17/+4 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -3/+3 |