summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-24tdf#103852 avoid clipboard deadlockTomaž Vajngerl
2016-11-18remove some double callsNoel Grandin
2016-11-13drop useless semicolonsDavid Tardon
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-01Omit the default comparatorTakeshi Abe
2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin
2016-10-26loplugin:expandablemethods in toolkit..toolsNoel Grandin
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-15clang-cl loplugin: toolkitStephan Bergmann
2016-10-13loplugin:unnecessaryoverrideNoel Grandin
2016-10-05[API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFontCaolán McNamara
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-30loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin
2016-09-05convert ScrollType to scoped enumNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-09-01std::list<sal_uInt16> -> vectorNoel Grandin
2016-08-03Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-12new loplugin fragiledestructorNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in toolkitStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-04merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainerNoel Grandin
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-06-10Add a pause() method to XToolkitExperimentalTor Lillqvist
2016-06-01fix compile error in SelectionDialog (java unit test)Noel Grandin
2016-05-31tdf#100092: Deterministic scheduling to prevent unpredictable behavior.Jan Holesovsky
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-30Convert ImageSet to scoped enumNoel Grandin
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke