summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-21remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei1-0/+5
2020-09-21cypress: disable multi-user tests for NC / php-proxy.Tamás Zolnai1-0/+60
2020-09-21Fix missing InputBar and sidebar in Calc.Tamás Zolnai1-2/+2
2020-09-21mobile: pre-condition if they are numbersHenry Castro1-1/+7
2020-09-21Prefer Calibra/Carlito font for new documentsAndras Timar1-5/+5
2020-09-21calc grid: render during canvas 'clear' if we can.Michael Meeks1-13/+24
2020-09-20cypress: fix stopping test run in interactive test runner.Tamás Zolnai1-0/+4
2020-09-18Readonly: fix styles and multiple document headers on notebookbar and classicPedro Pinto Silva3-5/+17
2020-09-18cypress: NC: update afterAll method for mobile.Tamás Zolnai1-0/+6
2020-09-18wsd: mark these functions as staticMiklos Vajna2-8/+8
2020-09-18cypress: use built-in test retries.Tamás Zolnai13-28/+16
2020-09-18update wait-on: 4.0.0 -> 5.2.0Tamás Zolnai1-1/+1
2020-09-18update cypress-log-to-output: 1.0.8 -> 1.1.2Tamás Zolnai1-1/+1
2020-09-18update cypress-file-upload: 4.0.7 -> 4.1.1Tamás Zolnai1-1/+1
2020-09-18update cypress: 4.12.1 -> 5.1.0Tamás Zolnai2-2/+2
2020-09-17tilecombine: should pass back oldwid to save bandwidth.Michael Meeks1-5/+17
2020-09-17calc canvas: use the right canvas size in core pixels to clear.Michael Meeks1-1/+1
2020-09-17calc grid: re-render the canvas when we get grid details.Michael Meeks1-0/+1
2020-09-17calc grid: fix this interleaving.Michael Meeks1-2/+4
2020-09-17grid lines: Setup renderBackground only after _painter exists.Jan Holesovsky2-61/+66
2020-09-17calc canvas: start of direct grid rendering.Michael Meeks2-15/+109
2020-09-17cypress: improve moveCursor() helper method.Tamás Zolnai1-0/+3
2020-09-17loleaflet: Hide the visibility of the cursor by defaultHenry Castro1-0/+1
2020-09-17wsd: allow pings from clientsAshod Nakashian1-15/+7
2020-09-17cypress: update tile / marker positions.Tamás Zolnai2-12/+12
2020-09-17split panes: Don't expose the freeze panes buttons in the toolbar.Jan Holesovsky1-5/+1
2020-09-17leaflet: added freeze pan buttons to view menuPranam Lashkari2-0/+7
2020-09-17leaflet: added freeze pan buttons to toolbarPranam Lashkari2-1/+9
2020-09-17notebookbar: added freeze pan buttons in calcPranam Lashkari5-0/+63
2020-09-17split panes: No dragging of the split lines currently.Jan Holesovsky2-2/+8
2020-09-17split panes: No split lines at all when they are at 0 position.Jan Holesovsky1-6/+11
2020-09-17calc canvas: More reliable check for the desktop / mobile / tablet.Jan Holesovsky4-2/+11
2020-09-17calc canvas: get the right core px size of the canvas across.Michael Meeks1-7/+9
2020-09-17Adjust splitline thickness according to zoom levelSzymon Kłos1-1/+3
2020-09-17Don't block handling of touch eventsSzymon Kłos2-13/+0
2020-09-17calc tiles: clarify some magic.Michael Meeks1-5/+8
2020-09-17calc canvas: avoid repeated setTransform; build the right offset.Michael Meeks1-12/+6
2020-09-17calc canvas: use sub image blitting instead of clipping.Michael Meeks1-9/+20
2020-09-17calc canvas: round view co-ordinates to the real pixels we need.Michael Meeks2-0/+11
2020-09-17calc canvas: avoid lots of canvas context save/restores.Michael Meeks1-10/+3
2020-09-17Split lines only in the corner when set to 0Szymon Kłos1-1/+10
2020-09-17calc canvas: Preserving of the top left cell should be desktop-only.Jan Holesovsky1-11/+13
2020-09-17calc canvas: paint invalid tiles until their replacement arrives.Michael Meeks1-3/+7
2020-09-17calc tiles: don't send un-necessary zoom / visible area changes.Michael Meeks1-3/+2
2020-09-17calc canvas: ensure that the fraction width rounds to the pixel width.Michael Meeks1-4/+13
2020-09-17calc canvas: Fix occasional off-by-one error that results in a blurry canvas.Jan Holesovsky1-6/+12
2020-09-17calc tiles: connect debug to global setting.Michael Meeks1-10/+6
2020-09-17calc canvas: Keep the document zoom separate from the browser zoom.Jan Holesovsky1-15/+0
2020-09-17specialize twips/core-pixels/css-pixels conversion methodsDennis Francis2-13/+125
2020-09-17detect change in dpi and update zoomDennis Francis2-13/+16