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