summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2019-03-12LOK: don't segfault when reporting errorAshod Nakashian1-1/+1
2019-03-08Revert "LOK: disable LOKit in unit-tests only after destroying all"Andras Timar1-6/+134
2019-03-05LOK: reuse cached json object for ViewId where availableAshod Nakashian2-6/+15
2019-03-05LOK: always update the payload string via the cacheAshod Nakashian2-4/+13
2019-03-05LOK: Validate cached queued callback payloadsAshod Nakashian2-0/+53
2019-03-05LOK: Cache JSON payloadsAshod Nakashian2-31/+55
2019-03-05LOK: Cache RectangleAndPart payloadsAshod Nakashian2-5/+29
2019-03-05LOK: Use a struct instead of std::pair to support cachingAshod Nakashian2-26/+38
2019-03-04LOK: Move RectangleAndPart to the headerAshod Nakashian2-67/+74
2019-03-04LOK: support creating view with optionsAshod Nakashian2-3/+22
2019-03-04LOK: set the language for LOK before document loadingAshod Nakashian1-0/+2
2019-03-01LOK: desktop: use correct size when initializing LibreOfficeKitDocumentAshod Nakashian1-1/+1
2019-03-01LOK: disable LOKit in unit-tests only after destroying allAshod Nakashian1-134/+6
2019-02-26lok: sc: clicking on individual chart elements doesn't select objectMarco Cecchetti1-0/+6
2019-02-08Added Tiled Watermark Feature for pdf exportmerttumer1-0/+26
2019-02-08lok: don't crash in simple LOK use-case with no callback.Michael Meeks1-2/+5
2019-02-07lok: intercept the UNO command ".uno:EditRegion"Henry Castro1-1/+2
2019-01-24disable a few failing unit tests in MPLv2 subsetAndras Timar1-0/+3
2019-01-17tdf#122269 don't prompt to restart if we're exiting the application anywayCaolán McNamara1-0/+1
2019-01-11lok: We cannot skip duplicates of SELECTION_START / _END.Jan Holesovsky2-2/+53
2019-01-03lok: add signDocument to "Office" iface - to sign not opened docs.Tomaž Vajngerl2-0/+140
2019-01-03lok: add test signing DOCX -> testInsertCertificate_PEM_DOCXTomaž Vajngerl2-0/+64
2019-01-03lok: simplify and cleanup testInsertCertificate_{PEM,DER}_ODTTomaž Vajngerl1-82/+36
2019-01-03Fix signing empty Configurations2/accelerator/current.xmlTomaž Vajngerl1-0/+6
2018-12-15lok: Handle Special character menu item's state correctly in onlineTamás Zolnai1-1/+2
2018-12-15lok: shape selection: perform the needed unit conversion in a clever wayMarco Cecchetti1-0/+32
2018-12-13Revert "Add a localisation API to LibreOfficeKitClass"Tor Lillqvist2-60/+0
2018-12-10Add a localisation API to LibreOfficeKitClassTor Lillqvist2-0/+60
2018-12-10lok: Implement SVG export for Calc (SelectionOnly mode)Tamás Zolnai1-6/+12
2018-12-10lok: Implement SVG export for Writer (SelectionOnly mode)Tamás Zolnai1-1/+8
2018-12-10LOK: Fix API for renderShapeSelectionAshod Nakashian2-19/+32
2018-12-10Remove cout lineTamás Zolnai1-2/+0
2018-12-10Introduce client-server message for requesting the selected shape as SVGTamás Zolnai2-1/+40
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2-5/+5
2018-12-01test signing with certificate chain and private key in PEM formatTomaž Vajngerl6-0/+211
2018-12-01Add SolarMutexGuard where neededTomaž Vajngerl1-0/+4
2018-12-01lokit: convert PEM certificate to DER if it is detected as suchTomaž Vajngerl1-6/+84
2018-11-23Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist1-4/+5
2018-11-08Revert "CppunitTest_desktop_lib: disable failing test"Miklos Vajna1-2/+0
2018-11-08CppunitTest_desktop_lib: disable failing testMiklos Vajna1-0/+2
2018-11-08lok: send signature status on document loadTomaž Vajngerl1-2/+4
2018-11-08lok: trigger sign. verification in getSignatureState + update testTomaž Vajngerl3-3/+49
2018-11-08lok: update the test for singing the document from LOKTomaž Vajngerl5-17/+49
2018-11-08lok: new function to add certificate to certificate DBTomaž Vajngerl2-3/+55
2018-11-08lok: Get the object shell from the documentTomaž Vajngerl1-11/+16
2018-11-08lok: create certificate and private key with insertCertificateTomaž Vajngerl2-14/+40
2018-11-08lokit: test for the new signing API functionsTomaž Vajngerl3-30/+45
2018-11-08lokit: add funct. to insert, sign and verify signatureTomaž Vajngerl2-1/+72
2018-11-08lok hidpi: Fix the unit tests.Jan Holesovsky1-2/+3
2018-11-07lokdialog: Implement hi-dpi support for the routed dialogs.Jan Holesovsky1-2/+22