1. 65c3c83 tdf#163410: fix missing text highlight color for outline text by Thorsten Behrens · 1 year, 6 months ago
  2. 04d3831 loplugin:ostr in cppcanvas by Noel Grandin · 1 year, 11 months ago
  3. 690526f Generalize basegfx::fround for templated return type by Mike Kaganski · 2 years ago
  4. a01a642 UnoApiTest::loadFromURL -> UnoApiTest::loadFromFile by Mike Kaganski · 2 years, 3 months ago
  5. a214ac6 simplify and modernise ScopedBitmapAccess by Noel Grandin · 2 years, 4 months ago
  6. 25f4ef5 tdf#157792 followup by Noel Grandin · 2 years, 6 months ago
  7. 6d1b241 Drop o3tl::span, can use C++20 std::span directly now by Stephan Bergmann · 2 years, 6 months ago
  8. e0c33ec loplugin:ostr: automatic rewrite by Stephan Bergmann · 2 years, 6 months ago
  9. 2f85eb7 tdf#146619 Recheck include/c* with IWYU by Gabor Kelemen · 2 years, 7 months ago
  10. 802377d Fix typo by Andrea Gelmini · 2 years, 7 months ago
  11. 68e7974 new loplugin:optionalbool by Noel Grandin · 2 years, 8 months ago
  12. e7496f4 tdf#150610 fix broken rendering of text meta actions by Patrick Luby · 2 years, 7 months ago
  13. 81994cb Convert internal vcl bitmap formats transparency->alpha (II) by Noel Grandin · 5 years ago
  14. 13d7184 make tools::Poly*gon single-arg constructors explicit by Noel Grandin · 2 years, 9 months ago
  15. 558892a CppunitTest_cppcanvas_test: clang-format by Khaled Hosny · 2 years, 10 months ago
  16. 5dfaecf tdf#155810: Add test by Khaled Hosny · 2 years, 10 months ago
  17. 1f7a367 CppunitTest_cppcanvas_test: generalize testComposite by Khaled Hosny · 2 years, 10 months ago
  18. fc72d1d CppunitTest_cppcanvas_test: enable even if cairo canvas is not by Khaled Hosny · 2 years, 10 months ago
  19. cf69509 CppunitTest_cppcanvas_test: use CPPUNIT_TEST_FIXTURE() by Khaled Hosny · 2 years, 10 months ago
  20. 68a4f00 tdf#155810: Pass Kashida insertion positions through canvas by Khaled Hosny · 2 years, 10 months ago
  21. c7dfec2 remove some misleading typedefs by Noel Grandin · 2 years, 10 months ago
  22. dccd82b MCGR: Reduce diverse GradientStyle enums to single UNO API one by Armin Le Grand (allotropia) · 3 years ago
  23. 6ca077e no need to allocate Gradient separately by Noel Grandin · 3 years, 1 month ago
  24. 00659bc improve readability of VirtualDevice constructor by Noel Grandin · 3 years, 2 months ago
  25. 2173424 drop internal support for 1-bit images by Noel Grandin · 3 years, 3 months ago
  26. cfb2a58 rename BitmapEx::GetAlpha to GetAlphaMask by Noel Grandin · 3 years, 3 months ago
  27. f9395a1 tdf#152094 retain more accuracy from RefDevMode::MSO1 by Caolán McNamara · 3 years, 4 months ago
  28. c130063 Remove some unused includes by Miklos Vajna · 3 years, 4 months ago
  29. 248be1f UnoApiTest: simplify code by using tempfile member by Xisco Fauli · 3 years, 5 months ago
  30. 331a013 UnoApiTest: factor out common code by Xisco Fauli · 3 years, 5 months ago
  31. 89c7329 test: merge CalcUnoApiTest and UnoApiTest into one by Xisco Fauli · 3 years, 6 months ago
  32. c747486 basegfx: replace typedef with a class B2DSize based on Size2D by Tomaž Vajngerl · 3 years, 7 months ago
  33. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  34. 48eb565 Replace old png writer in emfplus.cxx by offtkp · 3 years, 9 months ago
  35. 8b6c8e6 cid#1504592 Big parameter passed by value by Caolán McNamara · 3 years, 10 months ago
  36. 4199a1d Remove duplicated include by Andrea Gelmini · 3 years, 10 months ago
  37. 859e0ac clang-tidy modernize-pass-by-value in cppcanvas by Noel Grandin · 3 years, 10 months ago
  38. 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
  39. 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  40. 22f52db vcl: migrate AddGradientActions() from OutputDevice to Gradient by Chris Sherlock · 4 years, 4 months ago
  41. 0c50bf6 use comphelper::WeakComponentImplHelper in MtfRenderer by Noel Grandin · 4 years, 3 months ago
  42. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  43. ea0d55f Work around two -Werror=implicit-fallthrough= by Stephan Bergmann · 4 years, 4 months ago
  44. d519d0a Adapt CppunitTest_cppcanvas_emfplus CPPUNIT_TEST_NAME=testFdo77229::TestBody by Stephan Bergmann · 4 years, 4 months ago
  45. bc0ab08 Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions by Mike Kaganski · 4 years, 5 months ago
  46. 37429f2 Use M_PI* instead of F_PI* by Mike Kaganski · 4 years, 5 months ago
  47. b5e701d add o3tl::span ctor from std::vector by Luboš Luňák · 4 years, 5 months ago
  48. bc413e1 tools::Long->sal_Int32 in the DX arrays by Noel Grandin · 4 years, 5 months ago
  49. a9d314b Prepare for removal of non-const operator[] from Sequence in cppcanvas by Mike Kaganski · 4 years, 5 months ago
  50. 894b491 pass DX array around using o3tl::span instead of pointer by Noel Grandin · 4 years, 5 months ago
  51. 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
  52. 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
  53. d4dc6b5 use std::vector for fetching DX array data by Noel Grandin · 4 years, 7 months ago
  54. a125236 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  55. 88bf174 undo changes to TextAlign by Caolán McNamara · 4 years, 8 months ago
  56. 8689bd5 convert TextAlign to scoped enum by Caolán McNamara · 4 years, 8 months ago
  57. 46ea7c5 Simplify Sequences initializations (cppcanvas) by Julien Nabet · 4 years, 10 months ago
  58. 9090dc1 split OutputDevice from Window by Noel Grandin · 5 years ago
  59. 8348224 transform by vector length, not just X by Luboš Luňák · 5 years ago
  60. b71d9a6 do not apply line dashing in drawinglayer (tdf#136957) by Luboš Luňák · 5 years ago
  61. 3077f05 update PCHs by Caolán McNamara · 5 years ago
  62. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  63. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  64. e90a9b67 update pches by Caolán McNamara · 5 years ago
  65. c7483d4 drop operator bool and operator! from Bitmap and BitmapEx by Noel · 5 years ago
  66. b849373 vcl: add initializer_list constructor to BitmapPalette and use it by Tomaž Vajngerl · 5 years ago
  67. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  68. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  69. 68bc6a5 add PixelFormat enum that replaces bit count in Bitmap/BitmapEx by Tomaž Vajngerl · 5 years ago
  70. a73f24f update pches by Julien Nabet · 5 years ago
  71. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  72. cc3b9c0 update pches by Julien Nabet · 5 years ago
  73. 2bcb38a update pches by Julien Nabet · 5 years ago
  74. 2372ce8 update pches by Caolán McNamara · 5 years ago
  75. 860b2d0 update pches by Caolán McNamara · 5 years ago
  76. d765ec2 transparency->alpha in tools::Color by Noel · 5 years ago
  77. 388c089 use new toRadians function in more places by Noel Grandin · 5 years ago
  78. 86c943b Cleanups after vcl/bitmapaccess.hxx splitting by Ilmari Lauhakangas · 5 years ago
  79. 88c0e46 custom literal for Degree10 by Noel Grandin · 5 years ago
  80. 5a42282 update pches by Caolán McNamara · 5 years ago
  81. 1ac4498 update pches by Caolán McNamara · 5 years ago
  82. 3d90997 make tools::Long 64-bit on Windows platform by Noel Grandin · 5 years ago
  83. 7a09d67 convert some more long -> tools::Long by Noel · 5 years ago
  84. 5e43e88 use tools::Long in comphelper..cui by Noel · 5 years ago
  85. 0fb58a1 new tools::Degree10 strong typedef by Noel Grandin · 5 years ago
  86. 269cf9d Resolves: tdf#137071 draw canvas under/over lines after background by Caolán McNamara · 6 years ago
  87. 72fd000 update pches by Caolán McNamara · 6 years ago
  88. 2449163 tdf#124176 Use #pragma once in cppcanvas by George Bateman · 6 years ago
  89. cef50b5 move Edit into toolkit only headers by Caolán McNamara · 6 years ago
  90. 98b4744 remove some unused includes and update pches by Caolán McNamara · 6 years ago
  91. 70a0081 SvTreeListBox can move into toolkit headers now by Caolán McNamara · 6 years ago
  92. baed93c compact namespace: cppcanvas by Noel Grandin · 6 years ago
  93. b050b7e update pches by Caolán McNamara · 6 years ago
  94. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  95. 29c5e1c cui,cppcanvas: create instances with uno constructors by Noel Grandin · 6 years ago
  96. b83ac35 loplugin:simplifypointertobool improve (2) by Noel Grandin · 6 years ago
  97. 054c0e7 loplugin:simplifypointertobool improve by Noel Grandin · 6 years ago
  98. e84d054 Make loplugin:simplifypointertobool handle parenthesized expressions by Stephan Bergmann · 6 years ago
  99. fe6cce0 Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr by Stephan Bergmann · 6 years ago
  100. 366d08f new loplugin:simplifypointertobool by Noel Grandin · 6 years ago