summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2018-11-07lok: send signature status on document loadTomaž Vajngerl1-2/+4
2018-11-06lok: trigger sign. verification in getSignatureState + update testTomaž Vajngerl3-3/+49
2018-11-05tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManagerMike Kaganski1-7/+0
2018-11-05lok: update the test for singing the document from LOKTomaž Vajngerl5-17/+49
2018-11-03Create a CG bitmap context in doc_paintWindow(), too, for iOSTor Lillqvist1-0/+32
2018-11-03On iOS, lok_init_2() links directly to libreofficekit_hook_2()Tor Lillqvist1-16/+0
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin6-14/+14
2018-11-02We now use a fixed name ICU data file in the iOS appTor Lillqvist1-2/+2
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl2-4/+4
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl2-3/+55
2018-10-31lok: Get the object shell from the documentTomaž Vajngerl1-11/+16
2018-10-29lok: create certificate and private key with insertCertificateTomaž Vajngerl2-14/+40
2018-10-29Remove unused parameterSamuel Mehrbrodt5-20/+10
2018-10-29lokit: test for the new signing API functionsTomaž Vajngerl3-31/+45
2018-10-28lokit: add funct. to insert, sign and verify signatureTomaž Vajngerl2-1/+72
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara4-5/+5
2018-10-27possible fix for issue 120928 - quickstart --killtray throws exceptionbrinzing1-1/+1
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski1-3/+3
2018-10-26unopkg: Make logging to default location work againSamuel Mehrbrodt1-3/+19
2018-10-26unopkg: Log deployment output with the same logger as unopkgSamuel Mehrbrodt1-75/+11
2018-10-26unopkg: Write to console when no UNO availableSamuel Mehrbrodt1-1/+2
2018-10-26Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt1-2/+11
2018-10-26Log unopkg errors to log file if requestedSamuel Mehrbrodt1-41/+53
2018-10-25The 2nd parameter to lo_initialize() is a URL so use such naming consistentlyTor Lillqvist1-4/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin5-49/+49
2018-10-23remove all use_action_appearance linesCaolán McNamara3-5/+0
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin4-4/+4
2018-10-22Put quotes around a URL in a message to make it more obvious if it is emptyTor Lillqvist1-2/+2
2018-10-22If we have encountered a "FATAL ERROR" we can afford writing a line to stderrTor Lillqvist1-0/+1
2018-10-22tdf#120249: fix escaping to handle quotes and multiple trailing backslshesMike Kaganski1-23/+55
2018-10-22Sync extension registration on startupSamuel Mehrbrodt1-3/+6
2018-10-21tdf#120703 (PVS): handle failed (re)allocationsMike Kaganski1-56/+67
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin4-12/+12
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-6/+2
2018-10-18Need <rtl/strbuf.hxx> for the !HAVE_FEATURE_EXTENSIONS case, apparentlyTor Lillqvist1-0/+1
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin7-29/+30
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke4-4/+4
2018-10-12Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky1-0/+2
2018-10-12Make sure the UserInstallation/user directory exists on iOS (and Android)Tor Lillqvist1-1/+8
2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist1-19/+53
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann5-7/+7
2018-10-09Fix typosAndrea Gelmini1-1/+1
2018-10-08desktop: move font initialization into preloadDataAshod Nakashian1-24/+26
2018-10-08desktop: move dictionary preload before font initAron Budea1-2/+2
2018-10-08desktop: initialize fonts in pre-initAshod Nakashian1-0/+27
2018-10-05We should call pDevice->SetBackground(Wallpaper(COL_TRANSPARENT)) also on iOSTor Lillqvist1-0/+2
2018-10-05Call SetOutputSizePixel() in the iOS case, tooTor Lillqvist1-0/+2