summaryrefslogtreecommitdiff
path: root/vcl/source/window/decoview.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-03vcl: Mark it as constTakeshi Abe1-1/+1
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-1/+1
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-6/+6
2015-05-19Accomodate gcc 4.2's inabilities to cope with complex templates.Thorsten Behrens1-3/+6
2015-05-15restore missing frame bordersCaolán McNamara1-1/+1
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-24/+24
2015-05-13convert FRAME_HIGHLIGHT constants to scoped enumNoel Grandin1-3/+3
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-28/+30
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin1-5/+5
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-1/+1
2015-03-06vcl: fix Android buildMiklos Vajna1-4/+6
2015-03-06add DrawHandle to DecorationViewTomaž Vajngerl1-1/+46
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-35/+38
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock1-2/+2
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-21/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-18Translated German comments - find-german-comments cleanLuc Castermans1-4/+2
2014-02-07Renamed VCL's OutputDevice mirroring functionsChris Sherlock1-1/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-02-22fdo#39674: Rename menues to menuThomas Arnhold1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-08-23Revert the TOPBOTTOM border window type, this needs another approach.Jan Holesovsky1-15/+0
2012-07-17Improve check for the FRAME_DRAW_NWF.Jan Holesovsky1-1/+1
2012-07-07Fix check for FRAME_DRAW_NWF, and thus reenable CTRL_FRAME supportRuslan Kabatsayev1-1/+1
2012-07-04fix drawing of calc input line when vcl backend supports CTRL_FRAMEIvan Timofeev1-1/+2
2012-06-07Implement native FixedLine render, add GTK support for itRuslan Kabatsayev1-0/+11
2012-06-02Fix operator precedence errorRuslan Kabatsayev1-2/+2
2012-05-30calc input line: Fix the size on Windows.Jan Holesovsky1-8/+8
2012-05-28calc input line: Native rendering of the input line.Jan Holesovsky1-0/+16
2012-05-22border window: Design by Mirek M. - make the 'shells' more lightweight.Jan Holesovsky1-0/+15
2011-12-17fix decoration drawingIvan Timofeev1-1/+1
2011-12-16DecoView cleanup: rework ImplDrawFrameMatteo Casalin1-211/+187
2011-12-07Change "menues" to "menus"Michael T. Whiteley1-1/+1
2011-12-05DecoView - a more descriptive comment about mirroring issues with checkmarksMatteo Casalin1-0/+2
2011-12-05DecoView cleanup - remove unused button stylesMatteo Casalin1-24/+5
2011-12-05DecoView cleanup - ImplDraw2ColorFrame also resizes its rectangleMatteo Casalin1-46/+18
2011-12-05DecoView cleanup - Embed OutputDevice::ImplDraw2ColorFrameMatteo Casalin1-32/+44
2011-12-05Decoview cleanup - DrawButtonMatteo Casalin1-259/+249
2011-12-05Removed unused headerMatteo Casalin1-1/+0
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-11-24Docuview cleanup: rewritten local ImplDrawSymbolMatteo Casalin1-343/+270