1. 565824d fix dashed line info conversion for metafile (tdf#136957) by Luboš Luňák · 5 years ago
  2. b71d9a6 do not apply line dashing in drawinglayer (tdf#136957) by Luboš Luňák · 5 years ago
  3. b153d14 remove support for BITMASK in vcl backends by Noel Grandin · 5 years ago
  4. c33f08c createPixelProcessor2DFromOutputDevice won't return null by Caolán McNamara · 5 years ago
  5. 1325d81 loplugin:moveopt by Noel Grandin · 5 years ago
  6. ddd2639 drop mask from BitmapEx by Noel Grandin · 5 years ago
  7. 988e282 loplugin:constantparam by Noel Grandin · 5 years ago
  8. 3077f05 update PCHs by Caolán McNamara · 5 years ago
  9. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  10. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  11. e90a9b67 update pches by Caolán McNamara · 5 years ago
  12. aa17ea3 tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clipping by Bartosz Kosiorek · 5 years ago
  13. 88a177f vcl: remove GetBitCount and GetColorCount from Bitmap{Ex} by Tomaž Vajngerl · 5 years ago
  14. c7483d4 drop operator bool and operator! from Bitmap and BitmapEx by Noel · 5 years ago
  15. 83b011b create operator bool for Bitmap by Noel · 5 years ago
  16. b849373 vcl: add initializer_list constructor to BitmapPalette and use it by Tomaž Vajngerl · 5 years ago
  17. a0656ec const OUString -> const OUStringLiteral by Mike Kaganski · 5 years ago
  18. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  19. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  20. 7a5014b silence coverity unchecked return value from library on xmlText* functions by Caolán McNamara · 5 years ago
  21. ebe1f63 loplugin:unusedmethods by Noel · 5 years ago
  22. 68bc6a5 add PixelFormat enum that replaces bit count in Bitmap/BitmapEx by Tomaž Vajngerl · 5 years ago
  23. a73f24f update pches by Julien Nabet · 5 years ago
  24. 204a70f use VCLUnoHelper::GetWindow by Caolán McNamara · 5 years ago
  25. af5ff9e use VCL API rather than manually apply numeric alpha change by Luboš Luňák · 5 years ago
  26. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  27. 6b8c157 make RenderMaskPrimitive2DPixel() clip using clipping (tdf#140797) by Luboš Luňák · 5 years ago
  28. cc3b9c0 update pches by Julien Nabet · 5 years ago
  29. 2bcb38a update pches by Julien Nabet · 5 years ago
  30. 1e092b6 update pches by Caolán McNamara · 5 years ago
  31. 63dd594 drop TransparentType::Color usage by Noel Grandin · 5 years ago
  32. 2372ce8 update pches by Caolán McNamara · 5 years ago
  33. 21d7678 loplugin:refcounting in drawinglayer by Noel · 5 years ago
  34. 860b2d0 update pches by Caolán McNamara · 5 years ago
  35. ce671c2 Some more unit conversion unification by Mike Kaganski · 5 years ago
  36. 1ad26c9 loplugin:referencecasting add check for new rtl::Reference operator by Noel · 5 years ago
  37. 14cb12b loplugin:refcounting generalise type checking by Noel · 5 years ago
  38. fda6ca7 tdf#39674 Replace Quadrat by Antje Kazimiers · 5 years ago
  39. d77a644 this method should be pure virtual by Noel Grandin · 5 years ago
  40. 95f2c4c cppcheck: Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 5 years ago
  41. 63a6806 make the Color constructors explicitly specify transparency by Noel · 5 years ago
  42. ef7f98f transparency->alpha in BitmapEx by Noel Grandin · 5 years ago
  43. 502f637 transparency->alpha in GraphicAttr by Noel · 5 years ago
  44. d765ec2 transparency->alpha in tools::Color by Noel · 5 years ago
  45. 498f6f6 use more IsTransparent by Noel · 5 years ago
  46. 9cc41b9 opacity->alpha in BPixel by Noel · 5 years ago
  47. bac6c21 use more IsTransparent by Noel Grandin · 5 years ago
  48. b75c964 vcl: use Color:IsTransparent() where appropriate by Chris Sherlock · 5 years ago
  49. 88c0e46 custom literal for Degree10 by Noel Grandin · 5 years ago
  50. 17aea7c vcl: move access functions into appropriate bitmap access files by Chris Sherlock · 5 years ago
  51. 5cf7d31 Fix typo by Andrea Gelmini · 5 years ago
  52. bcb8d2d tdf#131281 Always draw FormControls when TiledRendering by Armin Le Grand (allotropia) · 5 years ago
  53. 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
  54. 35b5f03 move various notebookbar widgets into vcl by Caolán McNamara · 5 years ago
  55. 1ac4498 update pches by Caolán McNamara · 5 years ago
  56. 8601eca do not unnecessarily explicitly force gradient step count (tdf#138581) by Luboš Luňák · 5 years ago
  57. b576ca8 remove fontattribute.cxx from clang-format excludelist by Tomaž Vajngerl · 5 years ago
  58. e469ba3 move the anonymous namespace into drawinglayer::primitive2d by Tomaž Vajngerl · 5 years ago
  59. e4ee7fe simplify namespaces and clean-up for TextLayouterDevice by Tomaž Vajngerl · 5 years ago
  60. 9f7999c remove textlayoutdevice.{hxx,cxx} from clang-format excludelist by Tomaž Vajngerl · 5 years ago
  61. bf4bbc3 replace std::max(std::min()) with std::clamp by Noel · 5 years ago
  62. b0b78838 tdf#35986 tdf#92315 tdf#116335 tdf#116622 Add support for MapMode TEXT by Bartosz Kosiorek · 5 years ago
  63. 4391c27 tdf#123936 Formatting files in module drawinglayer with clang-format by Philipp Hofer · 5 years ago
  64. 5db3439 Revert "tdf#127471 Remove font width scaling hack" by Aron Budea · 5 years ago
  65. cc1e6ee disable O(U)String::concat for internal code by Noel Grandin · 5 years ago
  66. 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
  67. 433e60e tdf#42949 Fix new IWYU warnings in directories d* by Gabor Kelemen · 5 years ago
  68. 5a08034 Revert "Revert "tdf#127471 Remove font width scaling hack"" by Stephan Bergmann · 5 years ago
  69. f39e4b6 Revert "tdf#127471 Remove font width scaling hack" by Samuel Mehrbrodt · 5 years ago
  70. 7a09d67 convert some more long -> tools::Long by Noel · 5 years ago
  71. 40fa3a6 Extend loplugin:elidestringvar to OString by Stephan Bergmann · 5 years ago
  72. 6436302 convert some more long -> tools::Long by Noel · 5 years ago
  73. 4fbd638 switching long to a 64-bit type on 64-bit windows by Noel · 5 years ago
  74. 0fb58a1 new tools::Degree10 strong typedef by Noel Grandin · 5 years ago
  75. 4deadc3 disentangle AA and B2D use in VCL drawing by Luboš Luňák · 6 years ago
  76. 76597aa rename for disentangling AA and B2D use in VCL drawing by Luboš Luňák · 6 years ago
  77. 6965bb0 forward axial and radial gradient types to VCL too by Luboš Luňák · 6 years ago
  78. 20c09d3 use vcl lin. gradient drawing in drawinglayer + cairo impl. by Tomaž Vajngerl · 6 years ago
  79. 72fd000 update pches by Caolán McNamara · 6 years ago
  80. 9123073 tdf#124176 Use #pragma once in drawinglayer by George Bateman · 6 years ago
  81. 4e3e650 Move the validity check before color manipulations by Mike Kaganski · 6 years ago
  82. fc78ae8 Fix typo by Andrea Gelmini · 6 years ago
  83. 10a6583 fix warning of OutputDevice::Push calls != OutputDevice::Pop calls by Caolán McNamara · 6 years ago
  84. 0593f35 TabPage no longer needs to inherit from VclBuilderContainer by Caolán McNamara · 6 years ago
  85. cef50b5 move Edit into toolkit only headers by Caolán McNamara · 6 years ago
  86. 47d437d Fix typo in code by Andrea Gelmini · 6 years ago
  87. 0775b90 Fix typos by Andrea Gelmini · 6 years ago
  88. 33ecd0d Change OUStringLiteral from char[] to char16_t[] by Stephan Bergmann · 6 years ago
  89. 98b4744 remove some unused includes and update pches by Caolán McNamara · 6 years ago
  90. 752dd8f add a getCaretPositions like getTextArray by Caolán McNamara · 6 years ago
  91. a879b15 -Werror,-Wunused-variable (clang-cl) by Stephan Bergmann · 6 years ago
  92. 235fb7b Fix typo in code by Andrea Gelmini · 6 years ago
  93. 5bf71c6 Deduplicate some code by Mike Kaganski · 6 years ago
  94. 8891a2f tdf#127471 Remove font width scaling hack by Samuel Mehrbrodt · 6 years ago
  95. d44a525 Fix typos by Andrea Gelmini · 6 years ago
  96. b6e508f tdf#134052:shadow appears solid instead of blurry in presentation mode by A_GAN · 6 years ago
  97. e67657d loplugin:simplifybool more by Noel Grandin · 6 years ago
  98. bf021c3 tdf#135500: always use transparent and clear content vdev in impBufferDevice by Mike Kaganski · 6 years ago
  99. ce6c6a5 remove polygonprimitive2d.cxx from clang-format blacklist by Tomaž Vajngerl · 6 years ago
  100. f9d05d1 remove texteffectprimitive2d.{cxx,hxx} from clang-format blacklist by Tomaž Vajngerl · 6 years ago