summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-01tdf#120249: escape trailing backslash in argument passed to soffice.binMike Kaganski1-1/+8
2018-10-01Change all font-based tests to depend on ooo_fontsJan-Marek Glogowski1-0/+2
2018-09-27Draw rendered tile border here in the normally ifdeffed out snippetTor Lillqvist1-3/+7
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-24loplugin:external (clang-cl)Stephan Bergmann2-3/+3
2018-09-21Add some temporary test code (ifdeffed out)Tor Lillqvist1-0/+9
2018-09-20Replace SAL_OVERRIDE with override in internal codeStephan Bergmann2-22/+22
2018-09-18make sure testOpenCLCompute() doesn't fail because of a stale lockfileLuboš Luňák1-0/+11
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-3/+1
2018-09-17New loplugin:externalStephan Bergmann11-19/+23
2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist1-1/+4
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen8-0/+9
2018-09-10Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann1-2/+0
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-08clang-tidy bugprone-unused-raii in RequestHandlerNoel Grandin1-1/+1
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin3-3/+1
2018-09-05Re-introduce code to use the ICU data file in the iOS app bundleTor Lillqvist2-1/+56
2018-09-05Handle passing a null pAppPath to lo_initialize() on iOSTor Lillqvist1-0/+8
2018-09-05gbuild: allow recording of CppunitTests and PythonTests tooMichael Stahl1-1/+2
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin2-2/+3
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2-2/+2
2018-08-29desktop: improve help blurb for various casesThorsten Behrens1-3/+4
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-4/+4