summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Update docs Deprecate gtk_widget_{ref,unref}Matthias Clasen2007-06-101-0/+5
* Fix shadow painting if the scrollbars-within-bevel style property is setBenjamin Berg2007-06-081-25/+15
* Document scrollbars-within-bevel as 2.12 addition. (#438131, MartMatthias Clasen2007-05-141-0/+7
* Correct a confusing warning. (#437284, Björn Lindqvist)Matthias Clasen2007-05-101-1/+1
* Improve look of GtkScrolledWindow on Windows by implementing aMathias Hasselmann2007-03-081-5/+64
* Only handle key bindings for scrolling if the scrollbars are visible.Matthias Clasen2007-01-021-5/+13
* Fixed a bug in set_property() (setting "window-placement-set" could resultTristan Van Berkom2006-12-161-1/+1
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+2
* always update the bin_window position and size in size_allocate, even ifTim Janik2006-09-201-1/+5
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-101-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-38/+6
* Add a window-placement-set property and a gtk-scrolled-window-placementMatthias Clasen2006-03-201-22/+230
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Change the return type to GtkWidget*, proposed by Owen Taylor.Matthias Clasen2005-05-081-2/+2
* Add getters for the scrollbars. (#167181, Billy Biggs)Matthias Clasen2005-05-031-0/+38
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-5/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-7/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-5/+5
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New internal function returning a good step value for the mouse wheel. ForSoeren Sandmann2004-02-291-6/+5
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-14/+14
* Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizingMatthias Clasen2003-12-051-4/+15
* Replace uses of gtk_object_new by g_object_new.Matthias Clasen2003-02-281-2/+2
* Add a scrollbar_spacing style property (#81396, based on a patch fromOwen Taylor2002-10-201-2/+21
* Privately export _gtk_scrolled_window_get_scrollbar_spacing().Owen Taylor2002-10-101-18/+38
* Deprecation cleanupManish Singh2002-10-091-33/+36
* Minor documentation fixesSoren Sandmann2002-08-101-2/+2
* Require autoconf-2.52 explicitely, since otherwise Debian will process itOwen Taylor2002-05-221-2/+0
* Initialize the scrollbar spacing variable in the class to -1, and thenOwen Taylor2002-03-011-3/+5
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-1/+1
* Switch control-home/end and home/end with the idea that scrolled windowsOwen Taylor2002-02-271-4/+4
* Fix double set of bindings for page-up/down. (#72605, Tor Lillquist)Owen Taylor2002-02-261-5/+0
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-3/+0
* Select the right item in the family list. (Reported by Mark Patton, PatchOwen Taylor2002-02-181-2/+8
* Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDownOwen Taylor2002-02-161-1/+256
* Add property support. (#51858)Owen Taylor2001-07-191-115/+160
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-55/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-16/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+56
* don't propagate exposes to NULL child.Tim Janik2001-05-111-2/+5
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-291-10/+2
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-1/+1
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-11/+1
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+9
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-36/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4