summaryrefslogtreecommitdiff
path: root/desktop/inc/lib/init.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-08-31lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák1-0/+1
2022-06-09use recursive mutex for LOK queueLuboš Luňák1-1/+1
2022-02-28make sure that LOK "updated types" start a timer as wellLuboš Luňák1-0/+1
2022-02-07lok: avoid duplicate emission of statechanged: messages.Michael Meeks1-0/+2
2021-12-16ensure invalidate tiles LOK message range checkingLuboš Luňák1-1/+3
2021-12-15fix handling of the "EMPTY" LOK tile invalidationLuboš Luňák1-3/+9
2021-12-09make sure vector elements are initialized properlyLuboš Luňák1-1/+1
2021-10-26use boost flat_map for faster mapLuboš Luňák1-1/+3
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák1-0/+23
2021-10-22better name for a function overloadLuboš Luňák1-1/+1
2021-10-15delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák1-0/+3
2021-10-15do not use text-based LOK callback internallyLuboš Luňák1-12/+47
2021-09-28add extra timeout with higher priority to LOK flushingLuboš Luňák1-0/+9
2021-09-28optimize removing from the LOK flush queueLuboš Luňák1-0/+3
2021-09-23speed up scanning the LOK queueNoel Grandin1-10/+13
2021-09-16improve LOK notifyInvalidationNoel Grandin1-4/+3
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian1-1/+2
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman1-4/+1
2020-06-09tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist1-1/+2
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-0/+1
2020-01-14loplugin:finalclasses in basic..emfioNoel Grandin1-1/+1
2019-12-13loplugin:unusedfieldsNoel Grandin1-1/+0
2019-12-03desktop: disable callback handling while changing the viewAshod Nakashian1-10/+9
2019-07-25LOK: Refactor large event queueing casesAshod Nakashian1-0/+2
2019-07-25LOK: Reduce logging while processing eventsAshod Nakashian1-1/+1
2019-02-22LOK: reuse cached json object for ViewId where availableAshod Nakashian1-0/+3
2019-02-22LOK: always update the payload string via the cacheAshod Nakashian1-0/+2
2019-02-22LOK: Validate cached queued callback payloadsAshod Nakashian1-0/+6
2019-02-22LOK: Cache JSON payloadsAshod Nakashian1-1/+7
2019-02-22LOK: Cache RectangleAndPart payloadsAshod Nakashian1-0/+8
2019-02-22LOK: Use a struct instead of std::pair to support cachingAshod Nakashian1-1/+13
2019-02-22LOK: Move RectangleAndPart to the headerAshod Nakashian1-0/+39
2018-06-20lok: Unit test for jsonToPropertyValuesVector.Jan Holesovsky1-0/+6
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-03-29Fix typosAndrea Gelmini1-1/+1
2017-03-28Fix typosAndrea Gelmini1-1/+1
2017-03-24lok: Allow setting of the language during load.Jan Holesovsky1-0/+5
2017-01-31Revert "Lok: support for batch API calls"Jan Holesovsky1-4/+0
2017-01-23Lok: support for batch API callsAshod Nakashian1-0/+4
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-10LOK: new callback dropping implementationMarco Cecchetti1-0/+5
2016-09-10LOK: tidy up `CallbackFlushHandler::queue`, improved cell view cursorMarco Cecchetti1-2/+4
2016-08-31LOK: queue-up events while processing client callsAshod Nakashian1-2/+11
2016-06-16sw lok: move filtering of callbacks during paint to desktopMiklos Vajna1-1/+2
2016-06-09desktop lok: implement per-view CallbackFlushHandlerMiklos Vajna1-1/+1
2016-06-09desktop lok: move CallbackFlushHandler impl details out of headerMiklos Vajna1-191/+10
2016-05-29bccu#1781: Impress/Comments - selection not updated on deleteAshod Nakashian1-1/+3
2016-05-28LOK: don't filter cursor visibility during paintingAshod Nakashian1-1/+2
2016-05-28LOK: improved event handling and fixesAshod Nakashian1-11/+28