1. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  2. 20a9e10 loplugin:constantparam by Noel Grandin · 10 years ago
  3. f101819 tdf#88205 use list ctor for uno::Sequence a11y to canvas by Jochen Nitschke · 10 years ago
  4. 1e49e33 loplugin:constantparam in chart2..connectivity by Noel Grandin · 10 years ago
  5. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  6. 33b3808 put StreamMode masks in scope of enum class by Jochen Nitschke · 10 years ago
  7. a9bda90 tdf#96505 get rid of long integer literals 'L' by Asela Dasanayaka · 10 years ago
  8. 43297fc Related: tdf#86473 git rid of special pixel snapping for rectangles by Caolán McNamara · 10 years ago
  9. 676c978 Resolves: tdf#86473 approx 1 pixel high rectangular polygon not drawn by Caolán McNamara · 10 years ago
  10. f22fa99 loplugin:countusersofdefaultparams in canvas,chart2 by Noel Grandin · 10 years ago
  11. 0bd4154 tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by Muhammet Kara · 10 years ago
  12. efef273 tdf#100726: Improve readability of OUString concatenation by nadith · 10 years ago
  13. ffa1c7b tdf#101026 Create more correct replacement control vector by Armin Le Grand · 10 years ago
  14. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  15. cd71034 comphelper::OBaseMutex -> cppu::BaseMutex by Noel Grandin · 10 years ago
  16. cff87aa update other places that read data from cairo image surface by David Tardon · 10 years ago
  17. e3e7924 Simplify some PutProperties calls by Stephan Bergmann · 10 years ago
  18. 8561f8b tdf#96099 Remove various smart pointer typedefs in canvas by Mark Page · 10 years ago
  19. 52225a3 Convert ComplexTextLayoutMode to scoped enum by Noel Grandin · 10 years ago
  20. f3c1d24 loplugin:constantparams by Noel Grandin · 10 years ago
  21. f2d039f6 canvas: error C2397: conversion from 'size_t' to 'BYTE' requires ... by Michael Stahl · 10 years ago
  22. 03ddce1 canvas: replace BOOST_PP usage by Michael Stahl · 10 years ago
  23. d9ac7de Convert BMP_FORMAT to scoped enum by Noel Grandin · 10 years ago
  24. b030ba2 Resolve: "TODO(Q1): Make GetSystemData method virtual" by Caolán McNamara · 10 years ago
  25. aea9c5e rename to two GetSystemData methods to find all call-sites by Caolán McNamara · 10 years ago
  26. d96c114 clang-tidy modernize-make-shared by Noel Grandin · 10 years ago
  27. efc05c0 remove various crutches for boost::bind/boost::mem_fn by Michael Stahl · 10 years ago
  28. 7d90294 convert EXCEPTION_ to scoped enum by Noel Grandin · 10 years ago
  29. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  30. 43b4903 teach stylepolice plugin about ref-counted-pointer naming by Noel Grandin · 10 years ago
  31. 32cec4c tdf#48066 render stroke-miterlimit correctly in SVG import by Regina Henschel · 10 years ago
  32. b2e86d2 Fix typos by Andrea Gelmini · 10 years ago
  33. e1af7f0 clang-tidy modernize-loop-convert in c* by Noel Grandin · 10 years ago
  34. 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
  35. a30148d loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  36. bb92c93 - Removed the only-used-once FontLevelVector typedef by Ryan McCoskrie · 10 years ago
  37. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  38. ebe94af tdf#99165 initialize nLastX, nLastY by Armin Le Grand · 10 years ago
  39. 9b640c0 loplugin:passstuffbyref in canvas by Noel Grandin · 10 years ago
  40. 9cda847 tdf#99165 always provide control points for beziers by Armin Le Grand · 10 years ago
  41. b4ddacb fix copy assignment signatures by Jochen Nitschke · 10 years ago
  42. f0de437 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  43. f9b200c tdf#94306 replace boost::noncopyable in canvas by Jochen Nitschke · 10 years ago
  44. 96c1ae1 fix headless build by Oliver Specht · 10 years ago
  45. 5adde1b loplugin:unuseddefaultparams various by Noel Grandin · 10 years ago
  46. 9582fd9 -Werror,-Wshadow by Stephan Bergmann · 10 years ago
  47. 377bb64 -Werror,-Wnon-virtual-dtor by Stephan Bergmann · 10 years ago
  48. 6d1a9af -Werror,-Wunused-macros by Stephan Bergmann · 10 years ago
  49. d375caf werror: declaration hides previous declaration by David Ostrovsky · 10 years ago
  50. fbe9f84 werror: declaration hides previous declaration by David Ostrovsky · 10 years ago
  51. bd276bf werror: declaration of 'nWidth' hides previous declaration by David Ostrovsky · 10 years ago
  52. 5c43ca5 convert SpriteChangeRecord::ChangeType to scoped enum by Noel Grandin · 10 years ago
  53. 81b7de3 convert canvas::IRenderModule::PrimitiveType to scoped enum by Noel Grandin · 10 years ago
  54. 02a3207 convert canvas::IColorBuffer::Format to scoped enum by Noel Grandin · 10 years ago
  55. b2bb094 convert GradientType to scoped enum by Noel Grandin · 10 years ago
  56. a3c70e7 Fix missing iterator include on MSVC 14.0 by David Ostrovsky · 10 years ago
  57. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  58. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  59. 88730cd vcl: bmpacc.hxx -> bitmapaccess.hxx by Chris Sherlock · 10 years ago
  60. 5e971b2 vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute' by Chris Sherlock · 10 years ago
  61. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  62. 37b465b Remove leftover printf-style %f by Tor Lillqvist · 10 years ago
  63. 91c072b tdf#43157: Fix format string violations in OSL_TRACE etc. by aybuke · 10 years ago
  64. 1fd280f boost::tuple -> std::tuple by Caolán McNamara · 10 years ago
  65. d1a49df vcl: add text alignment functions to ImplFont and FontAttributes by Chris Sherlock · 10 years ago
  66. de6c489 canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNC by Michael Stahl · 10 years ago
  67. 863e1f0 Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__" by Michael Stahl · 10 years ago
  68. d01f7db canvas: replace BOOST_CURRENT_FUNCTION with __func__ by Michael Stahl · 10 years ago
  69. 90d8926 loplugin: unused return values by Noel Grandin · 10 years ago
  70. 28c96fc vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  71. 45654a1 revert vcl patch series that brok Mac and Windows by Norbert Thiebaud · 10 years ago
  72. 2b29711 vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  73. 08bbdaa vcl: Create accessor and mutator for int and ext leading in FontMetric by Chris Sherlock · 10 years ago
  74. 4af3fd7 Remove useless extra var for loop by Julien Nabet · 10 years ago
  75. 5ee8e22 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  76. 9d0b06e new loplugin rangedforcopy - use reference in range based for by Andrzej Hunt · 10 years ago
  77. 92e60e1 Fix typos by Andrea Gelmini · 10 years ago
  78. f22d153 Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIX by Caolán McNamara · 10 years ago
  79. 7f8c4b8 Use comphelper::containerToSequence() by Noel Grandin · 10 years ago
  80. a6aa29d Remove unused FMT_R8G8B8 by Stephan Bergmann · 10 years ago
  81. 8fa059f C++17 nested namespace definition by Stephan Bergmann · 10 years ago
  82. e54e5ee Unused forward decl by Stephan Bergmann · 10 years ago
  83. 675fbe9 -Werror,-Wunused-function by Stephan Bergmann · 10 years ago
  84. 8545342 -Werror,-Wunused-private-field by Stephan Bergmann · 10 years ago
  85. 6694e10 -Werror,-Wreorder by Stephan Bergmann · 10 years ago
  86. 6adbf13 -Werror,-Wreorder by Stephan Bergmann · 10 years ago
  87. df07744 -Werror,-Wunused-function by Stephan Bergmann · 10 years ago
  88. 1145de8 -Werror,-Winconsistent-missing-override by Stephan Bergmann · 10 years ago
  89. 3d8a01b expression result unused [-Werror,-Wunused-value] by Noel Grandin · 10 years ago
  90. 1f86864 loplugin:unusedfields various by Noel Grandin · 10 years ago
  91. b639fe6 VirtualDevices either match another device depth, or are 1 bit by Caolán McNamara · 10 years ago
  92. c43a3a5 establish that Virtual Devices either match Physical Device depth or ... by Caolán McNamara · 10 years ago
  93. 8f7025b5 Adapt Windows-only code by Stephan Bergmann · 10 years ago
  94. ce6170d loplugin:unusedfields in canvas by Noel Grandin · 10 years ago
  95. b879374 Seems more natural to pass a homogenous list by initializer_list by Stephan Bergmann · 10 years ago
  96. ab9add5 loplugin:sallogareas by Stephan Bergmann · 10 years ago
  97. 54d2295 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  98. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  99. 1a494d9 Windows header sanitization by Ashod Nakashian · 10 years ago
  100. a0b9baa Bin mesa_headers completely by Tor Lillqvist · 10 years ago