Age | Commit message (Expand) | Author |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2023-12-10 | cid#1546281 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-11-18 | c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 4) | Julien Nabet |
2023-11-15 | Fix wrong context strings | Taichi Haradaguchi |
2023-11-09 | tdf#146386 fpicker,svtools: remove FTP from Remote Files dialog | Michael Stahl |
2023-11-08 | loplugin:stringstatic, lopluign:ostr (clang-cl) | Stephan Bergmann |
2023-11-08 | loplugin:unnecessarygetstr (clang-cl) | Stephan Bergmann |
2023-11-05 | shared.hxx is unused | Mike Kaganski |
2023-10-27 | Various -Werror,-Wvla-cxx-extension | Stephan Bergmann |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-21 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: fpicker | Stephan Bergmann |
2023-10-12 | Make NC_ constexpr-friendly | Stephan Bergmann |
2023-10-05 | Replace useless lcl_throwIllegalArgumentException function | Julien Nabet |
2023-07-13 | tdf#155125 add "Encrypt with GPG key" checkbox in macOS native save dialog | Patrick Luby |
2023-06-28 | Simplify a bit | Mike Kaganski |
2023-06-27 | loplugin:stringstatic look for more strings | Noel Grandin |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-05-27 | Use getXWeak in fpicker | Mike Kaganski |
2023-05-25 | merge some stringadds | Noel Grandin |
2023-05-07 | tdf#155176: only use item's URL in case filesystem path failed | Mike Kaganski |
2023-04-25 | Add script to find unused using declarations | Gabor Kelemen |
2023-04-22 | Simplify lcl_getURLFromShellItem | Mike Kaganski |
2023-04-20 | Run clang-tidy with misc-unused-using-decls on modules [d-o]* | Gabor Kelemen |
2023-04-09 | new loplugin:unnecessarygetstr | Noel Grandin |
2023-04-02 | Avoid conversions between OUString and OString in VCL | Mike Kaganski |
2023-03-10 | improve loplugin:unnecessarylocking | Noel Grandin |
2023-03-01 | no need to allocate ucbhelper::Content separately in SmartContent | Noel Grandin |
2023-02-27 | osl::Mutex->std::mutex in FileViewContentEnumerator | Noel Grandin |
2022-09-21 | use more string_view in svtools | Noel Grandin |
2022-09-05 | Simplify by using replace instead of replaceAt in loop in fpicker | Julien Nabet |
2022-08-20 | cid#1500521 silence Dereference before null check | Caolán McNamara |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-06-08 | GtkIconView uses a different way to link model and view | Caolán McNamara |
2022-06-08 | VCL add vcl::WindowPosSize abstract class | Jan-Marek Glogowski |
2022-06-01 | clang-tidy modernize-pass-by-value in fpicker | Noel Grandin |
2022-05-16 | tdf#62776 expand tooltips for + and - | Seth Chaiklin |
2022-05-07 | tdf#62776 - Add tooltip for folder location shortcuts | Andreas Heinisch |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-05-05 | tdf#146007: make sure to not hold solar mutex | Mike Kaganski |
2022-05-04 | Just use Any ctor instead of makeAny in fpicker | Stephan Bergmann |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-25 | loplugin:stringviewparam | Stephan Bergmann |
2022-04-15 | use more string_view in fpicker | Noel Grandin |
2022-04-15 | loplugin:stringview | Stephan Bergmann |
2022-04-14 | tdf#148101 don't autocomplete remote files dialog entry on delete/backspace | Caolán McNamara |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |
2022-03-22 | Simplify CoCreateInstance / CoGetClassObject with COMReference | Mike Kaganski |
2022-03-11 | tdf#114150: Remove duplication of strings found in file dialogs | Julien Nabet |
2022-03-07 | do not pass XComponentContext to officecfg::...::get() calls | Luboš Luňák |