summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2017-02-184-27/+27
* tdf#103852 avoid clipboard deadlockTomaž Vajngerl2016-11-241-2/+1
* remove some double callsNoel Grandin2016-11-181-1/+1
* drop useless semicolonsDavid Tardon2016-11-131-1/+1
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-1110-52/+53
* Omit the default comparatorTakeshi Abe2016-11-011-1/+1
* loplugin:oncevar in unoxml..toolkitNoel Grandin2016-10-311-10/+5
* loplugin:expandablemethods in toolkit..toolsNoel Grandin2016-10-263-10/+4
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-185-21/+21
* clang-cl loplugin: toolkitStephan Bergmann2016-10-151-1/+1
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-12/+0
* [API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFontCaolán McNamara2016-10-052-26/+0
* InfoFont/Color is not used by vcl nowCaolán McNamara2016-10-051-10/+4
* convert MapUnit to scoped enumNoel Grandin2016-10-056-45/+45
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-057-16/+16
* loplugin:constantparamNoel Grandin2016-09-301-13/+4
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1312-14/+14
* loplugin:constantparam in framework..vbahelperNoel Grandin2016-09-072-10/+10
* convert ScrollType to scoped enumNoel Grandin2016-09-051-3/+3
* convert RasterOp to scoped enumNoel Grandin2016-09-051-2/+2
* std::list<sal_uInt16> -> vectorNoel Grandin2016-09-018-38/+38
* Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist2016-08-031-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-07-271-1/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* new loplugin fragiledestructorNoel Grandin2016-07-121-1/+1
* loplugin:redundantcast: redundant static_casts in toolkitStephan Bergmann2016-07-081-1/+1
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-1/+1
* merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainerNoel Grandin2016-07-041-12/+13
* loplugin:singlevalfields in variousNoel Grandin2016-06-281-3/+0
* loplugin:singlevalfields in vcl(part1)Noel Grandin2016-06-242-6/+4
* tdf#97527 - vcl: reference-count MenuNoel Grandin2016-06-231-5/+5
* loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann2016-06-191-4/+4
* Add a pause() method to XToolkitExperimentalTor Lillqvist2016-06-101-0/+35
* fix compile error in SelectionDialog (java unit test)Noel Grandin2016-06-011-1/+1
* tdf#100092: Deterministic scheduling to prevent unpredictable behavior.Jan Holesovsky2016-05-311-2/+12
* Convert SelectionMode to scoped enumNoel Grandin2016-05-301-1/+1
* Convert ImageSet to scoped enumNoel Grandin2016-05-301-1/+1
* Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2016-05-192-2/+2
* rename to two GetSystemData methods to find all call-sitesCaolán McNamara2016-05-192-2/+2
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin2016-05-134-16/+15
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-102-2/+2
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-1/+3
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-091-1/+1
* use Any constructor instead of temporariesNoel Grandin2016-05-044-247/+84
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-2/+3
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2018-51/+51
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-189-20/+17
* clean-up: unused using declarations and includesJochen Nitschke2016-04-183-5/+0