summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Comment some more ...tilewinsMichael Meeks2023-06-211-0/+3
* this.hasContent -> tile.hasContent - #6369Caolán McNamara2023-06-211-1/+1
* Handle canvas / tile memory more frugaly - #6369Michael Meeks2023-06-215-238/+344
* Remove obsolete code from when tiles were Images.Michael Meeks2023-06-211-52/+18
* Kill canceltiles support completely.Michael Meeks2023-06-2112-360/+9
* WaE: -Werror,-Winconsistent-missing-overrideCaolán McNamara2023-06-212-2/+2
* fix asan build testCaolán McNamara2023-06-211-2/+5
* jsdialog: improve spinfields validation #6650Szymon Kłos2023-06-211-12/+15
* cid#318846 Array compared against 0Caolán McNamara2023-06-211-1/+1
* delta: Add unit tests for RLE encoding, and debugging support.Michael Meeks2023-06-212-1/+204
* 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
* Dark mode: fontwork icon: added from fee024f739b but with wrong namePedro Pinto Silva2023-06-211-0/+0
* Dark mode: Add missing lc_fullscreen-presentation-toolbar-mobile.svgPedro Pinto Silva2023-06-211-0/+3
* cid#318910 Logically dead codeCaolán McNamara2023-06-211-1/+1
* cid#318956 AUTO_CAUSES_COPYCaolán McNamara2023-06-211-1/+1
* cid#318967 Uninitialized scalar fieldCaolán McNamara2023-06-211-0/+19
* Revert "23.05 - Android : tapping on cells flickers the keyboard"Gökay Şatır2023-06-201-1/+1
* JSDialog: Add missing padding for ui-text labelsPedro Pinto Silva2023-06-201-0/+6
* wsd: test: correct message example in commentAshod Nakashian2023-06-201-1/+1
* wsd: test: minor cleanup of UnitWOPIWatermarkAshod Nakashian2023-06-201-8/+5
* wsd: test: use configCheckFileInfo instead of handleHttpRequestAshod Nakashian2023-06-205-51/+20
* wsd: test: refactor assertCheckFileInfoRequest into the handlerAshod Nakashian2023-06-203-13/+36
* wsd: test: refactor assertGetFileRequest into the handlerAshod Nakashian2023-06-207-14/+52
* wsd: test: use sendAndShutdownAshod Nakashian2023-06-202-6/+4
* wsd: test: reduce manual http header creationAshod Nakashian2023-06-202-18/+9
* wsd: test: reuse getDefaultCheckFileInfoPayloadAshod Nakashian2023-06-204-44/+8
* wsd: test: refactor the default CheckFileInfo payloadAshod Nakashian2023-06-201-9/+21
* wsd: test: testInactiveClient may get jsdsialog messageAshod Nakashian2023-06-201-1/+2
* wsd: fallback from mknode to bind-mount for random devsAshod Nakashian2023-06-201-25/+66
* mount: support mounting from character deviceAshod Nakashian2023-06-201-6/+26
* killpoco: use own file stat helperAshod Nakashian2023-06-201-3/+3
* wsd: support providing CSP header in the configAshod Nakashian2023-06-193-8/+22
* wsd: more CSP refactoringAshod Nakashian2023-06-191-7/+8
* wsd: add ContentSecurityPolicy managerAshod Nakashian2023-06-193-10/+106
* killpoco: replace URI::encode with our wrapperAshod Nakashian2023-06-191-13/+9
* wsd: simplify frame-ancestor handlingAshod Nakashian2023-06-191-4/+2
* make: failing jail cleanup is not fatalAshod Nakashian2023-06-191-2/+2
* 23.05 - Android : tapping on cells flickers the keyboardDarshan-upadhyay11102023-06-191-1/+1
* Spelling dialog icon not foundPedro Pinto Silva2023-06-191-0/+1
* Restore commit 80b4e6d4ae92445e05eae0206d4dfc25bdff8784Michael Meeks2023-06-161-2/+4
* Fix: Annotations, comments on hovercodewithvk2023-06-161-1/+3
* impress: arrange slide/hide show menu entries betterPranam Lashkari2023-06-164-16/+47
* "throttled" move events can be processed after moveEndCaolán McNamara2023-06-161-1/+18
* configure option to disable building unit testsAndras Timar2023-06-164-1/+18
* Use native handlers for click and doubleclick events.Gökay Şatır2023-06-161-12/+11
* browser: improve _preventNonNumericalInput functionHenry Castro2023-06-151-0/+26
* browser: use Intl built-in object to get number formatHenry Castro2023-06-151-0/+17
* browser: add 'lang' property to get the current ...Henry Castro2023-06-151-2/+10