- ef990c7 remove unused boolean (propagating touchEvent instead of intercepting it) by Siqi Liu · 11 years ago
- 75f5168 implement swiping gesture as a generic event by Siqi Liu · 11 years ago
- fd6129b add swipe support for presentation by Siqi Liu · 11 years ago
- 6650fe9 LOK: move Office::postKeyEvent to Document by Miklos Vajna · 11 years ago
- e85db50 android: reset selections in TextCursorView on empty invalidation by Tomaž Vajngerl · 11 years ago
- 6c972d2 android: if in selection state, reset selection on single tap by Tomaž Vajngerl · 11 years ago
- b99fe5e android: add selection reset to TileProvider by Tomaž Vajngerl · 11 years ago
- b29e906 android: still process cursor invalidations when in selection mode by Tomaž Vajngerl · 11 years ago
- b0478cb android: don't hide soft keyboard on long press by Tomaž Vajngerl · 11 years ago
- ae53e0841 android: fix parsing of selection coordinates and make more robust by Tomaž Vajngerl · 11 years ago
- d5ad842 android: send selection/cursor change from TextSelectionHandle by Tomaž Vajngerl · 11 years ago
- b2753b4 android: connect the selection change LOEvent with TileProvider by Tomaž Vajngerl · 11 years ago
- ed42840 android: support selection change (start,end) to TileProvider by Tomaž Vajngerl · 11 years ago
- bb0892d android: add LOEvent to report handle position changes by Tomaž Vajngerl · 11 years ago
- cb08fbb android: no need for MotionEvent when sending TOUCH LOEvent by Tomaž Vajngerl · 11 years ago
- 5fef3a0 android: sent -> send by Tomaž Vajngerl · 11 years ago
- fc4672c android: first set overlay state and send mouse button event later by Tomaž Vajngerl · 11 years ago
- 39d4b40 android: add OverlayState to track the state of overlay by Tomaž Vajngerl · 11 years ago
- a854744 android: swap position of invalidateCursor and invalidateTiles by Tomaž Vajngerl · 11 years ago
- c2ab779 android: support parsing selection rectangles, rectructure code by Tomaž Vajngerl · 11 years ago
- dc43b61 android: create InvalidationHandler outside of LOKitTileProvider by Tomaž Vajngerl · 11 years ago
- 5b4fc00 android: add selection support to TextCursorView{Layer} by Tomaž Vajngerl · 11 years ago
- c1299f0 android: change TextCursorView parent to View and draw with canvas by Tomaž Vajngerl · 11 years ago
- cffef09 android: let LOKitThread::touch() invoke mouseButtonUp(), too by Miklos Vajna · 11 years ago
- d438bb2 android: enable editing by default by Miklos Vajna · 11 years ago
- 2759884 android: add comments to InvalidationHandler by Tomaž Vajngerl · 11 years ago
- 8734422 android: remove DrawTimingQueue and PanningPerfAPI by Tomaž Vajngerl · 11 years ago
- e3cd64d android: extrac invalidations into InvalidationHandler by Tomaž Vajngerl · 11 years ago
- d33f3215 android: compilation error in LOKitShell - SIZE_CHANGED event by Tomaž Vajngerl · 11 years ago
- 541ec41 android: LOEvents - remove unndeded, comments by Tomaž Vajngerl · 11 years ago
- a246ad3 android: Avoid big amount of space below the icons. by Jan Holesovsky · 11 years ago
- 532e77c android: support selection invalidation, show selection handles by Tomaž Vajngerl · 11 years ago
- 4d6eb40 android: fix LOGTAG in DisplayPortCalculator by Tomaž Vajngerl · 11 years ago
- d103037 android: no need for TileInvalidationCallback by Tomaž Vajngerl · 11 years ago
- 98115a1 android: key press/release is in KeyEvent, no need to distinct them by Tomaž Vajngerl · 11 years ago
- c16de57 android: support ACTION_MULTIPLE KeyEvent by Tomaž Vajngerl · 11 years ago
- 89e9e70 android: also send key event in onKeyMultiple and onKeyPreIme by Tomaž Vajngerl · 11 years ago
- eb8ed9f android: can't compare strings with == in Java by Tomaž Vajngerl · 11 years ago
- 0ffb877 anndroid: bind "LongPress" to mouse double click by Tomaž Vajngerl · 11 years ago
- 67c9a6d andorid: format the code on LOKitTileProvider by Tomaž Vajngerl · 11 years ago
- 9d0950d android: make invalidations more readable - extract to own methods by Tomaž Vajngerl · 11 years ago
- fe4f119 android: don't hardcode touch type by Tomaž Vajngerl · 11 years ago
- 6f04b04 android: organise imports by Tomaž Vajngerl · 11 years ago
- 36e3a12 android: restructure reevaluateTiles by Tomaž Vajngerl · 11 years ago
- 9a51a1f android: do tile reevaluation in LOKitThread by Tomaž Vajngerl · 11 years ago
- f699de9 android: no need endDrawing to be synchronized by Tomaž Vajngerl · 11 years ago
- b8a2e46 android: cleanup ComposedTileLayer by Tomaž Vajngerl · 11 years ago
- 538135e android: force a screen render on redraw in LOKitThread by Tomaž Vajngerl · 11 years ago
- 402d2fb android: use Iterator for removing of tiles by Tomaž Vajngerl · 11 years ago
- a17c13e android: create SubTile right away to reduce tile change events by Tomaž Vajngerl · 11 years ago
- dc14b54 android: change back to LinkedBlockingQueue by Tomaž Vajngerl · 11 years ago
- 1f20a47 android: forgot to update javadoc of JNI wrapper by Miklos Vajna · 11 years ago
- bfe3a47 lok::Office::postKeyEvent: allow different char and key code by Miklos Vajna · 11 years ago
- 0622d26 android: organise imports by Tomaž Vajngerl · 11 years ago
- bdf8d4c android: restructure reevaluateTiles by Tomaž Vajngerl · 11 years ago
- 9236370 android: use locking to make tile redraw more predictable by Tomaž Vajngerl · 11 years ago
- 6ab77b3 android: directly call renderFrame, force render on initialization by Tomaž Vajngerl · 11 years ago
- df38cce android: Clean-up LayerClient - add @Override, rearrange, comments by Tomaž Vajngerl · 11 years ago
- 72d5f0e android: hide soft keyboard by Tomaž Vajngerl · 11 years ago
- ee86272 android: check if mTileProvider is available by Tomaž Vajngerl · 11 years ago
- b21fd93 android: cleanup more in LayerClient by Tomaž Vajngerl · 11 years ago
- c207e6c android: fix "invalidate()..." exception by Tomaž Vajngerl · 11 years ago
- fd22d4b android: use mListener in LayerView for RenderControllerThread by Tomaž Vajngerl · 11 years ago
- 23c4f26 android: cleanup LayerRenderer by Tomaž Vajngerl · 11 years ago
- 415fb79 android: remove unneeded code from LayerRenderer and LayerView by Tomaž Vajngerl · 11 years ago
- 172eec5 android: remove LOEventFactory by Tomaž Vajngerl · 11 years ago
- 6cdd02a android: protect against a crash with an empty sdcard. by Michael Meeks · 11 years ago
- 0ccf2c7 android: discard image buffer as soon as we upload to a texture by Tomaž Vajngerl · 11 years ago
- 0e98675 android: remove tileRerender method as it is obsolete by Tomaž Vajngerl · 11 years ago
- 71c5684 android: remove ImmutableViewportMetrics as input to endDrawing by Tomaž Vajngerl · 11 years ago
- 05b4968 android: organise imports by Tomaž Vajngerl · 11 years ago
- c2b8fa6 android: invalidate all intersecting tiles in one LOEvent by Tomaž Vajngerl · 11 years ago
- 1eb2de9 android: add support for text selection to JNI by Tomaž Vajngerl · 11 years ago
- 2e70fa6 android: optipng the resources. by Jan Holesovsky · 11 years ago
- baa5459 android: Remove duplicated icons. by Jan Holesovsky · 11 years ago
- f36302e android: Remove unused icons. by Jan Holesovsky · 11 years ago
- e27387a android: Set a more verbose SAL_LOG. by Jan Holesovsky · 11 years ago
- 3d403f2 Related: tdf#63690 - remove rtl_logfile by Thorsten Behrens · 11 years ago
- 0f80837 Android: get the file to share in a different thread. by Jacobo Aragunde Pérez · 11 years ago
- 9e8fa85 Android: improve error handling for document providers. by Jacobo Aragunde Pérez · 11 years ago
- 5654e0f Android: fix share feature for .odp/.odt files by Jacobo Aragunde Pérez · 11 years ago
- cc9d29f Android: run open(IFile) in a different thread. by Jacobo Aragunde Pérez · 11 years ago
- 4810f10 Android: run openParentDirectory() in a different thread. by Jacobo Aragunde Pérez · 11 years ago
- bc8cb4e3 Android: run openDirectory() in a different thread. by Jacobo Aragunde Pérez · 11 years ago
- ca022d50 Android: run IDocumentProvider setup in a different thread. by Jacobo Aragunde Pérez · 11 years ago
- 4b70710 lok::Document::postMouseEvent(): allow double-click by Miklos Vajna · 11 years ago
- 768dea1 android: copy document to temp file when using content scheme by Tomaž Vajngerl · 11 years ago
- 24b2815 android: allow only "file" and "content" URI scheme by Tomaž Vajngerl · 11 years ago
- 0059a21 android: When loading fails, make sure we don't crash the next time. by Jan Holesovsky · 11 years ago
- 9b482b3 android: Initialize for tiled rendering earlier. by Jan Holesovsky · 11 years ago
- 36e701b android: fix missing drawingML preset shapes by Miklos Vajna · 11 years ago
- 2f01833 android: blinking cursor by Tomaž Vajngerl · 11 years ago
- e2d4cfa android: show text cursor in place suggested by invalid. event by Tomaž Vajngerl · 11 years ago
- 48ae33b android: gather text selection handles inside TextSelection by Tomaž Vajngerl · 11 years ago
- 1eb4114 android: Always log the SAL_WARN's. by Jan Holesovsky · 11 years ago
- 72e7e94 android: TextSelection improvements by Tomaž Vajngerl · 11 years ago
- c9893aa android: make back button work again - return false in OnKeyDown by Tomaž Vajngerl · 11 years ago
- a6ae67d android: mute invalid. if not editing, don't show handle on touch by Tomaž Vajngerl · 11 years ago
- e71b15c tdf#87098 don't adjust zoom/position for spreadsheets by Tomaž Vajngerl · 11 years ago
- e1f9b53 android: Actually we don't need ViewFactory by Tomaž Vajngerl · 11 years ago