summaryrefslogtreecommitdiff
path: root/vcl/workben
AgeCommit message (Expand)AuthorFilesLines
2016-02-06coverity#1308569 Uncaught exceptionCaolán McNamara1-0/+5
2016-02-06coverity#1308563 Uncaught exceptionCaolán McNamara1-0/+5
2016-02-06Fix typosAndrea Gelmini1-1/+1
2016-02-05loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2016-02-05convert B2DLineJoin to scoped enumNoel Grandin1-4/+4
2016-02-05loplugin:loopvartoosmallNoel Grandin1-2/+2
2016-02-05convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2016-02-05cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2016-02-05convert SHOW constants to scoped enumNoel Grandin1-1/+1
2016-02-05Remove include stdio (part6)Julien Nabet1-4/+1
2015-11-03svx: add result of "badstatics" plugin to fix abuse of VCL BitmapsMichael Stahl1-1/+1
2015-09-18tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks1-3/+4
2015-09-18loplugin:staticmethodsStephan Bergmann1-1/+1
2015-09-18tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks1-2/+84
2015-08-31tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks1-1/+68
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert GRID constants to scoped enumNoel Grandin1-1/+1
2015-05-20convert COPYAREA constant to bool flagNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin2-3/+3
2015-05-11refactor "workben" classes to use RenderContextTomaž Vajngerl3-106/+112
2015-05-10cppcheck: unnecessaryQualificationCaolán McNamara1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-2/+2
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin3-10/+10
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl5-11/+11
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl7-15/+15
2015-04-20vcl: convert new to ::CreateMichael Meeks4-12/+12
2015-04-13Use the new ::Create template method.Michael Meeks1-1/+1
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin1-2/+2
2015-04-10More misc. cleanup.Michael Meeks1-6/+9
2015-04-10vcl cleanup post re-base.Michael Meeks1-4/+4
2015-04-10automated VclPtrInstance conversion.Michael Meeks3-3/+3
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-1/+1
2015-04-10wrap more stuff in VclPtrNoel Grandin1-2/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin5-5/+5
2015-04-10vclptr: misc. bug fixing.Michael Meeks1-15/+15
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks1-2/+3
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-9/+17
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin5-14/+15
2015-04-09vcl: window destructors calling disposeNoel Grandin2-9/+5
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-4/+4
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-30/+40
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-18vcldemo: create --popup mode demonstrating Windows GL issue.Michael Meeks1-18/+46
2015-03-18vcldemo: make balloon help test minimal, and pop-up help on start.Michael Meeks1-4/+20