summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2023-08-09lok: use constant keys enumerationHenry Castro1-4/+4
2023-08-09lok: a11y: when we are inside a table notify table and current cell infoMarco Cecchetti1-0/+2
2023-08-04cool#6911 report the position of comments as cell addressesCaolán McNamara1-2/+2
2023-08-02Test paintPartTile behavior for views with different schemesParis Oplopoios2-0/+82
2023-08-01Compare viewRenderState before setting view on doc_paintPartTileParis Oplopoios1-3/+9
2023-07-28Added possibility to set password on save throug argumentsJaume Pujantell1-0/+21
2023-07-23lok: flush the VOC primitives when trimming memoryAshod Nakashian1-0/+35
2023-07-20Send Calc pivot table command state changes to LOKAron Budea1-0/+3
2023-07-12Natively draw to pixel buffer with RBGA pixel format in iOS appPatrick Luby1-4/+7
2023-07-05add an --enable-cairo-rgba to set the order of pixels for internal cairoCaolán McNamara1-0/+5
2023-07-05Fix build [-Werror=unused-parameter]Aron Budea1-2/+2
2023-07-05lok: remove old hack for LanguageTool localesSzymon Kłos1-138/+0
2023-07-05lok: LanguageTool provides list of languagesSzymon Kłos1-14/+48
2023-06-26LOK: send state of DataFilterAutoFilterPranam Lashkari1-1/+2
2023-06-14lok: on switching from tabbed to compact ui 2 buttons were disabledMarco Cecchetti1-0/+2
2023-06-06lok: callback to send the updated theme palette when theme changesTomaž Vajngerl3-0/+42
2023-06-05[API CHANGE] Add createShortCutManager function to uiconfigurationmanager.Gökay Şatır1-1/+1
2023-06-02Removing unused variable in preLoadShortCutAcceleratorsMarco Cecchetti1-2/+0
2023-06-02Remove the allowed language check from UI languages.Gökay Şatır1-19/+10
2023-05-30lok: a11y: paragraph notifyied on text change, even coming from another viewMarco Cecchetti1-1/+0
2023-05-28desktop: check getDialog()Xisco Fauli1-2/+4
2023-05-23linking: api: use JsonWriterSzymon Kłos1-41/+17
2023-05-18lok: linking-api: export correct target stringSzymon Kłos1-1/+3
2023-05-15lok: set help root URLAndras Timar1-0/+21
2023-05-07fixup! lok: accessibility event listener for focused paragraphMarco Cecchetti1-41/+46
2023-05-05lok: a11y: focused paragraph info sent to clientMarco Cecchetti2-5/+63
2023-05-05lok: accessibility event listener for focused paragraphMarco Cecchetti2-3/+18
2023-05-02Make encodeForXml accessible for other modulesSzymon Kłos1-34/+2
2023-04-27Bin the unused paintTileToCGContext special thing for iOSTor Lillqvist1-77/+25
2023-04-27Bin leftover dead codeTor Lillqvist1-20/+0
2023-04-17lok: capture and publish the modified status in save resultAshod Nakashian1-2/+16
2023-04-14lok: trim glibc allocator's pending heap when called.Michael Meeks1-0/+12
2023-04-03Revert "qa: call ProcessEventsToIdle inside dispatchCommand"Xisco Fauli1-0/+2
2023-04-03rhbz#2171265 Report fatal InitApplicationServiceManager failures more reliablyStephan Bergmann1-1/+3
2023-03-17Add uno command that changes the themeParis Oplopoios1-0/+1
2023-03-16Preload the accelerator configurations when libreofficekit is active.Gökay Şatır1-0/+48
2023-03-12qa: call ProcessEventsToIdle inside dispatchCommandXisco Fauli1-2/+0
2023-03-12qa: use dispatchCommand from macroTestXisco Fauli1-4/+3
2023-03-11lok: cleanup trimMemory capability, and expand dumpState to caches.Michael Meeks1-0/+1
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks2-1/+9
2023-03-07Drop the LibreOfficeKit paintThumbnail() APITor Lillqvist2-37/+1
2023-03-07Avoid running graphics tests when in lok mode.Michael Meeks1-0/+3
2023-03-01Improve the LibreOfficeKit Document::paintThumbnail() APITor Lillqvist1-2/+21
2023-02-24Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist1-3/+5
2023-02-24Attempt to add ifdefs for WASM (Emscripten) for LOKit-based codeTor Lillqvist1-4/+6
2023-02-24Extend LOKit API with functionality to extract a request and paint thumbnailsTor Lillqvist2-3/+188
2023-02-23Surround recently added code that breaks on COWASM with ifdefTor Lillqvist1-0/+2
2023-02-09Enable opening of downloaded fonts only in ForKit in OnlineTor Lillqvist1-1/+19
2023-02-09LanguageTool: don't crash if REST protocol isn't setAron Budea1-1/+1
2023-02-07Make LOKClipboard available to other modulesSzymon Kłos3-1/+44