Age | Commit message (Expand) | Author |
2024-09-16 | cid#1607350 Data race condition | Caolán McNamara |
2024-07-17 | Use IsRunningUnitTest / IsRunningUITest consistently | Mike Kaganski |
2024-07-16 | use generic clipboard when running UI tests | Noel Grandin |
2024-05-10 | loplugin:ostr in vcl | Noel Grandin |
2023-11-20 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl) | Julien Nabet |
2023-05-28 | Use getXWeak in vcl | Mike Kaganski |
2023-02-06 | Make LOKClipboard available to other modules | Szymon Kłos |
2022-05-15 | use comphelper::WeakComponentImplHelper in GenericClipboard | Noel Grandin |
2022-02-11 | lok: add private member transfer data to GenericDragSource | Henry Castro |
2022-01-07 | VCL move platform code from mouse.cxx into plugins | Jan-Marek Glogowski |
2022-01-06 | We don't want or need any LOKClipboard on iOS | Tor Lillqvist |
2021-03-09 | Don't use uninitialized member to initialize base class | Mike Kaganski |
2020-07-31 | tdf#135212 Don't crash when unable to create clipboard | Michael Weghorn |
2020-07-07 | vcl/clipboard: create instances with uno constructors | Noel Grandin |
2020-04-08 | Make SalInstance::CreateClipboard return a single instance in the non-LOK case | Stephan Bergmann |
2020-01-27 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Burak Bala |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-10-01 | loplugin:stringconstant (clang-cl) | Stephan Bergmann |
2019-08-18 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Julien Nabet |
2019-08-10 | loplugin:stringconstant (macOS) | Stephan Bergmann |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): vcl | Stephan Bergmann |
2019-07-02 | tdf#42949 Fix IWYU warnings in vcl/source/[a-e]* | Gabor Kelemen |
2019-05-28 | tdf#124752: Add system clipboard interface for iOS | Tor Lillqvist |
2019-04-07 | Don't use resettable/clearable guard where plain guard is enough | Mike Kaganski |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-11-03 | Replace some lists by vectors (vcl) | Julien Nabet |
2017-10-23 | loplugin:includeform: vcl | Stephan Bergmann |
2017-07-28 | loplugin:checkunusedparams more part1 | Noel Grandin |
2017-04-25 | enable clipboard service for android | Tomaž Vajngerl |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-11-23 | loplugin:unnecessaryoverride (dtors) in vcl | Stephan Bergmann |
2016-10-26 | loplugin:expandablemethods in vcl | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-04-28 | teach stylepolice plugin about ref-counted-pointer naming | Noel Grandin |
2016-02-13 | vcl: include vcl headers via triangular brackets instead of quotes | Chris Sherlock |
2015-11-18 | com::sun::star->css in vcl/ | Noel Grandin |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-11 | vcl: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-01-26 | Visible function type RTTI for Clang -fsanitize=function | Stephan Bergmann |
2014-04-08 | Clean up function declarations and some unused functions | Stephan Bergmann |
2014-04-02 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-28 | sal_Bool -> bool in mostly vcl module | Chris Sherlock |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |