summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* GtkScrolledWindow: Disconnect from frame clock properlyBastien Nocera2013-10-231-2/+2
* all: Add names to timeoutsBastien Nocera2013-10-231-4/+7
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-7/+3
* Fix default value of scrolled window placement-set propertyWilliam Jon McCann2013-06-261-1/+1
* Deprecate and ignore gtk-scrolled-window-placementWilliam Jon McCann2013-06-261-148/+35
* GtkScrollableWindow: Automatically set focus adjustmentsAlexander Larsson2013-06-131-4/+12
* Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-081-6/+0
* GtkScrolledWindow: use gtk_widget_add_tick_callback()Owen W. Taylor2013-02-151-18/+15
* GtkScrolledWindow: use GdkFrameClock for kinetic scrollingOwen W. Taylor2013-02-141-16/+23
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2
* scrolled-window: fix an incorrect gtk-doc commentCosimo Cecchi2013-02-021-2/+1
* scrolledwindow: deprecate gtk_scrolled_window_add_with_viewport()Cosimo Cecchi2013-02-011-0/+4
* scrolledwindow: make gtk_scrolled_window_add() smartCosimo Cecchi2013-02-011-11/+18
* scrolledwindow: Use local variablesBenjamin Otte2013-02-011-4/+13
* scrolledwindow: Use child-visible instead of visible for scrollbarsBenjamin Otte2013-01-141-10/+2
* scrolledwindow: set GDK_EXPOSURE_MASK on the overshoot windowCosimo Cecchi2012-10-171-38/+1
* scrolledwindow: fix wrong allocation of padding and bordersCosimo Cecchi2012-10-041-32/+28
* scrolledwindow: don't capture events meant for non-child windowsCarlos Garnacho2012-09-021-0/+3
* scrolled-window: fix rendering of scrolled window backgroundCosimo Cecchi2012-08-281-21/+40
* scrolledwindow: take into account border/padding for junctionCosimo Cecchi2012-03-101-8/+34
* scrolledwindow: Fix scroll event handlingMatthias Clasen2012-03-041-4/+13
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-8/+9
* gtk: Implement smooth scrolling in scrolledwindow/rangeMichael Natterer2012-03-011-12/+63
* scrolledwindow: Kinetic scrolling supportCarlos Garcia Campos2012-03-011-12/+1065
* scrolledwindow: draw a box in the junction between the two scrollbarsCosimo Cecchi2012-02-291-0/+50
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* scrolledwindow: Render the background so that it can be styledRui Matos2012-01-091-3/+7
* gtk: Fix compiler warnings from include fixesBenjamin Otte2011-11-161-0/+1
* Fix build by adding includeAlexander Larsson2011-11-101-0/+1
* Replace some references to the GtkTable, use GtkGrid insteadJavier Jardón2011-09-291-2/+2
* Convert GailScrolledWindow to GtkScrolledWindowAccessibleMatthias Clasen2011-07-051-1/+3
* Clean up more includesMatthias Clasen2011-06-071-0/+1
* GtkScrolledWindowPrivate: Improve struct packingMatthias Clasen2011-04-121-4/+3
* Silence new gcc warningsMatthias Clasen2011-01-231-3/+3
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+4
* Adding missing gtk-doc annotations.Tristan Van Berkom2011-01-081-0/+15
* scrolledwindow: Update adjustment usage for sealingBenjamin Otte2011-01-051-13/+13
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+2
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+0
* Make GtkScrolledWindow use GtkStyleContextCarlos Garnacho2010-12-281-32/+80
* Fixing GtkScrolledWindow inconsistent scrollbar visibility.Tristan Van Berkom2010-11-191-13/+26
* gtk: fix C99-style variable declarations in various sourcesChun-wei Fan2010-11-101-165/+138
* fix up accidental exports2.91.4Matthias Clasen2010-11-091-1/+1
* Another attempt at scrolledwindow size allocationMatthias Clasen2010-11-091-138/+165
* Fixed hangs in TextView and ToolPaletteTristan Van Berkom2010-10-301-132/+138
* Fixing typo in scrolled windowTristan Van Berkom2010-10-301-1/+1
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-301-2/+2
* Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-261-25/+41
* Fix up docsMatthias Clasen2010-10-231-6/+48