summaryrefslogtreecommitdiff
path: root/desktop/source/lib/init.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-17android: Unregistering in runLoop() is important even on Android.Jan Holesovsky1-2/+2
2019-06-07lok: re-factor getTextSelection.Michael Meeks1-7/+89
2019-06-05android: Make the tiled rendering from the loolwsd actually work.Jan Holesovsky1-3/+15
2019-06-05android: Set the program path sensibly when we've got nullptr.Jan Holesovsky1-0/+9
2019-06-05android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky1-2/+2
2019-06-05The 2nd parameter to lo_initialize() is a URL so use such naming consistentlyTor Lillqvist1-4/+4
2019-06-03LOK: Factor out iOS painting codeTomaž Vajngerl1-27/+44
2019-06-03tdf#123697 we need to create a bitmap context with alphaTomaž Vajngerl1-1/+1
2019-05-23sw: add IgnoreComments parameter to .uno:PasteMiklos Vajna1-0/+1
2019-05-21tdf#125397: Fixes for threads and SolarMutex on iOSTor Lillqvist1-1/+13
2019-05-14We apparently need to drop the Solar Mutex when exiting lo_runLoop() on iOSTor Lillqvist1-4/+11
2019-05-14LOK: Do not offset window coordinates in LOKAshod Nakashian1-1/+1
2019-05-14LOK: Reduce and improve logging of event compressionAshod Nakashian1-27/+32
2019-05-14LOK: Minor window event processing cleanupAshod Nakashian1-9/+9
2019-05-14LOK: Refactor large event queueing casesAshod Nakashian1-269/+306
2019-05-14LOK: Remove window invalidations prior to size_changedAshod Nakashian1-0/+18
2019-05-14LOK: Window creation supersedes any events on same windowAshod Nakashian1-0/+13
2019-05-14LOK: Reduce logging while processing eventsAshod Nakashian1-6/+15
2019-05-13Fix comment to match realityTor Lillqvist1-1/+1
2019-05-13tdf#124923: Need to call InitVCL() on iOS before using SolarMutexGuardTor Lillqvist1-0/+4
2019-05-10CppunitTest_desktop_lib: close the document while LOK is still activeMiklos Vajna1-1/+9
2019-05-10unipoll: let InitVCL tolerate double init.Michael Meeks1-18/+9
2019-05-06LOK: remove duplicate cursor invalidations for same view onlyAshod Nakashian1-13/+4
2019-05-06LOK: trace queue only when it is changedAshod Nakashian1-16/+16
2019-05-06unipoll: emit user input-events & uno commands directly when in unipoll mode.Michael Meeks1-4/+7
2019-05-03unipoll: cleanup runPoll.Michael Meeks1-2/+5
2019-05-03unipoll: get SolarMutex lock counting right.Michael Meeks1-0/+1
2019-05-02tdf#120703 PVS: dereference before nullptr checkMike Kaganski1-158/+110
2019-05-02lok: allow paste content to popup dialogHenry Castro1-2/+35
2019-04-30LOK: support resizing windowsAshod Nakashian1-0/+21
2019-04-30lok: chart: constrained dragging of pie segmentsMarco Cecchetti1-15/+17
2019-04-30lok: dragging and resizing chart elementsMarco Cecchetti1-2/+43
2019-04-26Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian1-5/+43
2019-04-25lok: add missing parameter to PostExtTextInputEvent functionHenry Castro1-1/+2
2019-04-25lok: add profile zones.Michael Meeks1-16/+131
2019-04-25lok: rename - emitted as events not on stdout now.Michael Meeks1-1/+1
2019-04-24lok: emit ProfileZone data in messages when requested.Michael Meeks1-0/+36
2019-04-15LOK: sd: initialize slide-sorter in sdAshod Nakashian1-2/+0
2019-04-15LOK: support for ordering/moving partsAshod Nakashian1-0/+18
2019-04-15slide-sorter: multiple selectionAshod Nakashian1-0/+20
2019-03-27tdf#124146 support posting of gesture event for LOKitTomaž Vajngerl1-0/+45
2019-03-21lok: Keep the temporary user profile set during the entire preload.Jan Holesovsky1-3/+3
2019-03-15tdf#124042: Add SAL_INFOs for iOS about the CGContext life cycle in LOKitTor Lillqvist1-0/+7
2019-03-15Don't return an empty C string, the caller is not prepared for thatTor Lillqvist1-0/+3
2019-03-15lok: intercept the UNO command ".uno:ThesaurusDialog"Henry Castro1-1/+2
2019-03-12LOK: don't segfault when reporting errorAshod Nakashian1-1/+1
2019-03-05LOK: reuse cached json object for ViewId where availableAshod Nakashian1-6/+12
2019-03-05LOK: always update the payload string via the cacheAshod Nakashian1-4/+11
2019-03-05LOK: Validate cached queued callback payloadsAshod Nakashian1-0/+47
2019-03-05LOK: Cache JSON payloadsAshod Nakashian1-30/+48