summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-12desktop: move dictionary preload before font initAron Budea1-2/+2
2018-09-12desktop: initialize fonts in pre-initAshod Nakashian1-0/+27
2018-07-18Allow the comphelper threadpool to be reset after construction.Michael Meeks1-0/+4
2018-07-10enable crashreport on WindowsAndras Timar1-2/+2
2018-06-26tdf#114227: set better proxy params in cURL for crash reportingAron Budea3-3/+30
2018-06-20lok: Unit test for passing table borders via jsonToPropertyValuesVector.Jan Holesovsky2-3/+98
2018-06-20lok: Unit test for jsonToPropertyValuesVector.Jan Holesovsky5-1/+133
2018-06-20lokit: add jsonToUnoAnyHenry Castro1-3/+78
2018-06-04Disable profile lockingAron Budea1-1/+2
2018-05-15tdf#95843: Wait for fire_glxtest_process also in --headless modeStephan Bergmann3-0/+14