summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "scrolledwindow: Remove child before destroying self"Matthias Clasen2016-05-201-5/+0
* scrolledwindow: Fix typo in get_preferred_height calculationDebarshi Ray2016-05-191-3/+3
* scrolledwindow: Remove child before destroying selfBenjamin Otte2016-05-191-0/+5
* GtkScrolledWindow: Do not hover one scrollbar if grabbing on the otherCarlos Garnacho2016-03-141-2/+7
* GtkScrolledWindow: Check proximity on both indicators on grab-end leave eventsCarlos Garnacho2016-03-141-4/+2
* scrolled window: Fix scrollbar size allocationMatthias Clasen2016-03-111-11/+16
* scrolledwindow: fix left/right thinko for scrollbar style classesCosimo Cecchi2016-03-021-4/+4
* wayland: add gdk_event_is_scroll_stop_event()Peter Hutterer2016-01-181-1/+1
* scrolledwindow: add missing deprecation flagCosimo Cecchi2015-12-301-1/+1
* scrolledwindow: port to use a gadgetCosimo Cecchi2015-12-291-658/+665
* scrolledwindow: deprecate scrollbars-within-bevel style propertyCosimo Cecchi2015-12-291-84/+8
* scrolledwindow: Remove unneeded codeCarlos Garnacho2015-12-161-4/+0
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-5/+5
* scrolledwindow: Document overlay scrolling style classesMatthias Clasen2015-11-061-1/+2
* scrolledwindow: Set positional classes on scrollbarsMatthias Clasen2015-11-061-4/+69
* scrolled window: Drop unnecessary transient nodesMatthias Clasen2015-11-061-13/+0
* scrolledwindow: Use permanent CSS nodesMatthias Clasen2015-11-051-31/+42
* scrolledwindow: Fix a typoKrzesimir Nowak2015-11-041-1/+1
* scrolledwindow: Port to CSS nodesMatthias Clasen2015-11-041-18/+23
* scrolled window: Protect against nameless devicesMatthias Clasen2015-10-151-2/+4
* scrolledwindow: Set the scrollbar as "over" immediately during slider grabsCarlos Garnacho2015-09-161-2/+9
* scrolledwindow: Cancel kinetic/overshoot animation on captured scroll eventsCarlos Garnacho2015-09-141-1/+6
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-2/+2
* scrolled window: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-081-101/+92
* gtkscrolledwindow: Fold kinetic deceleration handling into scroll_event()Carlos Garnacho2015-08-191-29/+27
* GtkScrolledWindow: Don't handle key event when can't scrollMarek Kasik2015-08-051-2/+12
* scrolledwindow: Keep scrollbars out of GtkScrollable::get_borderCarlos Garnacho2015-07-061-1/+1
* scrolledwindow: fix copy/paste typoCosimo Cecchi2015-05-241-1/+1
* scrolledwindow: Trigger builtin kinetic deceleration on libinput devicesCarlos Garnacho2015-05-241-15/+131
* scrolledwindow: Refactor scroll unit guessing into a separate functionCarlos Garnacho2015-05-241-16/+32
* scrolledwindow: reset more Indicator state on ::unmapCarlos Garnacho2015-05-221-0/+10
* scrolledwindow: Do not round dx/dy to intCarlos Garnacho2015-04-161-1/+1
* scrolledwindow: Ensure the animation is cancelled on arriving scroll eventsCarlos Garnacho2015-04-161-0/+1
* scrolledwindow: Show scrollbars on tablet devicesCarlos Garnacho2015-04-131-3/+5
* Fix indicator proximity checksMatthias Clasen2015-04-061-27/+53
* Make indicators pop out when neededMatthias Clasen2015-04-061-3/+4
* scrolledwindow: Ignore 0/0 scroll events when possibly cancelling animationCarlos Garnacho2015-04-011-1/+12
* scrolledwindow: Remove needless "dragging" field from Indicator structCarlos Garnacho2015-03-311-17/+2
* scrolledwindow: Check the event widget on captured motion eventsCarlos Garnacho2015-03-311-8/+10
* scrolledwindow: Extend trackpoint heuristic to ALPS trackpointsHans de Goede2015-03-261-1/+2
* scrolled window: Use shift to modify scroll directionMatthias Clasen2015-03-171-3/+17
* scrolled window: Fix size requisition with overlay scrollingMatthias Clasen2015-03-071-18/+14
* scrolledwindow: Cancel kinetic/overshoot animation on captured scroll eventsCarlos Garnacho2015-03-021-1/+6
* scrolledwindow: Add motion mask to the widget windowCarlos Garnacho2015-03-021-1/+1
* scrolledwindow: Only start fade animation on "visible" scrollbarsCarlos Garnacho2015-02-241-2/+4
* scrolled window: Avoid a crashMatthias Clasen2015-02-201-1/+1
* scrolled window: Drop dead codeMatthias Clasen2015-02-201-3/+0
* scrolledwindow: Ensure indicator windows are created at the right placeCarlos Garnacho2015-02-171-95/+125
* scrolledwindow: Fully reset indicators' state on unrealizeCarlos Garnacho2015-02-171-4/+37
* scrolledwindow: Don't hover the scrollbars while a button is being pressedCarlos Garnacho2015-02-051-1/+7