1. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  2. fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
  3. 117d962 Consolidate calls to GetLocalizedChar into one helper function by Neil Roberts · 5 months ago
  4. 82f055e new loplugin:narrow by Noel Grandin · 5 months ago
  5. 40e5bc6 lets have just one getB2DRange function/method by Noel Grandin · 6 months ago
  6. 6d0e5dd remove BitmapEx by Noel Grandin · 7 months ago
  7. 98af360 BitmapEx->Bitmap in cppcanvas by Noel Grandin · 7 months ago
  8. 232d763 BitmapEx->Bitmap in MetaBmpExScalePartAction by Noel Grandin · 7 months ago
  9. 3ab47e2 BitmapEx->Bitmap in MetaBmpExScaleAction by Noel Grandin · 7 months ago
  10. 0680ba0 BitmapEx->Bitmap in MetaBmpExAction by Noel Grandin · 7 months ago
  11. 66b0aab use Graphic::GetBitmap instead of Graphic::GetBitmapEx by Noel Grandin · 8 months ago
  12. f7f6ed39 cppcanvas::tools -> cppcanvastools by Mike Kaganski · 8 months ago
  13. f9c1655 canvas::tools -> canvastools by Mike Kaganski · 8 months ago
  14. 66ffc24 tdf#146619 Run IWYU on cppcanvas/ by Gabor Kelemen · 8 months ago
  15. c3448b4 tdf#166647 avoid duplicating slideshow user paint by Regina Henschel · 8 months ago
  16. 09298d0 BitmapEx->Bitmap in bitmapExFromXBitmap by Noel Grandin · 8 months ago
  17. 4725db2 cid#1659599 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  18. e4780ac cid#1660797 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  19. e435c07 drop OutputDevice::GetBitmapEx in favour of returning Bitmap by Noel Grandin · 8 months ago
  20. 99741c0 Remove obsolete fw declarations from cppcanvas/ cui/ by Gabor Kelemen · 1 year, 3 months ago
  21. d991795 canvas: simplify calcTransformedRectBounds by Xisco Fauli · 1 year, 5 months ago
  22. e289fde canvas: simplify getViewStateTransform/getRenderStateTransform by Xisco Fauli · 1 year, 5 months ago
  23. 3f691b4 loplugin:reftotemp in cppcanvas..cui by Noel Grandin · 1 year, 5 months ago
  24. 11b1557 convert KernArray from sal_Int32 to double by Noel Grandin · 1 year, 5 months ago
  25. ee4554b cid#1555259 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 6 months ago
  26. 0e70c14 tdf#163410: fix missing text highlight color for outline text by Thorsten Behrens · 1 year, 6 months ago
  27. 941c061 cid#1608541 bogus Overflowed constant by Caolán McNamara · 1 year, 8 months ago
  28. ee015dc cid#1556058 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
  29. 04d3831 loplugin:ostr in cppcanvas by Noel Grandin · 1 year, 11 months ago
  30. 690526f Generalize basegfx::fround for templated return type by Mike Kaganski · 2 years ago
  31. 25f4ef5 tdf#157792 followup by Noel Grandin · 2 years, 6 months ago
  32. 6d1b241 Drop o3tl::span, can use C++20 std::span directly now by Stephan Bergmann · 2 years, 6 months ago
  33. 2f85eb7 tdf#146619 Recheck include/c* with IWYU by Gabor Kelemen · 2 years, 7 months ago
  34. 802377d Fix typo by Andrea Gelmini · 2 years, 7 months ago
  35. 68e7974 new loplugin:optionalbool by Noel Grandin · 2 years, 8 months ago
  36. e7496f4 tdf#150610 fix broken rendering of text meta actions by Patrick Luby · 2 years, 7 months ago
  37. 81994cb Convert internal vcl bitmap formats transparency->alpha (II) by Noel Grandin · 5 years ago
  38. 13d7184 make tools::Poly*gon single-arg constructors explicit by Noel Grandin · 2 years, 9 months ago
  39. 68a4f00 tdf#155810: Pass Kashida insertion positions through canvas by Khaled Hosny · 2 years, 10 months ago
  40. c7dfec2 remove some misleading typedefs by Noel Grandin · 2 years, 10 months ago
  41. dccd82b MCGR: Reduce diverse GradientStyle enums to single UNO API one by Armin Le Grand (allotropia) · 3 years ago
  42. 6ca077e no need to allocate Gradient separately by Noel Grandin · 3 years, 1 month ago
  43. 00659bc improve readability of VirtualDevice constructor by Noel Grandin · 3 years, 2 months ago
  44. 2173424 drop internal support for 1-bit images by Noel Grandin · 3 years, 3 months ago
  45. f9395a1 tdf#152094 retain more accuracy from RefDevMode::MSO1 by Caolán McNamara · 3 years, 4 months ago
  46. c747486 basegfx: replace typedef with a class B2DSize based on Size2D by Tomaž Vajngerl · 3 years, 7 months ago
  47. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  48. 8b6c8e6 cid#1504592 Big parameter passed by value by Caolán McNamara · 3 years, 10 months ago
  49. 4199a1d Remove duplicated include by Andrea Gelmini · 3 years, 10 months ago
  50. 859e0ac clang-tidy modernize-pass-by-value in cppcanvas by Noel Grandin · 3 years, 10 months ago
  51. 6abc099 tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro by Pragat Pandya · 4 years ago
  52. 840b4eb Recheck modules [a-c]* with IWYU by Gabor Kelemen · 4 years, 3 months ago
  53. 22f52db vcl: migrate AddGradientActions() from OutputDevice to Gradient by Chris Sherlock · 4 years, 4 months ago
  54. 0c50bf6 use comphelper::WeakComponentImplHelper in MtfRenderer by Noel Grandin · 4 years, 3 months ago
  55. ea0d55f Work around two -Werror=implicit-fallthrough= by Stephan Bergmann · 4 years, 4 months ago
  56. bc0ab08 Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversions by Mike Kaganski · 4 years, 5 months ago
  57. 37429f2 Use M_PI* instead of F_PI* by Mike Kaganski · 4 years, 5 months ago
  58. b5e701d add o3tl::span ctor from std::vector by Luboš Luňák · 4 years, 5 months ago
  59. bc413e1 tools::Long->sal_Int32 in the DX arrays by Noel Grandin · 4 years, 5 months ago
  60. a9d314b Prepare for removal of non-const operator[] from Sequence in cppcanvas by Mike Kaganski · 4 years, 5 months ago
  61. 894b491 pass DX array around using o3tl::span instead of pointer by Noel Grandin · 4 years, 5 months ago
  62. 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
  63. 4dd6af8 vcl: rename OutDevState to Stack by Chris Sherlock · 4 years, 7 months ago
  64. d4dc6b5 use std::vector for fetching DX array data by Noel Grandin · 4 years, 7 months ago
  65. a125236 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  66. 88bf174 undo changes to TextAlign by Caolán McNamara · 4 years, 8 months ago
  67. 8689bd5 convert TextAlign to scoped enum by Caolán McNamara · 4 years, 8 months ago
  68. 46ea7c5 Simplify Sequences initializations (cppcanvas) by Julien Nabet · 4 years, 10 months ago
  69. 9090dc1 split OutputDevice from Window by Noel Grandin · 5 years ago
  70. 8348224 transform by vector length, not just X by Luboš Luňák · 5 years ago
  71. b71d9a6 do not apply line dashing in drawinglayer (tdf#136957) by Luboš Luňák · 5 years ago
  72. b849373 vcl: add initializer_list constructor to BitmapPalette and use it by Tomaž Vajngerl · 5 years ago
  73. 68bc6a5 add PixelFormat enum that replaces bit count in Bitmap/BitmapEx by Tomaž Vajngerl · 5 years ago
  74. d765ec2 transparency->alpha in tools::Color by Noel · 5 years ago
  75. 388c089 use new toRadians function in more places by Noel Grandin · 5 years ago
  76. 88c0e46 custom literal for Degree10 by Noel Grandin · 5 years ago
  77. 3d90997 make tools::Long 64-bit on Windows platform by Noel Grandin · 5 years ago
  78. 7a09d67 convert some more long -> tools::Long by Noel · 5 years ago
  79. 5e43e88 use tools::Long in comphelper..cui by Noel · 5 years ago
  80. 0fb58a1 new tools::Degree10 strong typedef by Noel Grandin · 5 years ago
  81. 269cf9d Resolves: tdf#137071 draw canvas under/over lines after background by Caolán McNamara · 6 years ago
  82. 2449163 tdf#124176 Use #pragma once in cppcanvas by George Bateman · 6 years ago
  83. baed93c compact namespace: cppcanvas by Noel Grandin · 6 years ago
  84. 29c5e1c cui,cppcanvas: create instances with uno constructors by Noel Grandin · 6 years ago
  85. b83ac35 loplugin:simplifypointertobool improve (2) by Noel Grandin · 6 years ago
  86. 054c0e7 loplugin:simplifypointertobool improve by Noel Grandin · 6 years ago
  87. e84d054 Make loplugin:simplifypointertobool handle parenthesized expressions by Stephan Bergmann · 6 years ago
  88. fe6cce0 Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr by Stephan Bergmann · 6 years ago
  89. 366d08f new loplugin:simplifypointertobool by Noel Grandin · 6 years ago
  90. 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
  91. e12fa18 tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/ by Gabor Kelemen · 6 years ago
  92. f7f7fa8 loplugin:flatten in cppcanvas by Noel Grandin · 6 years ago
  93. 1178521 loplugin:buriedassign in c* by Noel Grandin · 6 years ago
  94. 9ad252b Drop o3tl::optional wrapper by Stephan Bergmann · 6 years ago
  95. 84b396a2 new loplugin:namespaceindentation by Noel Grandin · 6 years ago
  96. e5cfe9c loplugin:makeshared in connectivity..cppuhelper by Noel Grandin · 6 years ago
  97. 248ddbc clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper by Noel Grandin · 6 years ago
  98. 175a206 use more std::make_shared by Noel Grandin · 6 years ago
  99. f1656f7 tdf#124176: Use pragma once instead of include guards by cagatay · 6 years ago
  100. 583c1c3 tdf#124176: Use pragma once instead of include guards by Yusuf Keten · 6 years ago