1. 61f168d Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short) by Stephan Bergmann · 10 years ago
  2. 06116bd1 Fast PCH generator and optimized PCH files by Ashod Nakashian · 10 years ago
  3. d7801c3 Namespace cleanup and disambiguation by Ashod Nakashian · 10 years ago
  4. 311fd06 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  5. 48a3359 Reduce scope of #include <tools/poly.hxx> by Matteo Casalin · 10 years ago
  6. 5491988 Replace boost::bind by lambdas in cppcanvas tree. by Mario J. Rugiero · 10 years ago
  7. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  8. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  9. 3a00aae boost->std by Caolán McNamara · 11 years ago
  10. 22b80ac boost->std by Caolán McNamara · 11 years ago
  11. daecb93 tdf#93750 allow for EMF+ record padding up to 11 bytes by Mike Kaganski · 11 years ago
  12. ef46917 Put Polygon from tools under tools:: namespace by Norbert Thiebaud · 11 years ago
  13. 4712396 loplugin: defaultparams by Noel Grandin · 11 years ago
  14. e5ec630 stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx by Norbert Thiebaud · 11 years ago
  15. 403c134 loplugin:unusedmethods by Noel Grandin · 11 years ago
  16. 17ae282 Whitespace cleanup / re-alignment. by Thorsten Behrens · 11 years ago
  17. a99520e com::sun::star->css in cppcanvas by Noel Grandin · 11 years ago
  18. a175788 tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  19. 7aa9f04 do not include boost/utility.hpp by Michael Stahl · 11 years ago
  20. 4a121d40 this SAL_INFO uses brush which might be NULL by Caolán McNamara · 11 years ago
  21. 69c88a3 Fix typos by Andrea Gelmini · 11 years ago
  22. 0980095 Replace boost::scoped_array<T> with std::unique_ptr<T[]> by Takeshi Abe · 11 years ago
  23. 1afb790 inline COMPHELPER_SERVICEDECL_ macro by Noel Grandin · 11 years ago
  24. ad62165 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  25. 98215b5 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  26. 42f771d convert B2DLineJoin to scoped enum by Noel Grandin · 11 years ago
  27. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  28. dd466513 window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent by Caolán McNamara · 11 years ago
  29. ad0c5e6 convert META_*_ACTION constants to scoped enum by Noel Grandin · 11 years ago
  30. d883c12 Get rid of the initial :: for the vcl namespace by Tor Lillqvist · 11 years ago
  31. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  32. 26ec80f loplugin:staticmethods by Noel Grandin · 11 years ago
  33. 4ff758fe Manual cleanup of misc. issues. by Michael Meeks · 11 years ago
  34. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  35. 5d133eb6 first half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  36. ad8a207 cure a lot of unfortunate ScopedVclPtrs. by Michael Meeks · 11 years ago
  37. 820576a start wrapping OutputDevice in VclPtr by Noel Grandin · 11 years ago
  38. d793077 boost references are unhealty for VclPtr. by Michael Meeks · 11 years ago
  39. 6d393f8 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  40. d18aa94 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  41. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  42. f0a6041 gbuild: CppunitTest: always use unittest configuration by Michael Stahl · 11 years ago
  43. 3744d85 boost->std by Caolán McNamara · 11 years ago
  44. b13b01a loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  45. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  46. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  47. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  48. aa9267d CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in Draw by Miklos Vajna · 11 years ago
  49. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  50. 1986693 emfplus: re-work and cleanup unit test by Michael Meeks · 11 years ago
  51. 949b6ef cppcanvas: CPPCANVAS_DEBUG_EMFPLUS_DUMP_TO is expected to be UTF-8 by Miklos Vajna · 11 years ago
  52. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  53. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  54. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  55. af5ebbf create a macro library for implementing bit-flags types by Noel Grandin · 12 years ago
  56. 1eb3571 Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP by Stephan Bergmann · 12 years ago
  57. 15eceec loplugin: cstylecast by Noel Grandin · 12 years ago
  58. c9d4a28 fdo#82577: Handle PolyPolygon by Noel Grandin · 12 years ago
  59. 476f5aa cppcanvas: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  60. d7fdf70 coverity#1241427 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  61. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  62. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  63. a69f8ea vcl: convert push flags to type-safe enum-like class by Noel Grandin · 12 years ago
  64. 794d5ac vcl: use enum for complex text layout constants by Noel Grandin · 12 years ago
  65. 5631661 Missing test dependencies by Stephan Bergmann · 12 years ago
  66. c3e8faa coverity#1228877 Structurally dead code by Caolán McNamara · 12 years ago
  67. 7dc96eb fdo#81799 we need cppuhelper here too by David Tardon · 12 years ago
  68. 8124418 Use better coordinates for unit test of fdo#77229 by Arnaud Versini · 12 years ago
  69. cd3d26b vcl consitent use of long for corrdinate by Norbert Thiebaud · 12 years ago
  70. a34e2e0 emf+: recognise some more object types by Tomaž Vajngerl · 12 years ago
  71. f97c539 emf+: emulate hatch with color blend by Tomaž Vajngerl · 12 years ago
  72. 816f4be bnc#881024 Handle 0 font height just like outdev & drawinglayer by Tomaž Vajngerl · 12 years ago
  73. cef094ef emf+: Log type name instead of the type number by Tomaž Vajngerl · 12 years ago
  74. e50ef19 New loplugin:stringconcat by Stephan Bergmann · 12 years ago
  75. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  76. 798f410 Fix vclplug_* dependencies for gb_CppunitTest_use_vcl by Stephan Bergmann · 12 years ago
  77. eaf7e4f Lets assume gb_CppunitTest_unset_headless was cargo cult here by Stephan Bergmann · 12 years ago
  78. 13b2519 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  79. 369d959 DeInitVCL at end of tests by Stephan Bergmann · 12 years ago
  80. bb78022 Fix memory leak in test code by Stephan Bergmann · 12 years ago
  81. 563c236 cppcheck: Function parameter 'rStartPos' should be passed by reference by Thomas Arnhold · 12 years ago
  82. cf10dd6 cppcheck: Function parameter 'rLineInfo' should be passed by reference by Thomas Arnhold · 12 years ago
  83. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  84. 4c0ec2a Blind fix for red Tinderboxes, following by Julien Nabet · 12 years ago
  85. 261b1ad '!= false' is redundant, and confusing - kill it. by Jan Holesovsky · 12 years ago
  86. 9f1e44e coverity#738576 Uninitialized pointer field by Caolán McNamara · 12 years ago
  87. 76f74ef coverity#738575 Uninitialized pointer field by Caolán McNamara · 12 years ago
  88. b3e332b coverity#738574 Uninitialized scalar field by Caolán McNamara · 12 years ago
  89. 766d5e4 coverity#738573 Uninitialized scalar field by Caolán McNamara · 12 years ago
  90. c79a5f8 remove executable bit by Andras Timar · 12 years ago
  91. bcd2437 CppunitTest_cppcanvas_emfplus: disable this in case there is no display to use by Miklos Vajna · 12 years ago
  92. c3d90aa fdo#77229 testcase by Miklos Vajna · 12 years ago
  93. c2af50e fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case by Miklos Vajna · 12 years ago
  94. 2cc2a39 Clean up function declarations by Stephan Bergmann · 12 years ago
  95. 8ab93ae cppcanvas: sal_Bool->bool by Noel Grandin · 12 years ago
  96. 8f6c55a Replace SV_DECL/IMPL_REF macros with SvRef template by Stephan Bergmann · 12 years ago
  97. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  98. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  99. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  100. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago