Age | Commit message (Expand) | Author |
2015-04-10 | Lost more cleanup and fixing post re-basing. | Michael Meeks |
2015-04-10 | convert ScopedVclPtr to ScopedVclPtrInstance | Noel Grandin |
2015-04-10 | dialogs lifetimes should be wrapped in ScopedVclPtr | Noel Grandin |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | first half of non-scriptable, Instance constructor conversion. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | Move OutputDevice members to VclPtr: chart2, sfx2, cui. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: chart, canvas, cui. | Michael Meeks |
2015-04-10 | start of unwinding reference OutputDevice & Printer lifecycle. | Michael Meeks |
2015-04-10 | vclwidget: fix more places that should be wrapping in VclPtr | Noel Grandin |
2015-04-10 | cleanup Printer VclRef pieces. | Michael Meeks |
2015-04-10 | vclwidget: convert lots more sites to use VclPtr | Noel Grandin |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |
2015-04-10 | Audit and correct misc. clears -> disposeAndClears. | Michael Meeks |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | prophylactic double dispose audit. | Michael Meeks |
2015-04-09 | Double dispose protection. | Michael Meeks |
2015-04-09 | vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in chart2 | Noel Grandin |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-04-04 | ShapeToolbarController::create is unused | Caolán McNamara |
2015-04-04 | tdf#90404 OOXML chart legend import improvement | Andras Timar |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Remove redundant Reference<> from within UnoType<> uses | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-25 | Typos | Julien Nabet |
2015-03-23 | Typos | Julien Nabet |
2015-03-23 | loplugin:constantfunction: chart2 | Noel Grandin |
2015-03-20 | fix y-axis position on x-axis handling | Markus Mohrhard |
2015-03-20 | someone did not understand c++ | Markus Mohrhard |
2015-03-20 | fix typo | Markus Mohrhard |
2015-03-20 | remove whitespace | Markus Mohrhard |
2015-03-20 | no need for explicit this | Markus Mohrhard |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin |
2015-03-16 | add test for fixed dispBlanksAs OOXML import | Markus Mohrhard |
2015-03-16 | add tests for autoTitleDel flag default value fixes | Markus Mohrhard |
2015-03-13 | Typo: taget->target | Julien Nabet |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-03-13 | V803 decreased performance postfix increment | Michael Stahl |
2015-03-12 | CppCheck cleanlyness : reduce variable's scope | Michaël Lefèvre |
2015-03-11 | utl::ConfigItem::Commit() should call ClearModified() | Michael Stahl |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |
2015-03-10 | tdf#89592 Using initializer_lists to populate Sequence<PropertyValue> | Swachhand Lokhande |
2015-03-09 | V801: Decreased performance | Caolán McNamara |
2015-03-07 | SdrMarkView: aHdl -> maHdlList | Miklos Vajna |
2015-03-06 | V801: Decreased performance | Caolán McNamara |
2015-03-06 | Idle: Changed to new enum name | Tobias Madl |
2015-03-06 | Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum | Tobias Madl |
2015-03-06 | idle includes and enum use | Jennifer Liebel |