libreoffice-online:feature/calc-canvas

Last commit made on 2020-09-15
Get this branch:
git clone -b feature/calc-canvas https://git.launchpad.net/libreoffice-online

Branch merges

Branch information

Name:
feature/calc-canvas
Repository:
lp:libreoffice-online

Recent commits

8ac9c59... by Michael Meeks <email address hidden>

calc grid: re-render the canvas when we get grid details.

Change-Id: I3d1d1485e561d8c807daa0dfe0a9f2cb5651d31b

9a55812... by Michael Meeks <email address hidden>

calc grid: fix this interleaving.

When the span starts in the middle of the view don't render backwards.

Change-Id: Icc97fef88a65c0ca83167ddb72c03bece9a8e047

693c60e... by Michael Meeks <email address hidden>

calc canvas: get the right core px size of the canvas across.

Change-Id: Ib079097b9d5caf707bd95b286d675791b5df9255

35ee829... by =?utf-8?q?Szymon_K=C5=82os?= <email address hidden>

Adjust splitline thickness according to zoom level

Change-Id: I33c398f1545860fb2f77d9d8dcdd8f632c2603ca

b8f0f6f... by =?utf-8?q?Szymon_K=C5=82os?= <email address hidden>

Handle split lines also using touch gestures

Change-Id: I28c2d4e8dd8264e568c75cdfb4026daba8323e9e

145b064... by =?utf-8?q?Szymon_K=C5=82os?= <email address hidden>

CSS fixes for split line in calc

Split line was outside headers

Change-Id: Idca89131f08f59ec926b8b60a39a13196b00fc9a

b7295e5... by Jan Holesovsky <email address hidden>

calc canvas: Zoom during the pinch-to-zoom too.

Set the canvas' scale and translate back so that the zoom happens in the
middle of the pinch. Also change some getZoom() calls to accessing the
map's _zoom directly, because the getZoom()'s value depend on whether we
are in the middle of the animation or not.

Change-Id: Iced7d67e49044c901a2c21496d9d12dbe718207b

6c1d69e... by Michael Meeks <email address hidden>

calc canvas: remove svg grid-line background layer.

occluded by opaque canvas above it anyway.

Change-Id: I954da92c43ae680e6041cbff6092f9a2ac71ebe2

f9f07d1... by Michael Meeks <email address hidden>

calc canvas: start of direct grid rendering.

Change-Id: If471fc4ff94b3cb8e2897ac76e712aa3958fc7d2

048ba09... by =?utf-8?q?Szymon_K=C5=82os?= <email address hidden>

Don't block handling of touch events

This is partial revert of 901ecca313.
Handles (Markers) 'down' handler disabled
main TouchGesture handler what caused
taps to be ignored. Eg. double click didn't
enter edit mode for a Calc cell.

Change-Id: Id7097e9ad513e56a71423a6d6a8ac5105c373f77