summaryrefslogtreecommitdiff
path: root/kit
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix insert local image for onlinemert1-1/+9
2020-06-19online: fix io error on saveasmert1-2/+10
2020-06-08wsd: performance improvementsAshod Nakashian1-1/+2
2020-06-08wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian3-10/+10
2020-06-08wsd: overload getTokenInteger for string-literalsAshod Nakashian1-1/+4
2020-06-08wsd: remove unused QueueHandlerAshod Nakashian1-3/+2
2020-06-08wsd: single-char string literals -> charAshod Nakashian2-3/+3
2020-06-08wsd: optimize StringVectorAshod Nakashian1-7/+5
2020-06-08wsd: single-char string literals -> charAshod Nakashian5-32/+32
2020-06-08fix bogus -Werror=maybe-uninitializedAndras Timar1-3/+3
2020-05-09MSForms: send item selection event to core.Tamás Zolnai2-1/+24
2020-05-09MSForms: handle formfieldbutton message.Tamás Zolnai1-0/+3
2020-05-08function bar: Index the function by name, not by index.Jan Holesovsky1-3/+4
2020-04-29Include <cstdlib> for free()Tor Lillqvist1-0/+1
2020-04-29killpoco: removed Poco::Process completelyPranam Lashkari3-12/+7
2020-04-29forward the device form factor of the client on a new view requestMarco Cecchetti1-0/+4
2020-04-29killpoco: Removed Poco::Thread::sleepPranam Lashkari1-4/+4
2020-04-28wsd: admin: send smaps fd along websocket upgrade requestGabriel Masei1-20/+2
2020-04-28kit: Do not broadcast cell-cursor invalidation messagesDennis Francis1-5/+0
2020-04-26typo fixes in comments and codeAndras Timar1-3/+3
2020-04-25Kit: remove redundant FILE wrapper around the fd.Michael Meeks1-10/+8
2020-04-25wsd: admin: move kit memory reporting from kit to admin moduleGabriel Masei1-13/+15
2020-04-25Bin bogus comments referring to removed parameters or whateverTor Lillqvist1-4/+0
2020-04-24Allow running the production build under a non-lool user when necessary.Jan Holesovsky1-2/+15
2020-04-24wsd: linkOrCopy now uses realpath to avoid linksAshod Nakashian1-1/+10
2020-04-24wsd: improved logging of jail setupAshod Nakashian1-32/+73
2020-04-24wsd: killpoco - reduce Poco usage where unnecessaryAshod Nakashian1-1/+6
2020-04-22Fix -Werror,-Winconsistent-missing-overrideMiklos Vajna1-1/+1
2020-04-22Do not broadcast view-cursor invalidation messagesDennis Francis1-2/+1
2020-04-21tdf#128502: Make _loKitDocument in class Document non-static againTor Lillqvist2-8/+24
2020-04-21tdf#128502: Get rid of the static file-level variable 'document' in Kit.cppTor Lillqvist3-105/+113
2020-04-19Bin unused variableTor Lillqvist1-1/+0
2020-04-18killpoco: remove WebSocket includes from a couple of places.Michael Meeks1-0/+1
2020-04-18Bin a couple of unintentionally committed LOG_TRC() callsTor Lillqvist1-1/+0
2020-04-18Don't use "kitbroker" as part of the thread name in a 'kit' processTor Lillqvist1-1/+1
2020-04-18Use #pragma onceTor Lillqvist7-24/+10
2020-04-14tdf#132100 - don't copy debugsource into jails.Michael Meeks1-2/+5
2020-04-14handle tabstop callback and send it as "tabstoplistupdate"Tomaž Vajngerl1-0/+3
2020-04-13Fix log message: The LOK function is called saveAs, not downloadAsTor Lillqvist1-1/+1
2020-04-13Implement the "download as" functionality properly in the iOS appTor Lillqvist1-50/+2
2020-04-10kill IoUtil - obsolete & unused.Michael Meeks3-4/+0
2020-04-10Poll - cleanup method naming, and fix merge issues.Michael Meeks2-3/+3
2020-04-10Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2-9/+8
2020-04-08Add segmentation fault metric for Kit processesGabriel Masei1-2/+34
2020-04-08Further re-work of document saving in the iOS appTor Lillqvist1-0/+29
2020-04-07Replaced pipe with websocket based on Unix socket in communication with ForKitGabriel Masei1-53/+71
2020-04-07tdf#129895: handle symlinks when populating chrootMartin Milata1-3/+19
2020-04-02Tweak the (normally commented-out) experimentation code a bitTor Lillqvist1-7/+15
2020-04-01Add some (ifdeffed-out) experimentation with file service providersTor Lillqvist1-1/+33
2020-03-31Log every error we send to the JS.Jan Holesovsky2-53/+53