Age | Commit message (Expand) | Author |
2015-07-06 | tdf#88206 Change uses of cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-13 | tdf#91960 presentation causes Impress crash | Noel Grandin |
2015-06-10 | tdf#90077 fix freeze when enabling media toolbar in Impress | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-04 | convert MediaState to scoped enum | Noel Grandin |
2015-05-28 | convert PARENTCLIPMODE constants to scoped enum | Noel Grandin |
2015-05-26 | convert INVALIDATE constants to scoped enum | Noel Grandin |
2015-05-22 | loplugin:constantfunction | Noel Grandin |
2015-05-22 | convert POINTER constants to scoped enum | Noel Grandin |
2015-05-21 | convert CVT constants to scoped enum | Noel Grandin |
2015-05-20 | Fix build for gcc 4.6.4. | Thorsten Behrens |
2015-05-20 | Fix reporting missing GStreamer plugins | Stephan Bergmann |
2015-05-18 | Remove include stdio (part2) | Julien Nabet |
2015-05-14 | refactor MediaWindow to use RenderContext | Tomaž Vajngerl |
2015-05-13 | First cut at reporting missing GStreamer plugins | Stephan Bergmann |
2015-05-10 | NOINSTANCE is implied now in IMPL_STATIC_LINK... | Stephan Bergmann |
2015-05-09 | Remove unused create member functions | Stephan Bergmann |
2015-05-09 | loplugin:staticmethods | Stephan Bergmann |
2015-05-09 | loplugin:implicitboolconversion | Stephan Bergmann |
2015-05-08 | lopluign:staticmethods: Handle DECL_LINK | Stephan Bergmann |
2015-05-08 | Rephrase comparisons between bool and sal_Bool | Stephan Bergmann |
2015-05-06 | Use various typed ToolBox::Set*Hdl Links | Stephan Bergmann |
2015-05-05 | vcl: rename other members of StateChangedType for consistency | Michael Stahl |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann |
2015-05-03 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-18 | Typo: thow->throw | Julien Nabet |
2015-04-16 | make CreateItemWindow return a VclPtr<>. | Michael Meeks |
2015-04-16 | avmedia: convert new to ::Create to get initial ref-counting right. | Michael Meeks |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | More lifecycle correction. | Michael Meeks |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | nail more lifecycle oddness. | Michael Meeks |
2015-04-10 | mend misc. lifecycle breakage. | Michael Meeks |
2015-04-10 | clear() is the equivalent of assigning a local ptr to NULL. | 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 | vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in avmedia | Noel Grandin |
2015-04-04 | Typo: creat->create | Julien Nabet |
2015-04-02 | loplugin:redundantcast | Stephan Bergmann |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |