| Commit message (Expand) | Author | Age | Files | Lines |
* | 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/gtkalignment.c gtk/gtkarrow.c gtk/gtkbbox.c gtk/gtkcalendar.c remove | Michael Natterer | 2008-05-21 | 1 | -2/+1 |
* | gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c | Michael Natterer | 2008-02-07 | 1 | -5/+1 |
* | gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refers | Cody Russell | 2007-08-14 | 1 | -2/+2 |
* | Correctly redraw when gtk-scrolled-window-placement is changed after the | Ross Burton | 2007-07-22 | 1 | -1/+1 |
* | Update docs Deprecate gtk_widget_{ref,unref} | Matthias Clasen | 2007-06-10 | 1 | -0/+5 |
* | Fix shadow painting if the scrollbars-within-bevel style property is set | Benjamin Berg | 2007-06-08 | 1 | -25/+15 |
* | Document scrollbars-within-bevel as 2.12 addition. (#438131, Mart | Matthias Clasen | 2007-05-14 | 1 | -0/+7 |
* | Correct a confusing warning. (#437284, Björn Lindqvist) | Matthias Clasen | 2007-05-10 | 1 | -1/+1 |
* | Improve look of GtkScrolledWindow on Windows by implementing a | Mathias Hasselmann | 2007-03-08 | 1 | -5/+64 |
* | Only handle key bindings for scrolling if the scrollbars are visible. | Matthias Clasen | 2007-01-02 | 1 | -5/+13 |
* | Fixed a bug in set_property() (setting "window-placement-set" could result | Tristan Van Berkom | 2006-12-16 | 1 | -1/+1 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -2/+2 |
* | always update the bin_window position and size in size_allocate, even if | Tim Janik | 2006-09-20 | 1 | -1/+5 |
* | Fix some typos with inline property docs. (#347065, John Finlay) | Matthias Clasen | 2006-07-10 | 1 | -2/+2 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -38/+6 |
* | Add a window-placement-set property and a gtk-scrolled-window-placement | Matthias Clasen | 2006-03-20 | 1 | -22/+230 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -3/+3 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Change the return type to GtkWidget*, proposed by Owen Taylor. | Matthias Clasen | 2005-05-08 | 1 | -2/+2 |
* | Add getters for the scrollbars. (#167181, Billy Biggs) | Matthias Clasen | 2005-05-03 | 1 | -0/+38 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -5/+5 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -7/+8 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -5/+5 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | New internal function returning a good step value for the mouse wheel. For | Soeren Sandmann | 2004-02-29 | 1 | -6/+5 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -14/+14 |
* | Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizing | Matthias Clasen | 2003-12-05 | 1 | -4/+15 |
* | Replace uses of gtk_object_new by g_object_new. | Matthias Clasen | 2003-02-28 | 1 | -2/+2 |
* | Add a scrollbar_spacing style property (#81396, based on a patch from | Owen Taylor | 2002-10-20 | 1 | -2/+21 |
* | Privately export _gtk_scrolled_window_get_scrollbar_spacing(). | Owen Taylor | 2002-10-10 | 1 | -18/+38 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -33/+36 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -2/+2 |
* | Require autoconf-2.52 explicitely, since otherwise Debian will process it | Owen Taylor | 2002-05-22 | 1 | -2/+0 |
* | Initialize the scrollbar spacing variable in the class to -1, and then | Owen Taylor | 2002-03-01 | 1 | -3/+5 |
* | include gdkkeysysms.h if compiling gdk_keyval_convert_case. | Owen Taylor | 2002-03-01 | 1 | -1/+1 |
* | Switch control-home/end and home/end with the idea that scrolled windows | Owen Taylor | 2002-02-27 | 1 | -4/+4 |
* | Fix double set of bindings for page-up/down. (#72605, Tor Lillquist) | Owen Taylor | 2002-02-26 | 1 | -5/+0 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -3/+0 |
* | Select the right item in the family list. (Reported by Mark Patton, Patch | Owen Taylor | 2002-02-18 | 1 | -2/+8 |
* | Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDown | Owen Taylor | 2002-02-16 | 1 | -1/+256 |
* | Add property support. (#51858) | Owen Taylor | 2001-07-19 | 1 | -115/+160 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -55/+0 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -16/+0 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+56 |
* | don't propagate exposes to NULL child. | Tim Janik | 2001-05-11 | 1 | -2/+5 |