Age | Commit message (Expand) | Author |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-06-18 | tdf#155810: Pass Kashida insertion positions through canvas | Khaled Hosny |
2022-12-02 | tdf#152094 retain more accuracy from RefDevMode::MSO1 | Caolán McNamara |
2022-06-02 | clang-tidy modernize-pass-by-value in cppcanvas | Noel Grandin |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2021-10-30 | tools::Long->sal_Int32 in the DX arrays | Noel Grandin |
2021-10-29 | pass DX array around using o3tl::span instead of pointer | Noel Grandin |
2021-09-28 | vcl: rename OutDevState to Stack | Chris Sherlock |
2021-08-18 | undo changes to TextAlign | Caolán McNamara |
2021-07-30 | convert TextAlign to scoped enum | Caolán McNamara |
2020-10-21 | use tools::Long in comphelper..cui | Noel |
2020-07-16 | compact namespace: cppcanvas | Noel Grandin |
2020-05-08 | compact namespace in canvas..cui | Noel Grandin |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2019-12-19 | tdf#124176: Use pragma once instead of include guards | Yusuf Keten |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-10-31 | tdf#42949 Fix IWYU warnings in cppcanvas/ | Gabor Kelemen |
2019-03-05 | tdf#42949 Fix IWYU warnings in include/cppcanvas/* | Gabor Kelemen |
2019-02-25 | loplugin:unusedfields in various | Noel Grandin |
2018-12-10 | loplugin:unnecessaryvirtual | Noel Grandin |
2018-12-10 | loplugin:unusedfields | Noel Grandin |
2018-12-09 | loplugin:unusedmethods | Noel Grandin |
2018-12-07 | tdf#111486 Removed not used EMF+ code | Bartosz Kosiorek |
2018-11-05 | tdf#37636 take care of MetaOverlineColorAction in mtfrenderer. | Mark Hung |
2018-10-31 | tdf#43671 creatCanvasFont with EmphasisMark. | Mark Hung |
2018-03-14 | loplugin:unusedmethods | Noel Grandin |
2018-01-19 | loplugin:unusedmethods also check for functions returning bool | Noel Grandin |
2017-12-06 | Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx | Stephan Bergmann |
2017-11-03 | loplugin:constmethod in drawinglayer | Noel Grandin |
2017-10-27 | remove GetSwapFloat nonsense from all 3 EMF readers | Michael Stahl |
2017-10-23 | loplugin:includeform: cppucanvas | Stephan Bergmann |
2017-10-09 | remove cppcanvas Color class | Noel Grandin |
2017-08-24 | loplugin:useuniqueptr in cppcanvas | Noel Grandin |
2017-08-12 | tdf#96099 Remove ActionSharedPtr typedef | Ivan Safonov |
2017-07-28 | loplugin:checkunusedparams more part1 | Noel Grandin |
2017-07-20 | loplugin:constparams in cppcanvas | Noel Grandin |
2017-04-24 | EMF+ Add initial support for EmfPlusStringFormat Object | Bartosz Kosiorek |
2017-04-13 | tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform record | Bartosz Kosiorek |
2017-03-31 | tdf#82580 tools: rename Rectangle to tools::Rectangle | Miklos Vajna |
2017-02-15 | Drop :: prefix from std in c*/ | Tor Lillqvist |
2017-02-03 | new loplugin:unusedenumconstants | Noel Grandin |
2016-11-21 | cppcanvas, oox: add missing #include <osl/endian.h> | Michael Stahl |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-05-30 | Convert FontRelief to scoped enum | Noel Grandin |
2016-05-09 | convert FONT_EMPHASIS_MARK to scoped enum | Noel Grandin |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-01-31 | tools: rename FontUnderline to FontLineStyle | Chris Sherlock |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-14 | boost->std | Caolán McNamara |