Age | Commit message (Expand) | Author |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-02-27 | Drop ComPtr and use sal::systools::COMReference | Mike Kaganski |
2021-02-16 | Improve checkExtension | Stephan Bergmann |
2021-02-08 | Remove unneeded breaks | Andrea Gelmini |
2021-01-18 | mac: don't put script files into Contents/MacOS or framework-bin directory | Christian Lohmaier |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-11 | Strength-reduce some OUStringToOString("..."+...) | Stephan Bergmann |
2020-12-01 | tdf#42949 Fix new IWYU warnings in directories s* | Gabor Kelemen |
2020-11-30 | loplugin:stringviewparam (Library_kf5be1) | Stephan Bergmann |
2020-11-27 | RegCreateKeyExW etc. return LSTATUS | Stephan Bergmann |
2020-11-27 | GetShortPathNameW returns DWORD | Stephan Bergmann |
2020-11-27 | Windows InterlockedIncrement/Decrement use LONG | Stephan Bergmann |
2020-11-26 | ZipFile::GetFileLongestFileNameLength is unused | Stephan Bergmann |
2020-11-25 | Better handling of Java files | Stephan Bergmann |
2020-11-19 | tdf#123936 Formatting files in module shell with clang-format | Philipp Hofer |
2020-10-02 | Use the new single-instance="true" attribute in shell | Stephan Bergmann |
2020-09-17 | fix LTO+mergedlibs on windows | Noel Grandin |
2020-09-11 | Fix the minimal build-tools target | Jan-Marek Glogowski |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann |
2020-09-05 | Improve QString to OUString conversion | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-21 | Fix typo | Andrea Gelmini |
2020-08-21 | loplugin:stringstatic (clang-cl) | Stephan Bergmann |
2020-08-11 | loplugin:flatten | Noel Grandin |
2020-08-04 | Improved loplugin:staticanonymous -> redundantstatic redux, clang-cl | Stephan Bergmann |
2020-07-23 | shell/wininet: create instances with uno constructors | Noel Grandin |
2020-07-21 | shell/simplemail: create instances with uno constructors | Noel Grandin |
2020-07-21 | shell/syssh: create instances with uno constructors | Noel Grandin |
2020-07-20 | compact namespace decl | Noel Grandin |
2020-07-17 | shell/sessioninstall: create instances with uno constructors | Noel Grandin |
2020-07-16 | shell/desktop: create instances with uno constructors | Noel Grandin |
2020-07-16 | shell/kf5: create instances with uno constructors | Noel Grandin |
2020-07-15 | shell/locale: create instances with uno constructors | Noel Grandin |
2020-07-15 | shell/syssh: create instances with uno constructors | Noel Grandin |
2020-07-14 | shell/cmdmail: create instances with uno constructors | Noel Grandin |
2020-07-14 | shell/macbe1: create instances with uno constructors | Noel Grandin |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-10 | replace usage of blacklist with denylist | Thorsten Behrens |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: shell | Stephan Bergmann |
2020-06-10 | tdf#42949 Fix IWYU warnings in shell/ | Gabor Kelemen |
2020-06-07 | Use o3tl::safeCoInitializeEx/safeCoUninitializeReinit (shell/SysShExec) | Julien Nabet |
2020-06-05 | Upcoming loplugin:elidestringvar: shell | Stephan Bergmann |
2020-05-26 | Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr | Stephan Bergmann |
2020-05-22 | Prefer CoInitializeEx instead of CoInitialize | Julien Nabet |
2020-05-21 | use for-range on Sequence in sfx2..sw | Noel Grandin |
2020-05-10 | compact namespace in sal..svgio | Noel Grandin |
2020-03-25 | Remove unused using declarations in oox...xmlsecurity | Gabor Kelemen |
2020-03-20 | Fix passing RT_RCDATA into FindResourceW | Stephan Bergmann |