1. d987920 handle properly true 32bit bitmaps in some places by Luboš Luňák · 6 years ago
  2. a082d7b fix a VirtualDevice leak by Luboš Luňák · 6 years ago
  3. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago
  4. a2fbc48 tdf#42949 Fix IWYU warnings in drawinglayer/ by Gabor Kelemen · 6 years ago
  5. b6d794e drawinglayer: handle more primitives in the xml dump by Miklos Vajna · 6 years ago
  6. d155185 tdf#42112 Add support for Custom Line Cap by Bartosz Kosiorek · 6 years ago
  7. 314f15b Extend loplugin:external to warn about enums by Stephan Bergmann · 6 years ago
  8. 9e087d4 loplugin:unusedvariablecheck tweak to find more stuff by Noel Grandin · 6 years ago
  9. 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
  10. 231e16d loplugin:redundantpointerops simplify *p.get() by Noel Grandin · 7 years ago
  11. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  12. ab14799 tdf#94765: SVGIO: Look for gradient/pattern ids once the file... by Xisco Fauli · 7 years ago
  13. 17f9aa9 Fix typos by Andrea Gelmini · 7 years ago
  14. 41cd3e8 Fix typos by Andrea Gelmini · 7 years ago
  15. d48d9c0 loplugin:returnconstval in desktop..forms by Noel Grandin · 7 years ago
  16. b2423a48 loplugin:constvars in drawinglayer..framework by Noel Grandin · 7 years ago
  17. b1d8262 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Julien Nabet · 7 years ago
  18. d4a70ec Fix typos by Andrea Gelmini · 7 years ago
  19. 62e15f2 Improved loplugin:stringconstant (now that GCC 7 supports it): drawinglayer by Stephan Bergmann · 7 years ago
  20. cfbdbfd Be careful not to add empty rect representation to contour polypolygon by Stephan Bergmann · 7 years ago
  21. e42a8b0 cid#1448352 silence Arguments in wrong order by Caolán McNamara · 7 years ago
  22. 5df2433 cid#1448352 Arguments in wrong order by Noel Grandin · 7 years ago
  23. 969996a Remove some unused includes by Miklos Vajna · 7 years ago
  24. bfc19d7 Improve the looks of a wave line by draw it with bezier curves by Tomaž Vajngerl · 7 years ago
  25. 4583911 improve loplugin:simplifyconstruct by Noel Grandin · 7 years ago
  26. f2853c4 drawinglayer: disable multi-threaded rendering in sceneprimitive2d by Miklos Vajna · 7 years ago
  27. adc295a Add comphelper::getUnoTunnelImplementation template by Arkadiy Illarionov · 7 years ago
  28. 3499ee0 Fix typo by Andrea Gelmini · 7 years ago
  29. d6c2040 Fix typo by Andrea Gelmini · 7 years ago
  30. d854993 tdf#125730: Shadow has the same color as the hatching fill by Xisco Fauli · 7 years ago
  31. 32eeb40 tdf#39593 remove IMPL_XUNOTUNNEL* macros by Arkadiy Illarionov · 7 years ago
  32. c18e2ea New loplugin:data by Stephan Bergmann · 7 years ago
  33. b7b26da Fix typos by Andrea Gelmini · 7 years ago
  34. fd151f5 Fix typo by Andrea Gelmini · 7 years ago
  35. 6d01af0 Fix typo by Andrea Gelmini · 7 years ago
  36. 092abbe Fix typo by Andrea Gelmini · 7 years ago
  37. aff51c3 Fix typo by Andrea Gelmini · 7 years ago
  38. b70c29c Fix typo by Andrea Gelmini · 7 years ago
  39. dd9d0de Fix typo by Andrea Gelmini · 7 years ago
  40. 1c00f79 Fix typo by Andrea Gelmini · 7 years ago
  41. 3151c3b Fix typo by Andrea Gelmini · 7 years ago
  42. 41f79d9 Fix typo by Andrea Gelmini · 7 years ago
  43. 051f0dc Fix typo by Andrea Gelmini · 7 years ago
  44. 35ab838 Revert "drawinglayer: avoid AA for hairline polygons built from ... by Miklos Vajna · 7 years ago
  45. c34bb16 Make BitmapColor inherit from / merge into Color by Jan-Marek Glogowski · 7 years ago
  46. a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
  47. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  48. f8b4d37 drawinglayer: avoid AA for hairline polygons built from hori/vert lines only by Miklos Vajna · 7 years ago
  49. d0119ff improve tools::Rectangle->basegfx::B2?Rectangle conversion by Noel Grandin · 7 years ago
  50. 37874c2 make debug code work properly also on non-win32 by Luboš Luňák · 7 years ago
  51. 6bcc4cb prefix member variables of AnimationBitmap by Tomaž Vajngerl · 7 years ago
  52. 18651db rename animate.hxx to animate/Animation.hxx, more changes follow by Tomaž Vajngerl · 7 years ago
  53. 719d81a Avoid division by zero by Stephan Bergmann · 7 years ago
  54. 6a79bc4 Fix typo by Andrea Gelmini · 7 years ago
  55. 98272c8 remove or change salbtype.hxx includes with the specific one by Tomaž Vajngerl · 7 years ago
  56. b52f309 improve loplugin simplifyconstruct by Noel Grandin · 7 years ago
  57. c998228 Fix typo by Andrea Gelmini · 7 years ago
  58. 4a21588 tdf#103859 EMF+ Add transparency support for linear gradients by Bartosz Kosiorek · 7 years ago
  59. 85456fa tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
  60. b1f961e tdf#115843 avoid using transparent virtualdevice when 100% opaque by Caolán McNamara · 7 years ago
  61. 11fe18e copy between the outputdevices without interim Bitmap by Caolán McNamara · 7 years ago
  62. 67adfc8 Nested list L must be a child of parent's LBody by Katarina Behrens · 7 years ago
  63. 05f5c18 Close all opened List elements at the end of the page by Katarina Behrens · 7 years ago
  64. a0fd6c4 Limit tagging of background objects to images by Katarina Behrens · 7 years ago
  65. c312dfb Correct hierarchy of L, LI structure elements by Katarina Behrens · 7 years ago
  66. a26524e tdf#42949 Fix IWYU warnings in include/drawinglayer/ by Gabor Kelemen · 7 years ago
  67. 5c23459 new loplugin constvars by Noel Grandin · 7 years ago
  68. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  69. 5feff99 Don't include shape/object name when exporting to tagged PDF by Katarina Behrens · 7 years ago
  70. f871e8f CppunitTest_drawinglayer_border: use CPPUNIT_TEST_FIXTURE() by Miklos Vajna · 7 years ago
  71. a2b687a Pointer is pointless by Noel Grandin · 7 years ago
  72. 24f7dd6 move and extend primitive2dxmldump to drawinglayer by Tomaž Vajngerl · 7 years ago
  73. 347571a loplugin:indentation in dbaccess..drawinglayer by Noel Grandin · 7 years ago
  74. 9547c0e Export background images provided by master page as artifacts by Katarina Behrens · 7 years ago
  75. bd66a02 Process all of list item (Lbl + LBody) in PDF-compliant way by Katarina Behrens · 7 years ago
  76. 2840352 Enhance tagged PDF export for a11y by Armin Le Grand · 7 years ago
  77. 979aed6 o3tl::make_unique -> std::make_unique in dbaccess...framework by Gabor Kelemen · 7 years ago
  78. 3bd7f23 tdf#122557 EMF+ Implement Shearing for DrawImage records by Bartosz Kosiorek · 7 years ago
  79. e3ccc09 tdf#122557 EMF+ Implement proper rotation support of DrawImage by Bartosz Kosiorek · 7 years ago
  80. 27cd397 Drop o3tl/clamp.hxx, use C++17 std::clamp instead by Stephan Bergmann · 7 years ago
  81. 1a8b2c1 tdf#122646 EMF+ Implement proper line width display by Bartosz Kosiorek · 7 years ago
  82. 97bb361 tdf#122559 EMF+ Add transparency support for drawing lines by Bartosz Kosiorek · 7 years ago
  83. 17dd266 convert "*xxx.get()" to "*xxx" by Noel Grandin · 7 years ago
  84. 7809ec8 tdf#122498 EMF+ Fix rotation of Ellipse, Arc and Pie by Bartosz Kosiorek · 7 years ago
  85. 00b49f9 tdf#42949 Fix IWYU warnings in include/vcl/s* by Gabor Kelemen · 7 years ago
  86. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  87. 6896184 HAVE_CXX_CWG1579_FIX is always true now by Stephan Bergmann · 7 years ago
  88. 38187ec loplugin:singlevalfields extend to all static vars by Noel Grandin · 7 years ago
  89. e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
  90. be99b42 tdf#42949 Fix IWYU warnings in include/vcl/[n-r]* by Gabor Kelemen · 7 years ago
  91. a96e6e8 tdf#42949 Fix IWYU warnings in include/vcl/[i-m]* by Gabor Kelemen · 7 years ago
  92. f54c76e tdf#121648 EMF+ Fix displaying DrawDriverString record by Bartosz Kosiorek · 7 years ago
  93. 8067be0 tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* by Gabor Kelemen · 7 years ago
  94. b8b7963 remove unused DrawModeFlags enum values by Noel Grandin · 7 years ago
  95. 2dbd02b loplugin:redundantfcast improvements by Noel Grandin · 7 years ago
  96. 492ea7e tdf#42949 Fix IWYU warnings in include/vcl/[ab]* by Gabor Kelemen · 7 years ago
  97. 2f049eb Fix typos by Andrea Gelmini · 7 years ago
  98. 890afec loplugin:buriedassign in dbaccess..oox by Noel Grandin · 7 years ago
  99. a2751c0 loplugin:staticmethods improvement by Noel Grandin · 7 years ago
  100. 1873ba0 tdf#113624 EMF+ Fix shift of DrawString without StringFormat by Bartosz Kosiorek · 7 years ago