summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* tdf#122269 don't prompt to restart if we're exiting the application anywayCaolán McNamara2019-01-171-0/+1
* lok: We cannot skip duplicates of SELECTION_START / _END.Jan Holesovsky2019-01-112-2/+53
* lok: add signDocument to "Office" iface - to sign not opened docs.Tomaž Vajngerl2019-01-032-0/+140
* lok: add test signing DOCX -> testInsertCertificate_PEM_DOCXTomaž Vajngerl2019-01-032-0/+64
* lok: simplify and cleanup testInsertCertificate_{PEM,DER}_ODTTomaž Vajngerl2019-01-031-82/+36
* Fix signing empty Configurations2/accelerator/current.xmlTomaž Vajngerl2019-01-031-0/+6
* lok: Handle Special character menu item's state correctly in onlineTamás Zolnai2018-12-151-1/+2
* lok: shape selection: perform the needed unit conversion in a clever wayMarco Cecchetti2018-12-151-0/+32
* Revert "Add a localisation API to LibreOfficeKitClass"Tor Lillqvist2018-12-132-60/+0
* Add a localisation API to LibreOfficeKitClassTor Lillqvist2018-12-102-0/+60
* lok: Implement SVG export for Calc (SelectionOnly mode)Tamás Zolnai2018-12-101-6/+12
* lok: Implement SVG export for Writer (SelectionOnly mode)Tamás Zolnai2018-12-101-1/+8
* LOK: Fix API for renderShapeSelectionAshod Nakashian2018-12-102-19/+32
* Remove cout lineTamás Zolnai2018-12-101-2/+0
* Introduce client-server message for requesting the selected shape as SVGTamás Zolnai2018-12-102-1/+40
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2018-12-102-5/+5
* test signing with certificate chain and private key in PEM formatTomaž Vajngerl2018-12-016-0/+211
* Add SolarMutexGuard where neededTomaž Vajngerl2018-12-011-0/+4
* lokit: convert PEM certificate to DER if it is detected as suchTomaž Vajngerl2018-12-011-6/+84
* Use the correct DPI scaling factor in LibreOfficeKit for iOS, tooTor Lillqvist2018-11-231-4/+5
* Revert "CppunitTest_desktop_lib: disable failing test"Miklos Vajna2018-11-081-2/+0
* CppunitTest_desktop_lib: disable failing testMiklos Vajna2018-11-081-0/+2
* lok: send signature status on document loadTomaž Vajngerl2018-11-081-2/+4
* lok: trigger sign. verification in getSignatureState + update testTomaž Vajngerl2018-11-083-3/+49
* lok: update the test for singing the document from LOKTomaž Vajngerl2018-11-085-17/+49
* lok: new function to add certificate to certificate DBTomaž Vajngerl2018-11-082-3/+55
* lok: Get the object shell from the documentTomaž Vajngerl2018-11-081-11/+16
* lok: create certificate and private key with insertCertificateTomaž Vajngerl2018-11-082-14/+40
* lokit: test for the new signing API functionsTomaž Vajngerl2018-11-083-30/+45
* lokit: add funct. to insert, sign and verify signatureTomaž Vajngerl2018-11-082-1/+72
* lok hidpi: Fix the unit tests.Jan Holesovsky2018-11-081-2/+3
* lokdialog: Implement hi-dpi support for the routed dialogs.Jan Holesovsky2018-11-071-2/+22
* sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky2018-11-071-0/+13
* Revert "The debugging rectangles are not needed any more."Jan Holesovsky2018-11-071-0/+13
* Create a CG bitmap context in doc_paintWindow(), too, for iOSTor Lillqvist2018-11-051-0/+32
* On iOS, lok_init_2() links directly to libreofficekit_hook_2()Tor Lillqvist2018-11-051-16/+0
* We now use a fixed name ICU.dat for the ICU data file in the iOS appTor Lillqvist2018-11-021-2/+2
* possible fix for tdf#120928 - quickstart --killtray throws exceptionbrinzing2018-11-021-1/+1
* iOS, removed iOS special handling in init()jan Iversen2018-10-301-14/+0
* Make sure the UserInstallation/user directory exists on iOS (and Android)Tor Lillqvist2018-10-301-1/+8
* Move the iOS CGBitmapContextCreate() call to doc_paintTile()Tor Lillqvist2018-10-301-8/+51
* We should call pDevice->SetBackground(Wallpaper(COL_TRANSPARENT)) also on iOSTor Lillqvist2018-10-301-0/+2
* Call SetOutputSizePixel() in the iOS case, tooTor Lillqvist2018-10-301-0/+2
* Re-introduce code to use the ICU data file in the iOS app bundleTor Lillqvist2018-10-302-1/+56
* Handle passing a null pAppPath to lo_initialize() on iOSTor Lillqvist2018-10-301-0/+8
* Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist2018-10-301-1/+4
* If we have encountered a "FATAL ERROR" we can afford writing a line to stderrTor Lillqvist2018-10-301-0/+1
* tdf#116342 Allow selecting text boxes anywhere by defaultSamuel Mehrbrodt2018-10-261-1/+2
* Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky2018-10-121-0/+2
* desktop: move font initialization into preloadDataAshod Nakashian2018-09-121-24/+26