summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* sdext: fix use-after-free on global AccessibleFocusManagerMichael Stahl2020-10-141-2/+13
* tdf#135342: filter list must include extensionsMike Kaganski2020-08-161-3/+5
* tdf#131353: Fix build with poppler 0.86.0Martin Whitaker2020-06-191-1/+3
* remove some unused typedefsNoel Grandin2020-05-241-1/+0
* compact namespace in sdextNoel Grandin2020-05-1038-98/+89
* improve loplugin:referencecastingNoel Grandin2020-05-081-1/+1
* tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling2020-05-071-0/+14
* update pchesCaolán McNamara2020-04-261-6/+2
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-222-0/+2
* uiobject.hxx only needs forward declaresCaolán McNamara2020-04-221-1/+2
* return shared_ptr from createDocumentElementNoel Grandin2020-04-211-4/+3
* use weak_ptr properlyNoel Grandin2020-04-211-3/+2
* loplugin:buriedassign in scaddins..sdextNoel Grandin2020-04-152-27/+37
* new loplugin:unusedvariableplusNoel Grandin2020-04-071-3/+0
* Extend loplugin:cstylecast to certain function-style castsStephan Bergmann2020-03-261-1/+1
* Revert "loplugin:constfields in sdext"Noel Grandin2020-03-1216-42/+42
* Move Boost.Spirit usage away from legacy namespaceAdam Majer2020-02-202-8/+7
* GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2020-02-161-0/+2
* clang-analyzer-deadcode.DeadStoresNoel Grandin2020-02-122-11/+8
* replace boost::bimap in sdext pdfimportCaolán McNamara2020-02-042-17/+16
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-012-33/+29
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-3134-68/+68
* tdf#124176: Use pragma once instead of header guardPelin Kuran2020-01-291-5/+1
* New loplugin:unsignedcompareStephan Bergmann2020-01-283-5/+8
* remove some unused local varsNoel Grandin2020-01-282-4/+3
* remove some unused local varsNoel Grandin2020-01-262-10/+0
* loplugin:makeshared in sdextNoel Grandin2020-01-2416-41/+41
* use more std::make_sharedNoel Grandin2020-01-105-25/+17
* sal_Char->char in scaddins..sdextNoel Grandin2019-12-229-41/+41
* Fix build with poppler-0.83Martin Milata2019-12-043-0/+15
* Remove unused Dispatch::ActionStephan Bergmann2019-11-271-2/+0
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-228-4/+31
* tdf#42949 Fix IWYU warnings in sdext/Gabor Kelemen2019-11-13101-394/+55
* loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin2019-11-064-7/+2
* loplugin:indentation find broken if statementsNoel Grandin2019-11-061-1/+1
* New loplugin:conditionalstringStephan Bergmann2019-11-022-3/+3
* tdf#127921 Don't change slides when clicking in Slide sorter viewSamuel Mehrbrodt2019-11-011-1/+2
* Fix StringAdd::isCompileTimeConstantStephan Bergmann2019-10-311-2/+1
* Remove unused XMouseMotionListener from PresenterControllerSamuel Mehrbrodt2019-10-292-17/+1
* Remove unused XFocusListener from PresenterControllerSamuel Mehrbrodt2019-10-292-14/+0
* Remove unused XMouseMotionListener from PresenterButtonSamuel Mehrbrodt2019-10-292-22/+1
* Remove unused XWindowListener from PresenterButtonSamuel Mehrbrodt2019-10-292-35/+0
* Fix build with poppler-0.82Rasmus Thomsen2019-10-282-1/+40
* loplugin:stringadd (clang-cl)Stephan Bergmann2019-10-231-1/+1
* cid#1448423 silence Wrapper object use after freeCaolán McNamara2019-10-181-1/+4
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-182-49/+11
* Remove some memset callsMike Kaganski2019-10-171-10/+5
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-165-37/+22
* new loplugin:bufferaddNoel Grandin2019-10-153-25/+23
* loplugin:redundantpointerops simplify *p.get()Noel Grandin2019-10-081-2/+2