summaryrefslogtreecommitdiff
path: root/vcl/source/window/brdwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-20loplugin:defaultparamsStephan Bergmann1-5/+3
2015-10-15loplugin:vclwidgetsStephan Bergmann1-1/+1
2015-10-15vcl: Initial NotebookBar implementation.Jan Holesovsky1-14/+39
2015-10-09Abstract out repeated code into lambdasStephan Bergmann1-43/+29
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-09tdf#92055 - make ImplBorderWindow more tolerant of post-dispose events.Michael Meeks1-5/+10
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-19rendercontext: Fix painting of double-buffered spinboxes.Jan Holesovsky1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-2/+2
2015-05-25convert ACTIVATE_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-24rendercontext: Fix border window's painting to work well with rendercontext.Jan Holesovsky1-10/+5
2015-05-23loplugin:staticmethodsStephan Bergmann1-555/+545
2015-05-22rendercontext: Make borderwindow painting via rendercontext.Jan Holesovsky1-75/+70
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-6/+6
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-5/+5
2015-05-22convert TITLE_BUTTON constants to scoped enumNoel Grandin1-4/+4
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-4/+4
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-10/+10
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-8/+9
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara1-8/+5
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert BUTTON_DRAW constants to scoped enumNoel Grandin1-70/+70
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-16/+18
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-07new clang plugin: rendercontextNoel Grandin1-5/+5
2015-05-07refactor BorderWindowView to use RenderContextfeature/rendercontextTomaž Vajngerl1-158/+160
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-3/+3
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+13
2015-04-25gtk3: get the right height for Combo boxesCaolán McNamara1-6/+3
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara1-7/+15
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-5/+5
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-0/+8
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-02-24Typo: curently->currentlyJulien Nabet1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-6/+6
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-2/+2
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-12/+12
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-7/+7
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-3/+3
2014-09-30fdo#82577: Handle RegionNoel Grandin1-3/+3
2014-09-29loplugin: cstylecastNoel Grandin1-12/+12