1. 42bf098 Replace EmfPlusRecordType decimal valuse with hex by Bartosz Kosiorek · 9 years ago
  2. faad314 tdf#101638 diameter and radius were mixed up, devide by two by Patrick J · 9 years ago
  3. 2b14fb3 cppcanvas, oox: add missing #include <osl/endian.h> by Michael Stahl · 9 years ago
  4. b01c5ae loplugin:unusedmethods unused return types by Noel Grandin · 9 years ago
  5. 9183e2c Revert "tdf#96505 Get rid of cargo cult "long" integer literals" by jan iversen · 9 years ago
  6. 8ae33b1 tdf#96505 Get rid of cargo cult "long" integer literals by Rosen · 10 years ago
  7. 954f752 convert MapUnit to scoped enum by Noel Grandin · 10 years ago
  8. a2b77b4 loplugin:singlevalfields in basic..idl by Noel Grandin · 10 years ago
  9. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  10. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  11. 1256980 convert GradientStyle to scoped enum by Noel Grandin · 10 years ago
  12. 65ca57a convert LineStyle to scoped enum by Noel Grandin · 10 years ago
  13. 489a47d loplugin:stringconstant: adapt to improved OUStringLiteral1 (cppcanvas) by Stephan Bergmann · 10 years ago
  14. 2e6d964 Revert "temp tinderbox fix" by Caolán McNamara · 10 years ago
  15. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  16. fd8f328 Clean up uses of Any::getValue() in cppcanvas by Stephan Bergmann · 10 years ago
  17. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
  18. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  19. 52225a3 Convert ComplexTextLayoutMode to scoped enum by Noel Grandin · 10 years ago
  20. 990082f Convert FontRelief to scoped enum by Noel Grandin · 10 years ago
  21. 50ac0f5 convert FONT_EMPHASIS_MARK to scoped enum by Noel Grandin · 10 years ago
  22. e1af7f0 clang-tidy modernize-loop-convert in c* by Noel Grandin · 10 years ago
  23. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  24. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  25. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  26. c664b27 tdf#94306 remove unused boost dependencies by Jochen Nitschke · 10 years ago
  27. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  28. 40c3e90 loplugin:unreffun (missing "= delete") by Stephan Bergmann · 10 years ago
  29. f781997 tdf#94306 replace boost::noncopyable in c... by Jochen Nitschke · 10 years ago
  30. ef97576 tdf#97525 vcl: make DeletionListener internal by Jochen Nitschke · 10 years ago
  31. f0f973d loplugin:constantparams in vcl/ by Noel Grandin · 10 years ago
  32. 1c85800 tdf#95709 adapt clip polygon for transparence groups by Armin Le Grand · 10 years ago
  33. db80671 loplugin:write only fields by Noel Grandin · 10 years ago
  34. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  35. 01aa78c vcl: cmdevt.[hc]xx -> commandevent.[hc]xx by Chris Sherlock · 10 years ago
  36. 88730cd vcl: bmpacc.hxx -> bitmapaccess.hxx by Chris Sherlock · 10 years ago
  37. 249e3d6 vcl: split exception types from input types by Chris Sherlock · 10 years ago
  38. 27a114e loplugin:fpcomparison in cppcanvas/ by Noel Grandin · 10 years ago
  39. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  40. c3cc559 remove B2DLineJoin::Middle by Caolán McNamara · 10 years ago
  41. 98c3436 boost::hash->std::hash by Noel Grandin · 10 years ago
  42. e9a2e04 OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that by Caolán McNamara · 10 years ago
  43. 3187193 tools: rename FontUnderline to FontLineStyle by Chris Sherlock · 10 years ago
  44. 28c96fc vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  45. 45654a1 revert vcl patch series that brok Mac and Windows by Norbert Thiebaud · 10 years ago
  46. 2b29711 vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  47. 08bbdaa vcl: Create accessor and mutator for int and ext leading in FontMetric by Chris Sherlock · 10 years ago
  48. bccd83e Some cleanup for sal_uIntPtr usage by Johannes Hauf · 10 years ago
  49. aa330a9 cppcheck: allocaCalled by Caolán McNamara · 10 years ago
  50. a643222 No need for a separate <vcl/graph.h> by Tor Lillqvist · 10 years ago
  51. b639fe6 VirtualDevices either match another device depth, or are 1 bit by Caolán McNamara · 10 years ago
  52. c43a3a5 establish that Virtual Devices either match Physical Device depth or ... by Caolán McNamara · 10 years ago
  53. c2ef638 loplugin:unusedfields in cppcanvas by Noel Grandin · 10 years ago
  54. b879374 Seems more natural to pass a homogenous list by initializer_list by Stephan Bergmann · 10 years ago
  55. 61f168d Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short) by Stephan Bergmann · 10 years ago
  56. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  57. d7801c3 Namespace cleanup and disambiguation by Ashod Nakashian · 10 years ago
  58. 311fd06 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  59. 48a3359 Reduce scope of #include <tools/poly.hxx> by Matteo Casalin · 10 years ago
  60. 5491988 Replace boost::bind by lambdas in cppcanvas tree. by Mario J. Rugiero · 10 years ago
  61. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  62. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  63. 3a00aae boost->std by Caolán McNamara · 11 years ago
  64. 22b80ac boost->std by Caolán McNamara · 11 years ago
  65. daecb93 tdf#93750 allow for EMF+ record padding up to 11 bytes by Mike Kaganski · 11 years ago
  66. ef46917 Put Polygon from tools under tools:: namespace by Norbert Thiebaud · 11 years ago
  67. 4712396 loplugin: defaultparams by Noel Grandin · 11 years ago
  68. e5ec630 stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx by Norbert Thiebaud · 11 years ago
  69. 403c134 loplugin:unusedmethods by Noel Grandin · 11 years ago
  70. 17ae282 Whitespace cleanup / re-alignment. by Thorsten Behrens · 11 years ago
  71. a99520e com::sun::star->css in cppcanvas by Noel Grandin · 11 years ago
  72. a175788 tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  73. 7aa9f04 do not include boost/utility.hpp by Michael Stahl · 11 years ago
  74. 4a121d40 this SAL_INFO uses brush which might be NULL by Caolán McNamara · 11 years ago
  75. 69c88a3 Fix typos by Andrea Gelmini · 11 years ago
  76. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  77. 1afb790 inline COMPHELPER_SERVICEDECL_ macro by Noel Grandin · 11 years ago
  78. ad62165 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  79. 98215b5 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  80. 42f771d convert B2DLineJoin to scoped enum by Noel Grandin · 11 years ago
  81. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  82. dd466513 window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent by Caolán McNamara · 11 years ago
  83. ad0c5e6 convert META_*_ACTION constants to scoped enum by Noel Grandin · 11 years ago
  84. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  85. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  86. 26ec80f loplugin:staticmethods by Noel Grandin · 11 years ago
  87. 4ff758fe Manual cleanup of misc. issues. by Michael Meeks · 11 years ago
  88. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  89. 5d133eb6 first half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  90. ad8a207 cure a lot of unfortunate ScopedVclPtrs. by Michael Meeks · 11 years ago
  91. 820576a start wrapping OutputDevice in VclPtr by Noel Grandin · 11 years ago
  92. d793077 boost references are unhealty for VclPtr. by Michael Meeks · 11 years ago
  93. 6d393f8 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  94. d18aa94 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  95. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  96. f0a6041 gbuild: CppunitTest: always use unittest configuration by Michael Stahl · 11 years ago
  97. 3744d85 boost->std by Caolán McNamara · 11 years ago
  98. b13b01a loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  99. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  100. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago