summaryrefslogtreecommitdiff
path: root/loleaflet/src/control/Control.Scroll.js
AgeCommit message (Expand)AuthorFilesLines
2019-04-17Prevent view from jumping on zoom in/out on mobileSzymon Kłos1-1/+4
2019-01-25tdf#122359: Un-revert and edit in a attempt to reach a compromiseTor Lillqvist1-5/+1
2019-01-23tdf#122359: Revert e27ae38bebf4b57aa7563357a188e33d0e1e0be8 for non-MOBILEAPPTor Lillqvist1-1/+5
2018-11-22Fix jumping after touch zooming also for mobile clients of normal OnlineTor Lillqvist1-1/+2
2018-11-13Avoid scroll-wheel jittering, and shrink the scroll increment.Michael Meeks1-1/+1
2018-09-21Revert "loleaflet: mobile: disable scroll bars"Aron Budea1-44/+42
2018-09-21Revert "loleaflet: mobile: fix row/column headers"Aron Budea1-7/+8
2018-09-12loleaflet: mobile: fix row/column headersHenry Castro1-8/+7
2018-08-26loleaflet: mobile: disable scroll barsHenry Castro1-42/+44
2018-07-26added mode lines to all the javascript files without themGeorge Wood1-0/+1
2018-04-11calc: clicking outside a pop-up or a context menu doesn't close itMarco Cecchetti1-0/+3
2017-11-29calc: outline and groups handlingMarco Cecchetti1-0/+5
2017-09-21loleaflet: resolves: no row header in revision historyHenry Castro1-2/+6
2017-06-13loleaflet: Also show scrollbar on hoverPranav Kant1-2/+3
2017-05-22loleaflet: Change opacity manuallyPranav Kant1-1/+12
2017-05-09loleaflet: Stop ignoring on scrollEnd only; call map.scrollTop to syncPranav Kant1-1/+15
2017-04-24loleaflet: Trigger layout algorithm on scrollendPranav Kant1-0/+6
2017-04-19loleaflet: extend document size to scroll annotationsHenry Castro1-0/+1
2017-03-31Loleaflet - Calc: horizontal scroll bar not updated on changed doc widthMarco Cecchetti1-4/+9
2017-02-10Calc: Raise the row limit to 10.000 rows.Marco Cecchetti1-9/+98
2017-01-16loleaflet: More document space, use space reserved for scrollbarsPranav Kant1-1/+1
2016-12-02loleaflet - calc: horizontal scrollbar not updated on doc width changeMarco Cecchetti1-2/+13
2016-08-21loleaflet: add L.Control.MetricInputHenry Castro1-0/+4
2016-06-17loleaflet: bccu#1867: Do not scroll first time after doc resizesPranav Kant1-2/+7
2016-06-17loleaflet: Remove superfluous callPranav Kant1-1/+0
2016-05-12loleaflet: Update scrollbar after resizing the containerPranav Kant1-0/+1
2016-05-03loleaflet: Don't ignore scroll on update size, bccu#1739Pranav Kant1-1/+1
2015-12-16loleaflet: specify the toolbar container + don't add empty controlsMihai Varga1-1/+0
2015-11-13lolleaflet: notify jslint about global objectsMihai Varga1-0/+1
2015-11-13loleaflet: fixed js lint errors in src/control/*Mihai Varga1-2/+2
2015-11-12loleaflet: replaced the scrollbars with with version 3.1.2Mihai Varga1-3/+0
2015-11-09loleaflet: fix row/column, scroll issuesHenry Castro1-2/+1
2015-11-08loleaflet: add map fire scrollHenry Castro1-0/+2
2015-11-02loleaflet: allow the scrollbar to be dragged from outside the iframeMihai Varga1-0/+3
2015-10-30loleaflet: fix autoscroll on chromeAndrzej Hunt1-1/+1
2015-10-28fdo#94610 autoscroll document for selectionAndrzej Hunt1-0/+19
2015-10-28Implement scrollvelocityAndrzej Hunt1-0/+15
2015-10-26loleaflet: onScrollBy: add support for horizontal scrolling tooAndrzej Hunt1-1/+6
2015-08-31loleaflet: fixed coding style errors reported by js lintMihai Varga1-1/+1
2015-07-24loleaflet: scroll API and event description in READMEMihai Varga1-1/+1
2015-07-24loleaflet: reverse mouse wheel delta signMihai Varga1-0/+1
2015-07-24loleaflet: mouse scroll is now triggered on the map divMihai Varga1-3/+12
2015-07-24loleaflet: add the scrollbars as a control to be easily removedMihai Varga1-0/+83