summaryrefslogtreecommitdiff
path: root/kit
AgeCommit message (Expand)AuthorFilesLines
2020-09-21default to Carlito in font selectorAndras Timar1-1/+1
2020-09-17Online: Show input help on Online / Online part.gokaysatir1-0/+3
2020-09-17Mark getMobileAppDocId() as constMiklos Vajna2-2/+2
2020-09-15Mark processInputEnabled() as constMiklos Vajna1-1/+1
2020-09-07Simplify download processSzymon Kłos1-2/+8
2020-09-02leaflet: wsd: select the page before opening the slide wizardPranam Lashkari1-1/+1
2020-08-26wsd: use a shared threadname suffix for each documentAshod Nakashian1-1/+1
2020-08-25wsd: move jail setup to the script to support readonly systemplateAshod Nakashian2-47/+82
2020-08-17wsd: support read-only systemplateAshod Nakashian1-4/+11
2020-08-13Guard against view count being zeroTor Lillqvist1-1/+2
2020-08-11wsd: make outgoing connection timeout configurableAshod Nakashian1-1/+0
2020-08-06fix: error: ‘id’ may be used uninitialized in this function [-Werror=mayb...Andras Timar1-1/+1
2020-08-05textinput: use a single input message per key on the wire.Michael Meeks1-8/+24
2020-07-28Send Action_Save_Resp when notification was requested on save asSzymon Kłos1-1/+1
2020-07-25kit: disable parallel processing at higher levelsGabriel Masei1-2/+10
2020-07-22kit: disable parallel handling of messages while processing load and saveGabriel Masei2-0/+19
2020-07-21Document::dumpState: fix isLoading typoMiklos Vajna1-1/+1
2020-07-18Kit: add initial state dumping on USR1.Michael Meeks3-3/+81
2020-07-17Process any pending tileQueue items first.Michael Meeks1-2/+10
2020-07-16tdf#129296 leaflet: Password protected document load failingPranam Lashkari2-4/+2
2020-07-16android: Call the SAVE directly from the native code.Jan Holesovsky1-1/+9
2020-07-14Forkit: add dump_forkit_state and re-factor state checks to simplify.Michael Meeks1-0/+31
2020-07-14Make objects and threads go away more reliably in the iOS appTor Lillqvist1-28/+21
2020-07-13More re-factoring of tile renderingTor Lillqvist1-20/+17
2020-07-12Bin DeltaGenerator-using code that has been commented out since 2017Tor Lillqvist1-1/+0
2020-07-11Re-factoring to make re-use in a next-gen iOS app easierTor Lillqvist1-538/+21
2020-07-08wsd/kit: use splitx/splity in clientvisiblearea message...Dennis Francis1-1/+1
2020-07-08Calc: enable sheet-geometry data and printTwips messagesDennis Francis1-0/+3
2020-07-06wsd: cleanup realpath callAshod Nakashian1-4/+3
2020-07-04handle LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRYDennis Francis1-0/+4
2020-07-03Fix a couple uses of misleading function names in loggingTor Lillqvist1-3/+3
2020-07-03Move the setupKitEnvironment() function into a file of its ownTor Lillqvist4-42/+58
2020-07-01wsd: improve readabilityAshod Nakashian1-1/+1
2020-07-01wsd: faster jail setup via bind-mountAshod Nakashian2-126/+94
2020-06-30notebookbar: early initSzymon Kłos3-4/+18
2020-06-29kit: mark KitSocketPoll as finalMiklos Vajna1-1/+1
2020-06-28Also send parthash info when using draw (in case of PDF)Tomaž Vajngerl1-2/+2
2020-06-26tdf#128502: Chunk of work to enable "multi-tasking" in the iOS appTor Lillqvist4-38/+192
2020-06-26jsdialog: change sendDialogEvent API parameterSzymon Kłos1-1/+1
2020-06-18Fix insert local image for onlinemert1-1/+9
2020-06-18online: fix io error on saveasmert1-2/+10
2020-06-04fix bogus -Werror=maybe-uninitializedAndras Timar1-3/+3
2020-06-02wsd: performance improvementsAshod Nakashian1-1/+2
2020-06-02wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian3-10/+10
2020-06-02wsd: overload getTokenInteger for string-literalsAshod Nakashian1-1/+4
2020-06-02wsd: remove unused QueueHandlerAshod Nakashian1-3/+2
2020-06-02wsd: single-char string literals -> charAshod Nakashian2-3/+3
2020-06-02wsd: optimize StringVectorAshod Nakashian1-7/+5
2020-06-02wsd: single-char string literals -> charAshod Nakashian5-32/+32
2020-05-09MSForms: send item selection event to core.Tamás Zolnai2-1/+24