summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* possible fix for issue 120928 - quickstart --killtray throws exceptionbrinzing2018-10-271-1/+1
* tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski2018-10-271-3/+3
* unopkg: Make logging to default location work againSamuel Mehrbrodt2018-10-261-3/+19
* unopkg: Log deployment output with the same logger as unopkgSamuel Mehrbrodt2018-10-261-75/+11
* unopkg: Write to console when no UNO availableSamuel Mehrbrodt2018-10-261-1/+2
* Introduce SimpleTextFormatter and format unopkg output using itSamuel Mehrbrodt2018-10-261-2/+11
* Log unopkg errors to log file if requestedSamuel Mehrbrodt2018-10-261-41/+53
* The 2nd parameter to lo_initialize() is a URL so use such naming consistentlyTor Lillqvist2018-10-251-4/+4
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-245-49/+49
* remove all use_action_appearance linesCaolán McNamara2018-10-233-5/+0
* clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin2018-10-234-4/+4
* Put quotes around a URL in a message to make it more obvious if it is emptyTor Lillqvist2018-10-221-2/+2
* If we have encountered a "FATAL ERROR" we can afford writing a line to stderrTor Lillqvist2018-10-221-0/+1
* tdf#120249: fix escaping to handle quotes and multiple trailing backslshesMike Kaganski2018-10-221-23/+55
* Sync extension registration on startupSamuel Mehrbrodt2018-10-221-3/+6
* tdf#120703 (PVS): handle failed (re)allocationsMike Kaganski2018-10-211-56/+67
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-194-12/+12
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-6/+2
* Need <rtl/strbuf.hxx> for the !HAVE_FEATURE_EXTENSIONS case, apparentlyTor Lillqvist2018-10-181-0/+1
* loplugin:staticvar in cppuhelper..desktopNoel Grandin2018-10-171-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-177-29/+30
* tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke2018-10-124-4/+4
* Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky2018-10-121-0/+2
* Make sure the UserInstallation/user directory exists on iOS (and Android)Tor Lillqvist2018-10-121-1/+8
* Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist2018-10-101-19/+53
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-095-7/+7
* Fix typosAndrea Gelmini2018-10-091-1/+1
* desktop: move font initialization into preloadDataAshod Nakashian2018-10-081-24/+26
* desktop: move dictionary preload before font initAron Budea2018-10-081-2/+2
* desktop: initialize fonts in pre-initAshod Nakashian2018-10-081-0/+27
* We should call pDevice->SetBackground(Wallpaper(COL_TRANSPARENT)) also on iOSTor Lillqvist2018-10-051-0/+2
* Call SetOutputSizePixel() in the iOS case, tooTor Lillqvist2018-10-051-0/+2
* tdf#120249: escape trailing backslash in argument passed to soffice.binMike Kaganski2018-10-011-1/+8
* Change all font-based tests to depend on ooo_fontsJan-Marek Glogowski2018-10-011-0/+2
* Draw rendered tile border here in the normally ifdeffed out snippetTor Lillqvist2018-09-271-3/+7
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-241-0/+1
* loplugin:external (clang-cl)Stephan Bergmann2018-09-242-3/+3
* Add some temporary test code (ifdeffed out)Tor Lillqvist2018-09-211-0/+9
* Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2018-09-202-22/+22
* make sure testOpenCLCompute() doesn't fail because of a stale lockfileLuboš Luňák2018-09-181-0/+11
* loplugin:staticconstfield improvementsNoel Grandin2018-09-171-3/+1
* New loplugin:externalStephan Bergmann2018-09-1711-19/+23
* Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist2018-09-151-1/+4
* tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2018-09-138-0/+9
* Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann2018-09-101-2/+0
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* clang-tidy bugprone-unused-raii in RequestHandlerNoel Grandin2018-09-081-1/+1
* loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin2018-09-063-3/+1
* Re-introduce code to use the ICU data file in the iOS app bundleTor Lillqvist2018-09-052-1/+56