1. 78b4a1f update vclwidget loplugin to find ref-dropping assigment by Noel Grandin · 9 years ago
  2. 30e39e4 loplugin:expandablemethods in drawinglayer..editeng by Noel Grandin · 9 years ago
  3. 57998f6 some small simplifications to decompose methods by Noel Grandin · 9 years ago
  4. 29ddf52 typo fix: ressource -> resource by Andras Timar · 9 years ago
  5. f2beebb reduce copying when decomposing drawinglayer primitives by Noel Grandin · 9 years ago
  6. f9028f1 vcl: improve accounting of SVG images in graphics cache by Michael Stahl · 9 years ago
  7. 8ae33b1 tdf#96505 Get rid of cargo cult "long" integer literals by Rosen · 10 years ago
  8. e4cb074 loplugin:expandablemethodds in include/connectivity..drawinglayer by Noel Grandin · 9 years ago
  9. ef637a1 loplugin:expandablemethodds in dbaccess..drawinglayer by Noel Grandin · 9 years ago
  10. 62223f9 loplugin:unnecessaryoverride by Noel Grandin · 10 years ago
  11. 5c84f40 loplugin:constantfunction by Noel Grandin · 9 years ago
  12. 954f752 convert MapUnit to scoped enum by Noel Grandin · 10 years ago
  13. 9439196 Fix typos by Andrea Gelmini · 10 years ago
  14. 17f912c Resolves: tdf#101433 reset RasterOpMode on cached virtual device before reuse by Caolán McNamara · 10 years ago
  15. 96e9ffa loplogin:singlevalfields in include/ by Noel Grandin · 10 years ago
  16. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  17. 714de95 Remove nonsense comments: // bitfield by Tor Lillqvist · 10 years ago
  18. 6dd4905 loplugin:constantparam in dbaccess..editeng by Noel Grandin · 10 years ago
  19. 1256980 convert GradientStyle to scoped enum by Noel Grandin · 10 years ago
  20. 933c067 convert HatchStyle to scoped enum by Noel Grandin · 10 years ago
  21. 65ca57a convert LineStyle to scoped enum by Noel Grandin · 10 years ago
  22. a881fd7 convert RasterOp to scoped enum by Noel Grandin · 10 years ago
  23. a53e6e2 convert RefDevMode to scoped enum by Noel Grandin · 10 years ago
  24. 269b58a Missing operator definition by Stephan Bergmann · 10 years ago
  25. b9ab0dd cid#1371276 Missing move assignment operator by Noel Grandin · 10 years ago
  26. 3d81547 cid#1371277 Missing move assignment operator by Noel Grandin · 10 years ago
  27. cff0edb cid#1371284 Missing move assignment operator by Noel Grandin · 10 years ago
  28. 877dfa3 cid#1371288 Missing move assignment operator by Noel Grandin · 10 years ago
  29. 37ffcb1 fix windows build, doesn't like default move methods by Noel Grandin · 10 years ago
  30. 9fda8f5 fix move operator= and add move constructors by Noel Grandin · 10 years ago
  31. 065913d cid#1371309 Missing move assignment operator by Noel Grandin · 10 years ago
  32. 19828cc cid#1371315 Missing move assignment operator by Noel Grandin · 10 years ago
  33. fcd222d remove dead code in drawinglayer by Jochen Nitschke · 10 years ago
  34. fedd856 Resolves: tdf#101067 put SolarMutexGuard back in again by Caolán McNamara · 10 years ago
  35. 76ad32b add tagging to ThreadTasks so we don't need more one pool by Noel Grandin · 10 years ago
  36. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  37. 5046ebd tdf#82214 optimize PatternFillPrimitive and SVG by Armin Le Grand · 10 years ago
  38. 4609380 tdf#82214 optimize performance for primitives by Armin Le Grand · 10 years ago
  39. 9f07669 tdf#50613 add support to load charts asynchronously by Armin Le Grand · 10 years ago
  40. cd71034 comphelper::OBaseMutex -> cppu::BaseMutex by Noel Grandin · 10 years ago
  41. 428e23f Fix some spelling errors in comments and strings by Otto Kekäläinen · 10 years ago
  42. db39c65 loplugin:singlevalfields in drawinglayer by Noel Grandin · 10 years ago
  43. e8dfe9b Give unique, comprehensible names to timers tdf#97087 by emahaldar/em · 10 years ago
  44. 285744f tdf#99519 Added more intelligent handling of animated GIFs by Armin Le Grand · 10 years ago
  45. 52225a3 Convert ComplexTextLayoutMode to scoped enum by Noel Grandin · 10 years ago
  46. f3c1d24 loplugin:constantparams by Noel Grandin · 10 years ago
  47. 14469e8 tdf#95581: Assume tiny shears are rounding artefacts etc and can be ignored by Tor Lillqvist · 10 years ago
  48. 0b23eec teach refcounting clang plugin about uno::Reference by Noel Grandin · 10 years ago
  49. 990082f Convert FontRelief to scoped enum by Noel Grandin · 10 years ago
  50. 446d088 Convert TextEffectStyle2D to scoped enum by Noel Grandin · 10 years ago
  51. 6a5a235 convert TransparentType to scoped enum by Noel Grandin · 10 years ago
  52. 850a8d2 Convert GRAPHIC to scoped enum by Noel Grandin · 10 years ago
  53. edc8727 Convert Disposal to scoped enum by Noel Grandin · 10 years ago
  54. 2af018e Fix typos by Andrea Gelmini · 10 years ago
  55. 5c5209c Convert GradientStyle to scoped enum by Noel Grandin · 10 years ago
  56. 4a98af6 Convert HatchStyle to scoped enum by Noel Grandin · 10 years ago
  57. bc9459f Convert BreakupUnit to scoped enum by Noel Grandin · 10 years ago
  58. 7e55fba Convert SpreadMethod to scoped enum by Noel Grandin · 10 years ago
  59. e66c1a6 Convert HelplineStyle2D to scoped enum by Noel Grandin · 10 years ago
  60. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  61. 3eaf7ae Massage code to avoid warnings by Stephan Bergmann · 10 years ago
  62. a4f9fce4 Use SAL_FALLTHROUGH where intended by Stephan Bergmann · 10 years ago
  63. 42ea431 Include cppumaker-generated .hpp, not .hdl by Stephan Bergmann · 10 years ago
  64. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  65. 50ac0f5 convert FONT_EMPHASIS_MARK to scoped enum by Noel Grandin · 10 years ago
  66. 657413b Refactor 3D renderer to use multithreading by Armin Le Grand · 10 years ago
  67. 9793d76 Fix typos by Andrea Gelmini · 10 years ago
  68. 75d9f7a Complete drawinglayer attributes by Armin Le Grand · 10 years ago
  69. 7671d64 loplugin:defaultparams by Tor Lillqvist · 10 years ago
  70. 32cec4c tdf#48066 render stroke-miterlimit correctly in SVG import by Regina Henschel · 10 years ago
  71. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  72. a5810fa clang-tidy modernize-loop-convert in d* by Noel Grandin · 10 years ago
  73. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  74. cde8828 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  75. cac7055 drawinglayer: fix Android-specific typo by Miklos Vajna · 10 years ago
  76. ce12a50 drawinglayer: work around broken Android toolchain by Miklos Vajna · 10 years ago
  77. 75ee4bb Missing include for std::round by Stephan Bergmann · 10 years ago
  78. d5e07bd drawinglayer, sw: indentation fixes by Miklos Vajna · 10 years ago
  79. 422f10c tdf#99315 VclPixelProcessor2D: fix double border line width by Miklos Vajna · 10 years ago
  80. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  81. 555c9ad drawinglayer: fix WNT build by Michael Stahl · 10 years ago
  82. 304f506 loplugin:refcounting by Stephan Bergmann · 10 years ago
  83. 1ee570a Related: tdf#99315 BorderLinePrimitive2D: fix solid line primitive width by Miklos Vajna · 10 years ago
  84. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  85. fad7d44 clang-tidy performance-unnecessary-value-param in drawinglayer by Noel Grandin · 10 years ago
  86. 922ee9a tdf#94306 replace boost::noncopyable in d... by Jochen Nitschke · 10 years ago
  87. 1900790 loplugin:constantparam in drawinglayer by Noel Grandin · 10 years ago
  88. 9509a2b loplugin:constantparam in drawinglayer by Noel Grandin · 10 years ago
  89. a3c70e7 Fix missing iterator include on MSVC 14.0 by David Ostrovsky · 10 years ago
  90. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  91. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  92. 6858d51 vcl: include vcl headers via triangular brackets instead of quotes by Chris Sherlock · 10 years ago
  93. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  94. 6d68e88 Fix typos by Andrea Gelmini · 10 years ago
  95. b14224f loplugin:unusedmethods by Noel Grandin · 10 years ago
  96. 88730cd vcl: bmpacc.hxx -> bitmapaccess.hxx by Chris Sherlock · 10 years ago
  97. 249e3d6 vcl: split exception types from input types by Chris Sherlock · 10 years ago
  98. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  99. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  100. c3cc559 remove B2DLineJoin::Middle by Caolán McNamara · 10 years ago