summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove hardcoding of debug-mode calc-grid drawingOrderprivate/dennisf/overlay-on-canvasDennis Francis2021-02-092-3/+3
* skip redraw only if both current and prev bounds are not in viewDennis Francis2021-02-093-12/+33
* migrate text/cell-area selections to canvas overlayDennis Francis2021-02-096-38/+88
* Introduce anyRingBoundContains which is meaningful for orthogonal polygonsDennis Francis2021-02-081-0/+15
* allow a pointSet/Polygon to be emptyDennis Francis2021-02-081-3/+18
* export rectanglesToPointSet util functionDennis Francis2021-02-081-1/+1
* Don't spill out on rectangle painting by non-integral corepx boundsDennis Francis2021-02-081-4/+5
* Added usage/functionality comments to new TS classes/functionsDennis Francis2021-02-086-2/+12
* PR#1341 follow-up: Fix indentation issuesDennis Francis2021-02-085-58/+58
* migrate cellcursor to canvas overlays rectangleDennis Francis2021-02-082-13/+27
* Add CRectangle based on L.RectangleDennis Francis2021-02-082-0/+21
* overlay: paint after path removalDennis Francis2021-02-081-0/+1
* overlay-paint: just one context save-restore pair is enoughDennis Francis2021-02-081-5/+0
* make 'build-loleaflet' depend on dist version of ts -> jsDennis Francis2021-02-081-2/+3
* Define canvas clip region before paintingDennis Francis2021-02-083-12/+24
* skip overlay pane-paint if no intersectionDennis Francis2021-02-081-0/+3
* Introduce CPolygon based on L.PolygonDennis Francis2021-02-084-3/+205
* render overlays correctly for each freeze-paneDennis Francis2021-02-083-17/+55
* overlay painting after async tile paint callsDennis Francis2021-02-084-7/+22
* compute rings and bounds only when point-set...Dennis Francis2021-02-081-31/+18
* CanvasOverlay.js depends on all typescript files in vector/Dennis Francis2021-02-081-1/+1
* overlay-origin must be negative of documentTopLeftDennis Francis2021-02-081-2/+2
* redraw on constructionDennis Francis2021-02-081-2/+1
* Introduce CPolyline.ts based on L.PolylineDennis Francis2021-02-084-1/+457
* updatePoly should assume path is not closed by defaultDennis Francis2021-02-081-1/+1
* add bounds getter for CanvasOverlayDennis Francis2021-02-081-0/+5
* mark CPath as abstract and renderer member protectedDennis Francis2021-02-081-2/+2
* allow CBounds object construction with 0 or 1 CPoint(s)Dennis Francis2021-02-081-2/+5
* CanvasOverlay.js is dependant on layer/vector/*.tsDennis Francis2021-02-081-2/+2
* Add CBounds.ts based on L.BoundsDennis Francis2021-02-083-12/+221
* Add CPoint.ts based on L.PointDennis Francis2021-02-083-11/+167
* Add CPath.ts based on L.PathDennis Francis2021-02-083-28/+175
* introduce CanvasOverlay and its sectionDennis Francis2021-02-084-16/+222
* Allow access to tileSection managerDennis Francis2021-02-081-0/+6
* allow canvas-context getter from containerDennis Francis2021-02-081-0/+4
* Calc: Minus & plus sign hairline drawings.Gökay Şatır2021-02-082-12/+12
* Calc: Fix document-container position.Gökay Şatır2021-02-082-10/+12
* wsd: tweak SSL loggingAron Budea2021-02-061-12/+3
* loleaflet: set last cursor position with server side ...Henry Castro2021-02-051-9/+9
* cypress: update eslint: 7.12.0 -> 7.19.0.Tamás Zolnai2021-02-051-1/+1
* cypress: update wait-on: 5.2.0 -> 5.2.1.Tamás Zolnai2021-02-051-1/+1
* cypress: update cypress-select-tests: 1.5.8 -> 1.5.9.Tamás Zolnai2021-02-051-1/+1
* cypress: update cypress-file-upload: 4.1.1 -> 5.0.2.Tamás Zolnai2021-02-051-1/+1
* cypress: update cypress-failed-log: 2.7.0 -> 2.9.1.Tamás Zolnai2021-02-051-1/+1
* cypress: document some extra run option in the README.Tamás Zolnai2021-02-051-0/+19
* jsdialog: remember scroll position on updateSzymon Kłos2021-02-055-4/+19
* cypress: fix some typos in helper method documentation.Tamás Zolnai2021-02-051-11/+11
* cypress: split canvasShouldBeFullWhiteOrNot() method.Tamás Zolnai2021-02-052-11/+35
* cypress: split imageShouldNotBeFullWhiteOrNot() method.Tamás Zolnai2021-02-053-5/+32
* cypress: remove getLOVersion() method.Tamás Zolnai2021-02-056-77/+7