summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* scrolledwindow: Avoid too frequent redraws of scrollbarsCarlos Garnacho2014-11-171-3/+8
* scrolledwindow: Only render background/frame on the widget windowCarlos Garnacho2014-11-171-34/+37
* Make overlay scrollbar fading interruptibleMatthias Clasen2014-11-141-0/+1
* scrolledwindow: Use a fully transparent background for the overlay windowCarlos Garnacho2014-11-131-1/+3
* scrolledwindow: Don't doubly draw overlay-indicator scrollbarsCarlos Garnacho2014-11-131-8/+0
* scrolledwindow: Only render overshoot on the widget windowCarlos Garnacho2014-11-131-1/+2
* GtkScrolledWindow: Add documentationMatthias Clasen2014-10-201-3/+49
* GtkScrolledWindow: Add overlay scrollbarsMatthias Clasen2014-10-201-23/+591
* scrolledwindow: Add ::edge-overshot signalCarlos Garnacho2014-10-201-3/+56
* scrolledwindow: Don't set .frame on overshoot boxesBenjamin Otte2014-10-151-0/+2
* scrolledwindow: Allow overshooting on scroll eventsCarlos Garnacho2014-10-151-14/+48
* scrolledwindow: Simplify _gtk_scrolled_window_set_adjustment_value()Carlos Garnacho2014-10-141-32/+12
* GtkScrolledWindow: Introduce a helper functionMatthias Clasen2014-10-091-12/+16
* GtkScrolledWindow: Allow scrolling without barsMatthias Clasen2014-10-091-37/+58
* Remove an unused internal exportMatthias Clasen2014-10-091-1/+2
* GtkScrolledWindow: code cleanupMatthias Clasen2014-10-051-24/+3
* Cosmetic documentation improvementsMatthias Clasen2014-10-051-17/+14
* scrolledwindow: Rewrite overshoot code with regular stylingBenjamin Otte2014-10-031-54/+29
* scrolledwindow: Don't use LIGHTEN operatorBenjamin Otte2014-10-031-6/+0
* scrolledwindow: Remove unused variableBenjamin Otte2014-10-031-2/+1
* scrolling: interpret smooth deltas as pixels on quartzJesse van den Kieboom2014-09-051-0/+10
* scrolledwindow: Be smarter at invalidating overshoot areasCarlos Garnacho2014-08-281-3/+53
* scrolledwindow: Make kinetic scrolling only work on touch devicesCarlos Garnacho2014-08-151-4/+4
* scrolledwindow: Remove unused variableBenjamin Otte2014-07-221-2/+1
* scrolledwindow: Remove overshoot window and displacement animationCarlos Garnacho2014-07-091-168/+99
* GtkScrolledWindow: Animate the scroll-child keybindingMatthias Clasen2014-07-021-7/+3
* GtkScrolledWindow: Enable animated scrollingMatthias Clasen2014-06-301-8/+57
* Revert "scrolledwindow: fix scrolling with shared adjustment"Matthias Clasen2014-06-281-3/+5
* scrolledwindow: fix scrolling with shared adjustmentStefan Sauer2014-06-281-5/+3
* GtkScrolledWindow: Use style classes for shadowMatthias Clasen2014-06-261-39/+35
* Revert "gtkbin: replace internal api"Matthias Clasen2014-06-161-3/+9
* gtkbin: replace internal apiStefan Sauer2014-06-141-9/+3
* scrolledwindow: Deny scrolling sequences if pressed on the scrollbarsCarlos Garnacho2014-06-121-2/+8
* GtkScrolledWindow: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-26/+30
* scrolledwindow: Replace kinetic scrolling with GtkKineticScrollingLieven van der Heide2014-06-051-95/+85
* GtkScrolledWindow: Add some NULL checks backMatthias Clasen2014-05-291-2/+4
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-14/+12
* gtk: Update callers of GtkGesturePan orientationCarlos Garnacho2014-05-271-3/+3
* gtk: Replace GtkPanOrientation with GtkOrientationCarlos Garnacho2014-05-271-1/+1
* scrolledwindow: Handle directional cancellation if there is a single scroll d...Carlos Garnacho2014-05-231-2/+36
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-18/+6
* gesture: Cancel sequences that make a gesture exceed the number of touches as...Carlos Garnacho2014-05-231-10/+4
* scrolledwindow: update to gesture widget-level API changesCarlos Garnacho2014-05-231-37/+39
* scrolledwindow: Ensure the dragging sequence gets denied if more touches come inCarlos Garnacho2014-05-231-9/+11
* scrolledwindow: Fix overshoot coordinatesCarlos Garnacho2014-05-231-2/+2
* scrolledwindow: Use GtkGestureSingle APICarlos Garnacho2014-05-231-1/+1
* scrolledwindow: Update gesture API change.Carlos Garnacho2014-05-231-15/+12
* scrolledwindow: Use gesture button/touch press synthesizationCarlos Garnacho2014-05-231-9/+61
* scrolledwindow: port to GtkGestureCarlos Garnacho2014-05-231-428/+175
* GtkScrolledWindow: Avoid a test failureMatthias Clasen2014-05-221-3/+3