summaryrefslogtreecommitdiff
path: root/vcl/workben/vcldemo.cxx
AgeCommit message (Expand)Author
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-02compilerplugins: add "badstatics" to detect abuse of VCL BitmapsMichael Stahl
2015-10-21remove untyped Link<>Noel Grandin
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-12GetCommandLineParamCount() returns sal_uInt16Matteo Casalin
2015-09-10coverity#1323758 Uninitialized pointer fieldCaolán McNamara
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-09-02Resolve merge failure: an OutputDevice parameter not WorkWindow.Michael Meeks
2015-09-02Add another vcldemo OpenGL test to try to catch another Windows nasty.Michael Meeks
2015-08-31loplugin:staticmethodsStephan Bergmann
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-08-27vcldemo: quit popup on mouse click.Michael Meeks
2015-08-26Add menubar to vcldemo --widgets test.Michael Meeks
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-14vcldemo: fix --widgets crash-on-exitMiklos Vajna
2015-08-14vcldemo: make --widgets handle rendercontextMiklos Vajna
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-20convert ANTIALIASING constants to scoped enumNoel 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-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
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-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: 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-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