summaryrefslogtreecommitdiff
path: root/vcl/source/window/decoview.cxx
AgeCommit message (Expand)Author
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
2015-03-06vcl: fix Android buildMiklos Vajna
2015-03-06add DrawHandle to DecorationViewTomaž Vajngerl
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-18Translated German comments - find-german-comments cleanLuc Castermans
2014-02-07Renamed VCL's OutputDevice mirroring functionsChris Sherlock
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-22fdo#39674: Rename menues to menuThomas Arnhold
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-08-23Revert the TOPBOTTOM border window type, this needs another approach.Jan Holesovsky
2012-07-17Improve check for the FRAME_DRAW_NWF.Jan Holesovsky
2012-07-07Fix check for FRAME_DRAW_NWF, and thus reenable CTRL_FRAME supportRuslan Kabatsayev
2012-07-04fix drawing of calc input line when vcl backend supports CTRL_FRAMEIvan Timofeev
2012-06-07Implement native FixedLine render, add GTK support for itRuslan Kabatsayev
2012-06-02Fix operator precedence errorRuslan Kabatsayev
2012-05-30calc input line: Fix the size on Windows.Jan Holesovsky