Age | Commit message (Expand) | Author |
2024-08-11 | cid#1608541 bogus Overflowed constant | Caolán McNamara |
2024-08-10 | cid#1556058 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-05-07 | loplugin:ostr in cppcanvas | Noel Grandin |
2024-04-15 | Generalize basegfx::fround for templated return type | Mike Kaganski |
2024-01-03 | UnoApiTest::loadFromURL -> UnoApiTest::loadFromFile | Mike Kaganski |
2023-12-07 | simplify and modernise ScopedBitmapAccess | Noel Grandin |
2023-10-18 | tdf#157792 followup | Noel Grandin |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-10-07 | loplugin:ostr: automatic rewrite | Stephan Bergmann |
2023-09-22 | tdf#146619 Recheck include/c* with IWYU | Gabor Kelemen |
2023-08-28 | Fix typo | Andrea Gelmini |
2023-08-28 | new loplugin:optionalbool | Noel Grandin |
2023-08-27 | tdf#150610 fix broken rendering of text meta actions | Patrick Luby |
2023-07-25 | Convert internal vcl bitmap formats transparency->alpha (II) | Noel Grandin |
2023-07-06 | make tools::Poly*gon single-arg constructors explicit | Noel Grandin |
2023-06-19 | CppunitTest_cppcanvas_test: clang-format | Khaled Hosny |
2023-06-19 | tdf#155810: Add test | Khaled Hosny |
2023-06-19 | CppunitTest_cppcanvas_test: generalize testComposite | Khaled Hosny |
2023-06-19 | CppunitTest_cppcanvas_test: enable even if cairo canvas is not | Khaled Hosny |
2023-06-19 | CppunitTest_cppcanvas_test: use CPPUNIT_TEST_FIXTURE() | Khaled Hosny |
2023-06-18 | tdf#155810: Pass Kashida insertion positions through canvas | Khaled Hosny |
2023-06-15 | remove some misleading typedefs | Noel Grandin |
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 |