Age | Commit message (Expand) | Author |
2022-06-02 | std::move SfxPoolItem into SfxItemSet where possible | Noel Grandin |
2022-05-31 | jsdialog: introduce popup management | Szymon Kłos |
2022-05-20 | new loplugin:unnecessary locking | Noel Grandin |
2022-05-18 | Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself | Stephan Bergmann |
2022-05-18 | Replace OFFSET_OF macro with a function template | Stephan Bergmann |
2022-05-05 | loplugin:unusedvariableplus | Noel Grandin |
2022-05-05 | Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLY | Stephan Bergmann |
2022-05-03 | add o3tl::matchIgnoreAsciiCase | Noel Grandin |
2022-05-03 | add o3tl::equalsAscii | Noel Grandin |
2022-05-02 | Just use Any ctor instead of makeAny in writerperfect | Stephan Bergmann |
2022-04-30 | new loplugin:stringviewdangle | Noel Grandin |
2022-04-29 | Use the false warning suppression mechanism for loplugin:fakebool | Stephan Bergmann |
2022-04-26 | add o3tl::toUInt32 | Noel Grandin |
2022-04-25 | Introduce a better mechanism to suppress false loplugin warnings | Stephan Bergmann |
2022-04-21 | Fix typo | Andrea Gelmini |
2022-04-21 | tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line joints | Bartosz Kosiorek |
2022-04-20 | loplugin:stringviewvar disable for now | Noel Grandin |
2022-04-19 | new loplugin:stringviewvar looks for OUString vars that can be | Noel Grandin |
2022-04-17 | loplugin:stringviewparam convert methods using copy() | Noel Grandin |
2022-04-15 | Adapt to clang::PPCallbacks::InclusionDirective change in Clang 15 trunk | Stephan Bergmann |
2022-04-15 | Introduce rtl::createUriCharClass | Stephan Bergmann |
2022-04-14 | Use DeclCheck at one place in loplugin:implicitboolconversion | Stephan Bergmann |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-12 | gtk4: add a surface_cell_renderer | 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-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-04-08 | loplugin:stringviewparam convert methods using trim | Noel Grandin |
2022-04-05 | Simplify GlobalNamespace check | Stephan Bergmann |
2022-04-04 | Fix GlobalNamespace check | Stephan Bergmann |
2022-04-03 | loplugin:stringviewparam convert methods using match | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using compareTo | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-03-28 | -Werror,-Wunused-but-set-variable | Stephan Bergmann |
2022-03-28 | Drop support for OpenGL denylist on X11 | Stephan Bergmann |
2022-03-28 | Adapt loplugin:singlevalfields to AtomicExpr | Stephan Bergmann |
2022-03-25 | loplugins ignoreLocation() is unreliable with PCH | Noel Grandin |
2022-03-24 | Adapt loplugin:trivialconsructor to clang-cl | Stephan Bergmann |
2022-03-24 | loplugin:constantparam improvements | Noel Grandin |
2022-03-23 | loplugin:unusedfields | Noel Grandin |
2022-03-22 | Adapt loplugin:indentation to --enable-qt6 | Stephan Bergmann |
2022-03-22 | Win/X11OpenGLDeviceInfo don't need a common base class | Stephan Bergmann |
2022-03-16 | Consistently avoid loplugin:trivialconstructor when there are defaulted params | Stephan Bergmann |
2022-03-16 | Fix loplugin:trivialconstructor handling of ctor templates | Stephan Bergmann |
2022-03-15 | Simplify loplugin:trivialdestructor | Stephan Bergmann |
2022-03-15 | loplugin:trivialdestructor: Remove spurious anonymous union special case | Stephan Bergmann |
2022-03-15 | Check that loplugin:trivialdestructor doesn't warn about deleted dtors | Stephan Bergmann |
2022-03-15 | loplugin:trivialdestructor: Only warn about definitions | Stephan Bergmann |
2022-03-14 | new loplugin:trivialconstructor | Noel Grandin |
2022-03-11 | load ods/xlsx with full row attributes without allocating all columns | Luboš Luňák |