summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
2016-06-09reduce "no DbgTestSolarMutex function set" warningNoel Grandin
2016-06-08remove some manual refcounting in toolsNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-02loplugin:unusedfieldsNoel Grandin
2016-05-31Convert RSC_TOOLBOXITEM to scoped enumNoel Grandin
2016-05-30Fix bitmaskStephan Bergmann
2016-05-30Convert WINDOW flags to scoped enumNoel Grandin
2016-05-30Convert RSC_TOOLBOX to scoped enumNoel Grandin
2016-05-27Revert "remove unused RSC_DOCKWINDOW flags"Michael Stahl
2016-05-27remove unused RSC_DOCKWINDOW flagsNoel Grandin
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-26convert RSC_IMAGE to scoped enumNoel Grandin
2016-05-26remove unused WORKWIN constantsNoel Grandin
2016-05-26Convert METRICFORMATTER to scoped enumNoel Grandin
2016-05-26Convert METRICFIELD to scoped enumNoel Grandin
2016-05-25new src file has ExtraLong in use anymoreCaolán McNamara
2016-05-25no src file has BorderStyle in use anymoreCaolán McNamara
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-22Convert RSC_IMAGEBUTTON to scoped enumNoel Grandin
2016-05-22Convert RSC_IMAGELIST to scoped enumNoel Grandin
2016-05-19loplugin:unusedmethods in toolsNoel Grandin
2016-05-16remove ACCELITEM stuff from rscNoel Grandin
2016-05-16convert NUMERICFORMATTER to scoped enumNoel Grandin
2016-05-16remove unused RSC_SYSWINDOW and RSC_WORKWINNoel Grandin
2016-05-16convert RSC_MENUITEM to scoped enumNoel Grandin
2016-05-16convert RSC_MENU to scoped enumNoel Grandin
2016-05-16Convert RSWND to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-25use std::vector<> instead of embedding next pointers for ErrorHandler dataNoel Grandin
2016-04-25rename Errhdl_Impl to ErrorHandler_ImplNoel Grandin
2016-04-25rename EDcr_Impl to DynamicErrorInfo_ImplNoel Grandin
2016-04-15remove tools/solarmutex.hxxNoel Grandin
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12give tools::ResId a shave and a haircutNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in toolsNoel Grandin
2016-04-11loplugin:constantparamNoel Grandin
2016-04-04loplugin:constantparam in toolsNoel Grandin
2016-03-18tools: split out color macros into own headerChris Sherlock
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-14inline some use-once macrosNoel Grandin
2016-03-10loplugin:constantparam in toolsNoel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-06Remove unuseful nStartIndex data member (and fix indexing)Matteo Casalin
2016-03-05Do not duplicate count of itemsMatteo Casalin
2016-03-04loplugin:unuseddefaultparam in toolsNoel Grandin
2016-03-02Avoid signed/unsigned mismatch warnings with MSVCStephan Bergmann
2016-03-02Fix error C2057: expected constant expressionMatteo Casalin
2016-03-01Data member nStartIndex can be constMatteo Casalin
2016-03-01sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin