summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2023-03-01Improve the LibreOfficeKit Document::paintThumbnail() APITor Lillqvist1-2/+21
2023-02-28Fix iOS build breakagePatrick Luby1-2/+2
2023-02-27no need to hold CollatorWrapper by std::unique_ptrNoel Grandin2-6/+7
2023-02-25Remove duplicated includeAndrea Gelmini1-1/+0
2023-02-22Extend LOKit API with functionality to extract a request and paint thumbnailsTor Lillqvist2-3/+188
2023-02-21qa: call ProcessEventsToIdle inside dispatchCommandXisco Fauli1-2/+0
2023-02-21qa: use dispatchCommand from macroTestXisco Fauli1-4/+3
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara2-15/+13
2023-02-14osl::Mutex->std::atomic in DispatchWatcherNoel Grandin2-17/+6
2023-02-13Rename: Extension Manager -> ExtensionsSamuel Mehrbrodt3-4/+4
2023-02-13Fix/simplify some vnd.sun.star.expand: handlingMike Kaganski1-6/+2
2023-02-09Enable opening of downloaded fonts only in ForKit in OnlineTor Lillqvist1-1/+19
2023-02-07cid#1520802 Dereference null return valueCaolán McNamara1-4/+10
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-4/+4
2023-02-06Make LOKClipboard available to other modulesSzymon Kłos3-1/+44
2023-02-03lok: fix query language statusHenry Castro1-16/+29
2023-02-03lok: add function getDocLanguagesHenry Castro1-2/+127
2023-02-01lok: disable spell if remote language tool enabledHenry Castro1-0/+19
2023-01-31lok: add Rest Protocol propertyHenry Castro1-3/+8
2023-01-30Added option to disable ssl verification for languagetoolMert Tumer1-0/+3
2023-01-30lok: set LanguageTool config parameters from environmentMert Tumer1-0/+33
2023-01-29lok: support per-user timezoneAshod Nakashian2-1/+52
2023-01-28Avoid compiler warningTor Lillqvist1-1/+3
2023-01-27Remove support for 32-bit S390Stephan Bergmann3-3/+0
2023-01-27Remove support for AIXStephan Bergmann4-28/+3
2023-01-24Surround recently added code that breaks on COWASM with ifdefTor Lillqvist1-0/+2
2023-01-23lok: ensure to initialize the security contextHenry Castro1-0/+14
2023-01-18don't crash with --disable-pdfiumCaolán McNamara1-0/+4
2023-01-12Curl:CURLOPT_REDIR_PROTOCOLS(_STR): use only "https", not "http"Julien Nabet1-3/+3
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-2/+2
2023-01-11Fix types for Curl elements (update part)Julien Nabet1-1/+5
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin1-1/+1
2023-01-10vcl ITiledRenderable: rename supportsCommandValues() to supportsCommand()Miklos Vajna1-1/+1
2023-01-09Fix deprecated Curl elements for update partJulien Nabet1-1/+1
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI2-13/+6
2023-01-08Fix deprecated Curl elements for minidump partJulien Nabet1-21/+13
2023-01-06tdf#86630 sw: Add one-step page number insertion wizardofftkp1-0/+1
2023-01-05sw lok: expose field type & command of fieldmark under cursorMiklos Vajna1-36/+8
2023-01-03sw, lok: implement a getCommandValues(Fields)Miklos Vajna1-1/+2
2022-12-28Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist1-3/+5
2022-12-19tdf#145538 Use range based for loopsLeonid Ryzhov1-8/+8
2022-12-16check SfxObjectShell::Current()Caolán McNamara1-2/+6
2022-12-16misc: check SfxViewFrame::Current()Caolán McNamara1-4/+8
2022-12-13Attempt to add ifdefs for WASM (Emscripten) for LOKit-based codeTor Lillqvist1-4/+6
2022-12-07sw, lok: implement a getCommandValues(Bookmarks)Miklos Vajna1-1/+2
2022-11-30Add LOKit functions and whitelist export for it to WASMThorsten Behrens2-8/+9
2022-11-30sw lok, .uno:SetDocumentProperties: expose value of custom document propertiesMiklos Vajna1-2/+7
2022-11-25sw lok, .uno:TextFormFields: expose field code of fieldmarksMiklos Vajna1-0/+14
2022-11-19lok: masterpage: Introduce mode property to tile renderingSzymon Kłos2-30/+88
2022-11-19lok: masterpage: disable callbacks on paintingSzymon Kłos1-1/+17