| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -10/+2 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 1 | -1/+1 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -11/+1 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+9 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -36/+0 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmaps | Owen Taylor | 2000-07-21 | 1 | -12/+129 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -25/+25 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -4/+4 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 1 | -1/+37 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -11/+8 |
* | still request the extra width or height if the corresponding scrollbar is | Tim Janik | 1999-02-25 | 1 | -4/+4 |
* | don't add extra width or height if the requested size is mandatory (i.e. | Tim Janik | 1999-02-25 | 1 | -10/+17 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Changed warnings from g_message() to g_warning(). | Owen Taylor | 1999-02-21 | 1 | -1/+1 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -17/+36 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -11/+0 |
* | New macro. Changed the spacing from 5 to 3. | Nat Friedman | 1999-01-17 | 1 | -1/+3 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 1 | -8/+8 |
* | s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. | Tim Janik | 1998-12-02 | 1 | -19/+85 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |