summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2020-01-06Related: tdf#129484 overeager assertCaolán McNamara1-6/+2
2020-01-03cid#1401474 Uncaught exceptionCaolán McNamara2-2/+3
2020-01-03cid#1401328 Uncaught exceptionCaolán McNamara1-1/+2
2019-12-31tdf#129375: Avoid crash when inserting bibliography entry on iOSTor Lillqvist1-1/+4
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin24-104/+109
2019-12-22loplugin:unusedmethodsNoel Grandin2-20/+0
2019-12-22loplugin:unusedfieldsNoel Grandin2-5/+0
2019-12-20tdf#124176: Use pragma once instead of include guardsTolunay Dündar5-21/+5
2019-12-20loplugin:duplicate-definesNoel Grandin1-1/+0
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara14-45/+22
2019-12-19multiline edit appears for a moment when loadingCaolán McNamara1-0/+1
2019-12-19sal_Char->char in extensionsNoel Grandin24-44/+44
2019-12-18Remove unused exception imports from updatefeed.cxxAlex Henrie1-4/+0
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin1-20/+9
2019-12-13loplugin:unusedmethodsNoel Grandin11-109/+1
2019-12-11Fix crash in report builder after 1efeb17837c22499f00299c033ae59ba3910f7d7Mike Kaganski1-10/+20
2019-12-09Removed duplicated includeAndrea Gelmini1-1/+0
2019-12-09Fix typoAndrea Gelmini1-1/+1
2019-12-09drop some unnecessary includesCaolán McNamara8-13/+0
2019-12-09weld Property BrowserCaolán McNamara46-2614/+1860
2019-12-05loplugin:external (clang-cl)Stephan Bergmann5-6/+31
2019-12-05the only call to MetricField::SetDefaultUnit doesn't change the defaultCaolán McNamara1-2/+0
2019-12-05Fix typoAndrea Gelmini1-2/+2
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-03remove some useless comment linesNoel Grandin3-3/+0
2019-12-03Fix compilation with `make -- dbglevel=2`Alex Henrie1-5/+0
2019-12-02use weld::WaitObjectCaolán McNamara1-1/+0
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann1-7/+7
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann23-10/+100
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann3-8/+8
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+8
2019-11-08loplugin:stringadd (clang-cl)Stephan Bergmann1-5/+5
2019-11-08Bibliography .ui file update labels are right align for beter readandreas kainz2-225/+199
2019-11-05aControlPos is unusedCaolán McNamara1-4/+0
2019-11-02New loplugin:conditionalstringStephan Bergmann2-5/+5
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann2-8/+4
2019-10-30remove some unnecessary includesCaolán McNamara1-1/+0
2019-10-29remove unnecessary includesCaolán McNamara2-2/+0
2019-10-24Make this SAL_INFO less elaborateStephan Bergmann1-7/+3
2019-10-23loplugin:bufferadd (clang-cl)Stephan Bergmann1-11/+6
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann2-7/+6
2019-10-18tdf#128208: Don't crash if the zip archive is brokenTor Lillqvist1-1/+3
2019-10-18tdf#128208: Add a testbench for the Spotlight importerTor Lillqvist4-0/+427
2019-10-17Remove some memset callsMike Kaganski1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin2-4/+4
2019-10-15new loplugin:bufferaddNoel Grandin6-50/+35
2019-10-14use common PCH for more librariesLuboš Luňák1-0/+2
2019-10-14Use default initialization instead of memset hereMike Kaganski1-5/+2
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara9-14/+18