Age | Commit message (Expand) | Author |
2015-05-21 | fpicker: simplify code by std::any_of | Takeshi Abe |
2015-05-10 | -Werror=shadow | Stephan Bergmann |
2015-05-10 | Use IMPL_LINK_NOARG[_TYPED] where applicable | Stephan Bergmann |
2015-05-10 | No more need for EMPTYARG in C++11 | 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-09 | loplugin:staticmethods | Stephan Bergmann |
2015-05-07 | convert PUSHBUTTON_DROPDOWN constants to scoped enum | Noel Grandin |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
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-28 | loplugin:simplifybool | Stephan Bergmann |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-28 | DBG_PRINT_ENTRY expects a 4th arg of type int | Stephan Bergmann |
2015-04-28 | Dialog::EndDialog nResult param is of type long/VclResponseType | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-22 | convert HIB_ constants to scoped enum | Noel Grandin |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-16 | drawinglayer, editeng, forms, fpicker: convert new to ::Create. | Michael Meeks |
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 | re-insert erroneously converted delete calls. | Michael Meeks |
2015-04-10 | vclwidget: fixup locally allocated vcl::Window objects | 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 fpicker | Noel Grandin |
2015-04-09 | loplugin:staticmethods | Noel Grandin |
2015-04-02 | loplugin:redundantcast | Stephan Bergmann |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-25 | Typos | Julien Nabet |
2015-03-24 | loplugin:constantfunction: various | Noel Grandin |
2015-03-24 | tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapper | Pranav Kant |
2015-03-20 | tdf#88230: cleanup solar mutex yielding | Pranav Kant |
2015-03-14 | tdf#43157: Fix format string violations in OSL_TRACE etc. (Mac OS X) | Stephan Bergmann |
2015-03-10 | loplugin:passstuffbyref | Stephan Bergmann |
2015-03-05 | fpicker: remove checks for obsolete _WIN32_WINNT versions | Michael Stahl |
2015-02-26 | tdf#89700 Move “File type” up | Adolfo Jayme Barrientos |
2015-02-16 | add GetSelectEntryData to ListBox and ComboBox | Noel Grandin |
2015-02-07 | loplugin:deletedspecial (Mac OS X) | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |