summaryrefslogtreecommitdiff
path: root/vcl/source/window/brdwin.cxx
AgeCommit message (Expand)Author
2015-05-22rendercontext: Make borderwindow painting via rendercontext.Jan Holesovsky
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-22convert TITLE_BUTTON constants to scoped enumNoel Grandin
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin
2015-05-13convert BUTTON_DRAW 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-05-07new clang plugin: rendercontextNoel Grandin
2015-05-07refactor BorderWindowView to use RenderContextfeature/rendercontextTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-25gtk3: get the right height for Combo boxesCaolán McNamara
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks
2015-04-01loplugin:staticfunctionNoel Grandin
2015-02-24Typo: curently->currentlyJulien Nabet
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky
2014-09-10vcl: remove dead code from brdwin.cxxChris Sherlock
2014-04-02coverity#708642 Uninitialized pointer fieldCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-13Spelling fix: pinedTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-18Translated German comments - find-german-comments cleanLuc Castermans
2014-01-28bool improvementsStephan Bergmann