summaryrefslogtreecommitdiffstats
path: root/kit
Commit message (Expand)AuthorAgeFilesLines
* Kill canceltiles support completely.Michael Meeks2023-06-222-6/+4
* the tile is assumed to be 256 in widthCaolán McNamara2023-06-211-4/+5
* fix asan build testCaolán McNamara2023-06-211-2/+5
* delta: Add unit tests for RLE encoding, and debugging support.Michael Meeks2023-06-211-1/+3
* deltas: RLE compress pixel runs to save space & time.Michael Meeks2023-06-211-35/+74
* deltas: pure re-factor, store pixels in each DeltaBitmapRow.Michael Meeks2023-06-211-34/+44
* deltas: pure re-factor: extract out diffRowTo.Michael Meeks2023-06-211-34/+40
* cid#318963 Uninitialized scalar fieldCaolán McNamara2023-06-141-1/+3
* cid#318908 Uninitialized scalar fieldCaolán McNamara2023-06-141-0/+1
* cid#318977 AUTO_CAUSES_COPYCaolán McNamara2023-06-141-1/+1
* support callback for changing the color paletteTomaž Vajngerl2023-06-091-0/+3
* kit: fix missing init of _isDumpingTiles in ChildSessionMiklos Vajna2023-06-091-1/+2
* a11y: add config for enable/disable accessibility in generalMarco Cecchetti2023-06-081-1/+2
* Fix copy command going out of bounds during delta creationParis Oplopoios2023-06-052-9/+15
* Add debug option that allows tile dumpingParis Oplopoios2023-06-054-2/+80
* Replace documentbackgroundcolor with applicationbackgroundcolorParis Oplopoios2023-06-051-3/+0
* a11y: populating editable area with focused paragraphMarco Cecchetti2023-05-313-2/+53
* wsd: test: initialize logs before unit-testsAshod Nakashian2023-05-311-2/+1
* linking-api: zoom document to avoid empty space on thumbnailSzymon Kłos2023-05-171-1/+1
* wsd: clang tidy fixesAshod Nakashian2023-05-151-4/+2
* wsd: simplify log streamingAshod Nakashian2023-05-102-27/+22
* Remove unused document signing code.Gökay Şatır2023-05-082-362/+0
* Handle LOK_CALLBACK_APPLICATION_BACKGROUND_COLOR in ChildSessionParis Oplopoios2023-05-051-0/+3
* Jail cleanup - include coolwsd pid + hash into a jails sub-directory.Michael Meeks2023-04-252-2/+3
* Fix build for iOS (and possibly for Android)Tor Lillqvist2023-04-242-0/+10
* wsd: only external insertfile namesAshod Nakashian2023-04-241-0/+8
* Consistency checking at various points: load, save.Michael Meeks2023-04-213-1/+78
* wsd: shutdown the Kit socket before terminating to flushAshod Nakashian2023-04-141-0/+1
* trim memory when user is inactive.Michael Meeks2023-03-234-3/+34
* Handle LOK_CALLBACK_VIEW_RENDER_STATE in the KitParis Oplopoios2023-03-172-3/+41
* Move canonicalId creation to the KitParis Oplopoios2023-03-172-6/+28
* Move _canonicalViewId out of SessionParis Oplopoios2023-03-171-0/+8
* Rename variables to match meaning and add a few commentsTor Lillqvist2023-03-131-4/+9
* We aparently want thumbnails to be of size 1200x630 pixelsTor Lillqvist2023-03-131-4/+4
* There is no separate paintThumbnail() API in LibreOfficeKit any longerTor Lillqvist2023-03-101-1/+9
* Send thumbnail in binary formatSzymon Kłos2023-03-101-19/+10
* Scroll to targetSzymon Kłos2023-03-101-0/+1
* Handle target in get-thumbnailSzymon Kłos2023-03-101-14/+22
* Add get-thumbnail endpointSzymon Kłos2023-03-101-0/+50
* Add extract-link-targets endpointSzymon Kłos2023-03-101-0/+31
* wsd: string::empty() is clearer than size() == 0Ashod Nakashian2023-03-103-13/+14
* wsd: time the duration of forkAshod Nakashian2023-03-061-0/+5
* wsd: name fields in logs and standardize bracketingAshod Nakashian2023-03-061-9/+11
* wsd: support per-user timezoneAshod Nakashian2023-01-311-1/+6
* wsd: exit code 0 for the exit command to kitAshod Nakashian2023-01-271-1/+1
* Add export as pdfSzymon Kłos2023-01-262-0/+120
* kit: default timeout to ~5 seconds when we get a negative wait.Michael Meeks2023-01-151-0/+2
* Add UserPrivateInfoSzymon Kłos2023-01-063-10/+44
* Handle exported pdf correctlySzymon Kłos2022-12-141-1/+1
* Add callback logic for LOK_CALLBACK_EXPORT_FILENickWingate2022-12-141-0/+11