summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-07sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky1-0/+13
2018-11-07Revert "The debugging rectangles are not needed any more."Jan Holesovsky1-0/+13
2018-11-05Create a CG bitmap context in doc_paintWindow(), too, for iOSTor Lillqvist1-0/+32
2018-11-05On iOS, lok_init_2() links directly to libreofficekit_hook_2()Tor Lillqvist1-16/+0
2018-11-02We now use a fixed name ICU.dat for the ICU data file in the iOS appTor Lillqvist1-2/+2
2018-11-02possible fix for tdf#120928 - quickstart --killtray throws exceptionbrinzing1-1/+1
2018-10-30iOS, removed iOS special handling in init()jan Iversen1-14/+0
2018-10-30Make sure the UserInstallation/user directory exists on iOS (and Android)Tor Lillqvist1-1/+8
2018-10-30Move the iOS CGBitmapContextCreate() call to doc_paintTile()Tor Lillqvist1-8/+51
2018-10-30We should call pDevice->SetBackground(Wallpaper(COL_TRANSPARENT)) also on iOSTor Lillqvist1-0/+2
2018-10-30Call SetOutputSizePixel() in the iOS case, tooTor Lillqvist1-0/+2
2018-10-30Re-introduce code to use the ICU data file in the iOS app bundleTor Lillqvist2-1/+56
2018-10-30Handle passing a null pAppPath to lo_initialize() on iOSTor Lillqvist1-0/+8
2018-10-30Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist1-1/+4
2018-10-30If we have encountered a "FATAL ERROR" we can afford writing a line to stderrTor Lillqvist1-0/+1
2018-10-26tdf#116342 Allow selecting text boxes anywhere by defaultSamuel Mehrbrodt1-1/+2
2018-10-12Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky1-0/+2
2018-09-12desktop: move font initialization into preloadDataAshod Nakashian1-24/+26