Age | Commit message (Expand) | Author |
2015-06-19 | Disambiguate needlessly overloaded OGridControlModel::createColumn | Stephan Bergmann |
2015-06-18 | Fix typos | Andrea Gelmini |
2015-06-17 | Some missing SolarMutexGuard around VclPtr acquire/release | Stephan Bergmann |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-15 | cppcheck: passedByValue | Caolán McNamara |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-05 | Let JUnit take care of exceptions | Noel Grandin |
2015-06-01 | fix Windows build | Noel Grandin |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-29 | split forms unoapi test for performance | Bjoern Michaelsen |
2015-05-29 | loplugin:redundantcast: const_cast to same type | Stephan Bergmann |
2015-05-27 | convert WINDOW_DRAW flags to scoped enum | Noel Grandin |
2015-05-18 | refactor forms classes to use RenderContext | Tomaž Vajngerl |
2015-05-18 | Remove include stdio (part2) | Julien Nabet |
2015-05-11 | convert COMMAND_ constants to scoped enum | Noel Grandin |
2015-05-10 | Use IMPL_LINK_NOARG[_TYPED] where applicable | Stephan Bergmann |
2015-05-10 | Use IMPL_[STATIC_]LINK_NOARG where applicable | Stephan Bergmann |
2015-05-10 | Replace IMPL_STATIC_LINK[_TYPED] with more useful variants | Stephan Bergmann |
2015-05-08 | std::ptr_fun became deprecated since C++11 | Takeshi Abe |
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-05 | loplugin:staticmethods | Noel Grandin |
2015-05-02 | Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. | Michael Meeks |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-30 | Bin some pointless comments and reduce some vertical whitespace | Tor Lillqvist |
2015-04-29 | Remove unnecessary STATIC_LINK macro | Stephan Bergmann |
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-28 | Rephrase comparisons between bool and sal_Bool | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-21 | Get rid of trivial comphelper::query_interface wrapper | Stephan Bergmann |
2015-04-21 | Get rid of trivial comphelper::in-/decrement wrappers | Stephan Bergmann |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-16 | drawinglayer, editeng, forms, fpicker: convert new to ::Create. | Michael Meeks |
2015-04-16 | fix live children left behind at destroy | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:redundantcast: redundant const_cast followed by implicit upcast | Stephan Bergmann |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | cure a lot of unfortunate ScopedVclPtrs. | Michael Meeks |
2015-04-10 | re-insert erroneously converted delete calls. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | Noel Grandin |
2015-04-10 | basctl, forms, svx: cleanup for new VclPtr API. | Michael Meeks |
2015-04-10 | cleanup Printer VclRef pieces. | Michael Meeks |