summaryrefslogtreecommitdiff
path: root/loleaflet
AgeCommit message (Expand)AuthorFilesLines
2020-09-22Updated welcome messagesAndras Timar4-36/+42
2020-09-22Welcome message links should open on a new tabAndras Timar4-16/+16
2020-09-22[cp] CODE welcome messages (en, de, es, fr)Andras Timar4-5/+53
2020-09-22update translationsWeblate3-40/+18
2020-09-22Resize tunneled tooltips on invalidationSzymon Kłos1-0/+11
2020-09-22Ruler: Make sure numbers are always vertically centeredPedro Pinto Silva1-1/+3
2020-09-22jsdialog: send FillColor as numberSzymon Kłos1-1/+1
2020-09-22notebookbar: toggle hamburger menu on clickSzymon Kłos1-1/+3
2020-09-21leaflet: show annotation marker only from the selected slidePranam Lashkari1-1/+2
2020-09-21Fix pinch gesture causes hammer to stuck on Mobilemert1-2/+13
2020-09-21default to Carlito in font selectorAndras Timar4-7/+7
2020-09-21Mobile: add missing rotation iconPedro Pinto Silva1-0/+1
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-21calc grid: render during canvas 'clear' if we can.Michael Meeks1-13/+24
2020-09-18Readonly: fix styles and multiple document headers on notebookbar and classicPedro Pinto Silva3-5/+17
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-17loleaflet: Hide the visibility of the cursor by defaultHenry Castro1-0/+1
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
2020-09-17use the main canvas dpiScale everywhereDennis Francis7-22/+51
2020-09-17sheetGeometry: use exact dpiScale when canvas is usedDennis Francis1-58/+70