summaryrefslogtreecommitdiff
path: root/vcl/workben
AgeCommit message (Expand)Author
2015-11-03svx: add result of "badstatics" plugin to fix abuse of VCL BitmapsMichael Stahl
2015-09-18tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks
2015-09-18loplugin:staticmethodsStephan Bergmann
2015-09-18tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-08-31tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-05-20convert GRID constants to scoped enumNoel Grandin
2015-05-20convert COPYAREA constant to bool flagNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-11refactor "workben" classes to use RenderContextTomaž Vajngerl
2015-05-10cppcheck: unnecessaryQualificationCaolán McNamara
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-13Use the new ::Create template method.Michael Meeks
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin
2015-04-10More misc. cleanup.Michael Meeks
2015-04-10vcl cleanup post re-base.Michael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclptr: misc. bug fixing.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10vclwidget: make sure we have an explicit destructorNoel 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-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-18vcldemo: create --popup mode demonstrating Windows GL issue.Michael Meeks
2015-03-18vcldemo: make balloon help test minimal, and pop-up help on start.Michael Meeks
2015-03-12vcldemo: get the pane layout right.Michael Meeks
2015-03-06vcldemo: add a tooltip to debug rendering issue.Michael Meeks
2015-03-04V813: Decreased performanceCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-04coverity#1268022 Logically dead codeCaolán McNamara
2015-01-30fix buildMarkus Mohrhard
2015-01-30vcldemo: more text changesChris Sherlock
2015-01-28fix crash in vcldemoMarkus Mohrhard
2015-01-28vcldemo: include new text demoChris Sherlock
2015-01-27vcldemo: revert argument parsing breakage.Michael Meeks