summaryrefslogtreecommitdiffstats
path: root/vcl/workben
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* convert B2DLineJoin to scoped enumNoel Grandin2015-06-041-4/+4
* loplugin:loopvartoosmallNoel Grandin2015-06-021-2/+2
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-251-2/+2
* convert SHOW constants to scoped enumNoel Grandin2015-05-251-1/+1
* Remove include stdio (part6)Julien Nabet2015-05-231-4/+1
* convert ANTIALIASING constants to scoped enumNoel Grandin2015-05-201-2/+2
* convert GRID constants to scoped enumNoel Grandin2015-05-201-1/+1
* convert COPYAREA constant to bool flagNoel Grandin2015-05-201-1/+1
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-202-3/+3
* refactor "workben" classes to use RenderContextTomaž Vajngerl2015-05-113-106/+112
* cppcheck: unnecessaryQualificationCaolán McNamara2015-05-101-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-2/+2
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-061-4/+4
* loplugin:staticmethodsNoel Grandin2015-05-053-10/+10
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-295-11/+11
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-297-15/+15
* vcl: convert new to ::CreateMichael Meeks2015-04-204-12/+12
* Use the new ::Create template method.Michael Meeks2015-04-131-1/+1
* convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin2015-04-101-2/+2
* More misc. cleanup.Michael Meeks2015-04-101-6/+9
* vcl cleanup post re-base.Michael Meeks2015-04-101-4/+4
* automated VclPtrInstance conversion.Michael Meeks2015-04-103-3/+3
* vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks2015-04-101-1/+1
* wrap more stuff in VclPtrNoel Grandin2015-04-101-2/+1
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-105-5/+5
* vclptr: misc. bug fixing.Michael Meeks2015-04-101-15/+15
* Fix OutputDevice members / stack allocation.Michael Meeks2015-04-101-2/+3
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-2/+2
* vclwidget: make sure we have an explicit destructorNoel Grandin2015-04-101-0/+1
* vclwidget: only call dispose() onceNoel Grandin2015-04-102-2/+2
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-103-9/+17
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-095-14/+15
* vcl: window destructors calling disposeNoel Grandin2015-04-092-9/+5
* vcl: rename VclReference to VclPtrNoel Grandin2015-04-091-4/+4
* manage VCL widgets using rtl::ReferenceNoel Grandin2015-04-091-30/+40
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* vcldemo: create --popup mode demonstrating Windows GL issue.Michael Meeks2015-03-181-18/+46
* vcldemo: make balloon help test minimal, and pop-up help on start.Michael Meeks2015-03-181-4/+20
* vcldemo: get the pane layout right.Michael Meeks2015-03-121-2/+10
* vcldemo: add a tooltip to debug rendering issue.Michael Meeks2015-03-061-4/+26
* V813: Decreased performanceCaolán McNamara2015-03-041-3/+3
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-2/+2
* coverity#1268022 Logically dead codeCaolán McNamara2015-02-041-1/+1
* fix buildMarkus Mohrhard2015-01-301-2/+0
* vcldemo: more text changesChris Sherlock2015-01-301-20/+64
* fix crash in vcldemoMarkus Mohrhard2015-01-281-1/+1