Age | Commit message (Expand) | Author |
2020-03-21 | Fix typo | Andrea Gelmini |
2020-03-14 | tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. | Yukio Siraichi |
2020-03-12 | tdf#130976 replace `rtl::math::isInf` with `std::inf`. | Yukio Siraichi |
2020-03-12 | tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`. | Yukio Siraichi |
2020-03-04 | vcl: rename GetContext to GetReaderContext in Graphic | Tomaž Vajngerl |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2020-02-16 | clang-format f*,h* with under 5-percent lines of change | Muhammet Kara |
2020-02-14 | Fix typo | Andrea Gelmini |
2020-02-14 | tdf#42949 Fix IWYU warnings in forms/ | Gabor Kelemen |
2020-02-01 | make update_pch also consider files in <module>/src/**/inc | Luboš Luňák |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-09 | Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int... | Stephan Bergmann |
2020-01-08 | Grammar fixes | Andrea Gelmini |
2019-12-29 | tdf#124176: Use pragma once instead of include guards | Aleyna Doğrucan |
2019-12-29 | tdf#124176: Use pragma once instead of include guards | Aleyna Doğrucan |
2019-12-26 | use more TOOLS_WARN_EXCEPTION | Noel Grandin |
2019-12-20 | tdf#124176: Use pragma once instead of include guards | Onur Yilmaz |
2019-12-19 | sal_Char->char in forms..framework | Noel Grandin |
2019-12-13 | loplugin:expandablemethods | Noel Grandin |
2019-12-12 | Remove some redundant user-provided dtors | Stephan Bergmann |
2019-12-04 | some std::set->o3tl::sorted_vector | Noel Grandin |
2019-12-03 | remove some useless comment lines | Noel Grandin |
2019-12-03 | loplugin:mergeclases ICommandImageProvider with DocumentCommandImageProvider | Noel Grandin |
2019-12-03 | Use initializer set instead of using several inserts (forms/Columns) | Julien Nabet |
2019-12-02 | use weld::WaitObject with an explicit target | Caolán McNamara |
2019-12-02 | extract to a GetDialogParent method | Caolán McNamara |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-11-26 | tdf#126043 fetch the command properties just once | Caolán McNamara |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-17 | Extend loplugin:external to warn about enums | Stephan Bergmann |
2019-10-31 | avoid intermediate vcl::Windows | Caolán McNamara |
2019-10-31 | Fix StringAdd::isCompileTimeConstant | Stephan Bergmann |
2019-10-30 | Fix Plugin::containsPreprocessingConditionalInclusion | Stephan Bergmann |
2019-10-21 | loplugin:virtualdead unused params in forms | Noel Grandin |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-09-26 | loplugin:constmethod in forms..fpicker | Noel Grandin |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák |
2019-09-17 | move GetStandardText to stdtext.hxx | Caolán McNamara |
2019-09-06 | return unique_ptr from :svt::GraphicAccess::getImageStream | Noel Grandin |
2019-09-06 | tdf#39593 use isUnoTunnelId | Arkadiy Illarionov |
2019-09-06 | Typos | Andrea Gelmini |
2019-08-24 | loplugin:returnconstval in desktop..forms | Noel Grandin |
2019-08-20 | Fix typos | Andrea Gelmini |
2019-08-17 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Julien Nabet |
2019-08-17 | tdf#125340 transport preferred dialog parent down the migration dialog | Caolán McNamara |
2019-08-16 | use more TOOLS_WARN_EXCEPTION | Noel Grandin |
2019-08-15 | loplugin:sequenceloop in forms..oox | Noel Grandin |