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