summaryrefslogtreecommitdiff
path: root/vcl/source/window/decoview.cxx
AgeCommit message (Expand)Author
2023-07-26no need to check IsMapModeEnabled hereNoel Grandin
2023-02-07tdf#153321 use SeparatorColor for FixedLineCaolán McNamara
2022-10-05Resolves: tdf#151351 rework flat button renderingCaolán McNamara
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao
2021-11-18draw symbols using polygons instead of raster of linesLuboš Luňák
2021-09-29drop 'using namespace std' hereRoman Kuznetsov
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-05-17split OutputDevice from WindowNoel Grandin
2021-02-25drop archaic rollable supportCaolán McNamara
2020-11-19tdf#138010 (I) Pass bounding rect when natively drawing frameMichael Weghorn
2020-10-19use tools::Long in vclNoel
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-06-04tdf#74702 vcl: extract GetMonochromeButtonColor()Chris Sherlock
2020-06-02tdf#74702 vcl: extract GetButtonBorderSize()Chris Sherlock
2019-05-14Switch everyone to stricter GetColorErrorJan-Marek Glogowski
2019-04-15loplugin:sequentialassign in vclNoel Grandin
2019-03-09replace feeble triangle drawing with DrawPolygonCaolán McNamara
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-27remove unused DrawButtonFlags enum valueNoel Grandin
2018-11-06convert some macros to local functionsNoel Grandin
2018-07-13Inaccurate symbol signs fixed (tdf#118381)Thorsten Wagner
2018-03-07use more Color in vclNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-16remove unused enumerators from SymbolType enumNoel Grandin
2017-02-14Convert WindowType to scoped enumNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-20Convert PART to scoped enumNoel Grandin
2016-05-31Convert ControlType to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin
2016-02-08tdf#97573 Calc tabbar: plus sign with narrower, but min. 2px linesLászló Németh
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-03vcl: Mark it as constTakeshi Abe
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-19Accomodate gcc 4.2's inabilities to cope with complex templates.Thorsten Behrens
2015-05-15restore missing frame bordersCaolán McNamara
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin
2015-05-13convert FRAME_HIGHLIGHT constants to scoped enumNoel Grandin
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin