Age | Commit message (Expand) | Author |
2016-11-29 | loplugin:vclwidgets check for assigning from VclPt<T> to T* | Noel Grandin |
2016-11-24 | vcl: rename Window::Notify to EventNotify | Michael Stahl |
2016-11-11 | update vclwidget loplugin to find ref-dropping assigment | Noel Grandin |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-06-24 | loplugin:singlevalfields in svtools | Noel Grandin |
2016-05-11 | clang-tidy modernize-loop-convert in scripting to svtools | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-04 | yyyyy | Noel Grandin |
2015-10-30 | com::sun::star->css in svtools | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-07 | svtools: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-28 | make PostUserEvent Link<> typed | Noel Grandin |
2015-08-25 | SvResizeHelper::ValidateRect, simplify logic | Noel Grandin |
2015-07-14 | loplugin:unusedmethods svtools | Noel Grandin |
2015-06-02 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-22 | convert POINTER constants to scoped enum | Noel Grandin |
2015-05-11 | refactor SvResizeWindow to use RenderContext | Tomaž Vajngerl |
2015-05-10 | NOINSTANCE is implied now in IMPL_STATIC_LINK... | Stephan Bergmann |
2015-05-10 | Replace IMPL_STATIC_LINK[_TYPED] with more useful variants | Stephan Bergmann |
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-17 | svtools: convert new to ::Create. | Noel Grandin |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2014-12-01 | fdo#84938: replace EVENT_ constants with enum | Tobias Madl |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-08-07 | Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy | Stephan Bergmann |
2014-05-18 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17 | Julien Nabet |
2014-05-11 | fix-includes.pl: svtools | Thomas Arnhold |
2014-05-08 | svtools: sal_Bool->bool | Noel Grandin |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-10 | svtools: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-25 | Remove visual noise from svtools | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann |
2014-02-20 | Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx | Tobias Lippert |
2014-01-29 | bool improvements | Stephan Bergmann |
2014-01-22 | Introduce static inline cppu::acquire(), and make use of that. | Jan Holesovsky |
2014-01-21 | Change _get_implementation()'s not to do initialization directly. | Jan Holesovsky |
2014-01-21 | bool improvements | Stephan Bergmann |
2014-01-20 | Minimize the constructor functions to a bare minimum. | Jan Holesovsky |
2014-01-18 | Unify ctor functions for component implementations. | Matúš Kukan |
2014-01-18 | Window::PreNotify should return bool | Stephan Bergmann |