Age | Commit message (Expand) | Author |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-04 | convert B2DLineJoin to scoped enum | Noel Grandin |
2015-06-02 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-26 | convert INVALIDATE constants to scoped enum | Noel Grandin |
2015-05-25 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-25 | convert SHOW constants to scoped enum | Noel Grandin |
2015-05-23 | Remove include stdio (part6) | Julien Nabet |
2015-05-20 | convert ANTIALIASING constants to scoped enum | Noel Grandin |
2015-05-20 | convert GRID constants to scoped enum | Noel Grandin |
2015-05-20 | convert COPYAREA constant to bool flag | Noel Grandin |
2015-05-20 | convert TEXT_DRAW constants to scoped enum | Noel Grandin |
2015-05-11 | refactor "workben" classes to use RenderContext | Tomaž Vajngerl |
2015-05-10 | cppcheck: unnecessaryQualification | Caolán McNamara |
2015-05-10 | NOINSTANCE is implied now in IMPL_STATIC_LINK... | Stephan Bergmann |
2015-05-08 | lopluign:staticmethods: Handle DECL_LINK | Stephan Bergmann |
2015-05-06 | convert BMP_SCALE constant to scoped enum | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-04-29 | fix compile: delegate RenderContext parameter to super | Tomaž Vajngerl |
2015-04-29 | replace Paint calls to Invalidate + fix compilation | Tomaž Vajngerl |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-20 | vcl: convert new to ::Create | Michael Meeks |
2015-04-13 | Use the new ::Create template method. | Michael Meeks |
2015-04-10 | convert ScopedVclPtr to ScopedVclPtrInstance | Noel Grandin |
2015-04-10 | More misc. cleanup. | Michael Meeks |
2015-04-10 | vcl cleanup post re-base. | Michael Meeks |
2015-04-10 | automated VclPtrInstance conversion. | Michael Meeks |
2015-04-10 | vclptr: create Instance helpers, and set initial ref-count to 1. | Michael Meeks |
2015-04-10 | wrap more stuff in VclPtr | Noel Grandin |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | vclptr: misc. bug fixing. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation. | Michael Meeks |
2015-04-10 | vclwidget: fix more places that should be wrapping in VclPtr | Noel Grandin |
2015-04-10 | vclwidget: make sure we have an explicit destructor | Noel Grandin |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr | Noel Grandin |
2015-04-09 | vcl: window destructors calling dispose | Noel Grandin |
2015-04-09 | vcl: rename VclReference to VclPtr | Noel Grandin |
2015-04-09 | manage VCL widgets using rtl::Reference | Noel Grandin |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-03-18 | vcldemo: create --popup mode demonstrating Windows GL issue. | Michael Meeks |
2015-03-18 | vcldemo: make balloon help test minimal, and pop-up help on start. | Michael Meeks |
2015-03-12 | vcldemo: get the pane layout right. | Michael Meeks |
2015-03-06 | vcldemo: add a tooltip to debug rendering issue. | Michael Meeks |
2015-03-04 | V813: Decreased performance | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-04 | coverity#1268022 Logically dead code | Caolán McNamara |
2015-01-30 | fix build | Markus Mohrhard |
2015-01-30 | vcldemo: more text changes | Chris Sherlock |