summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2016-12-21convert OutDevViewType to scoped enumNoel Grandin1-1/+1
2016-12-19ScrollableWrapper -> ScrollableDialogNoel Grandin3-52/+30
2016-12-13change from glew to epoxyCaolán McNamara1-1/+1
2016-12-12remove useless Mutex guardsNoel Grandin1-3/+0
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin5-32/+18
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin9-126/+128
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin2-2/+2
2016-12-01loplugin:unnecessaryoverride (dtors) in toolkitStephan Bergmann5-34/+0
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin4-27/+27
2016-11-24vcl makes no use of menu Get/Set DefaultItemCaolán McNamara1-5/+4
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