Age | Commit message (Expand) | Author |
2023-04-21 | MCGR: Reduce diverse GradientStyle enums to single UNO API one | Armin Le Grand (allotropia) |
2023-03-01 | no need to allocate Gradient separately | Noel Grandin |
2023-02-07 | improve readability of VirtualDevice constructor | Noel Grandin |
2023-01-12 | drop internal support for 1-bit images | Noel Grandin |
2023-01-11 | rename BitmapEx::GetAlpha to GetAlphaMask | Noel Grandin |
2022-12-02 | tdf#152094 retain more accuracy from RefDevMode::MSO1 | Caolán McNamara |
2022-11-24 | Remove some unused includes | Miklos Vajna |
2022-11-08 | UnoApiTest: simplify code by using tempfile member | Xisco Fauli |
2022-10-24 | UnoApiTest: factor out common code | Xisco Fauli |
2022-10-21 | test: merge CalcUnoApiTest and UnoApiTest into one | Xisco Fauli |
2022-09-11 | basegfx: replace typedef with a class B2DSize based on Size2D | Tomaž Vajngerl |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-19 | Replace old png writer in emfplus.cxx | offtkp |
2022-06-14 | cid#1504592 Big parameter passed by value | Caolán McNamara |
2022-06-03 | Remove duplicated include | Andrea Gelmini |
2022-06-02 | clang-tidy modernize-pass-by-value in cppcanvas | Noel Grandin |
2022-05-09 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | Pragat Pandya |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2022-01-05 | vcl: migrate AddGradientActions() from OutputDevice to Gradient | Chris Sherlock |
2021-12-27 | use comphelper::WeakComponentImplHelper in MtfRenderer | Noel Grandin |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-06 | Work around two -Werror=implicit-fallthrough= | Stephan Bergmann |
2021-12-06 | Adapt CppunitTest_cppcanvas_emfplus CPPUNIT_TEST_NAME=testFdo77229::TestBody | Stephan Bergmann |
2021-11-19 | Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions | Mike Kaganski |
2021-11-19 | Use M_PI* instead of F_PI* | Mike Kaganski |
2021-10-31 | add o3tl::span ctor from std::vector | Luboš Luňák |
2021-10-30 | tools::Long->sal_Int32 in the DX arrays | Noel Grandin |
2021-10-29 | Prepare for removal of non-const operator[] from Sequence in cppcanvas | Mike Kaganski |
2021-10-29 | pass DX array around using o3tl::span instead of pointer | Noel Grandin |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-09-28 | vcl: rename OutDevState to Stack | Chris Sherlock |
2021-09-04 | use std::vector for fetching DX array data | Noel Grandin |
2021-08-28 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-18 | undo changes to TextAlign | Caolán McNamara |
2021-07-30 | convert TextAlign to scoped enum | Caolán McNamara |
2021-06-08 | Simplify Sequences initializations (cppcanvas) | Julien Nabet |
2021-05-17 | split OutputDevice from Window | Noel Grandin |
2021-05-06 | transform by vector length, not just X | Luboš Luňák |
2021-04-29 | do not apply line dashing in drawinglayer (tdf#136957) | Luboš Luňák |
2021-04-12 | update PCHs | Caolán McNamara |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-04-06 | update pches | Caolán McNamara |
2021-03-28 | drop operator bool and operator! from Bitmap and BitmapEx | Noel |
2021-03-26 | vcl: add initializer_list constructor to BitmapPalette and use it | Tomaž Vajngerl |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-21 | update pches | Caolán McNamara |
2021-03-13 | add PixelFormat enum that replaces bit count in Bitmap/BitmapEx | Tomaž Vajngerl |
2021-03-13 | update pches | Julien Nabet |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |