1. 21b1529 this SAL_INFO uses brush which might be NULL by Caolán McNamara · 11 years ago
  2. 9c5ea04 gbuild: CppunitTest: always use unittest configuration by Michael Stahl · 11 years ago
  3. a67b834 CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in Draw by Miklos Vajna · 11 years ago
  4. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  5. 1986693 emfplus: re-work and cleanup unit test by Michael Meeks · 11 years ago
  6. 949b6ef cppcanvas: CPPCANVAS_DEBUG_EMFPLUS_DUMP_TO is expected to be UTF-8 by Miklos Vajna · 11 years ago
  7. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  8. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  9. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  10. af5ebbf create a macro library for implementing bit-flags types by Noel Grandin · 12 years ago
  11. 1eb3571 Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP by Stephan Bergmann · 12 years ago
  12. 15eceec loplugin: cstylecast by Noel Grandin · 12 years ago
  13. c9d4a28 fdo#82577: Handle PolyPolygon by Noel Grandin · 12 years ago
  14. 476f5aa cppcanvas: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  15. d7fdf70 coverity#1241427 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  16. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  17. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  18. a69f8ea vcl: convert push flags to type-safe enum-like class by Noel Grandin · 12 years ago
  19. 794d5ac vcl: use enum for complex text layout constants by Noel Grandin · 12 years ago
  20. 5631661 Missing test dependencies by Stephan Bergmann · 12 years ago
  21. c3e8faa coverity#1228877 Structurally dead code by Caolán McNamara · 12 years ago
  22. 7dc96eb fdo#81799 we need cppuhelper here too by David Tardon · 12 years ago
  23. 8124418 Use better coordinates for unit test of fdo#77229 by Arnaud Versini · 12 years ago
  24. cd3d26b vcl consitent use of long for corrdinate by Norbert Thiebaud · 12 years ago
  25. a34e2e0 emf+: recognise some more object types by Tomaž Vajngerl · 12 years ago
  26. f97c539 emf+: emulate hatch with color blend by Tomaž Vajngerl · 12 years ago
  27. 816f4be bnc#881024 Handle 0 font height just like outdev & drawinglayer by Tomaž Vajngerl · 12 years ago
  28. cef094ef emf+: Log type name instead of the type number by Tomaž Vajngerl · 12 years ago
  29. e50ef19 New loplugin:stringconcat by Stephan Bergmann · 12 years ago
  30. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  31. 798f410 Fix vclplug_* dependencies for gb_CppunitTest_use_vcl by Stephan Bergmann · 12 years ago
  32. eaf7e4f Lets assume gb_CppunitTest_unset_headless was cargo cult here by Stephan Bergmann · 12 years ago
  33. 13b2519 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  34. 369d959 DeInitVCL at end of tests by Stephan Bergmann · 12 years ago
  35. bb78022 Fix memory leak in test code by Stephan Bergmann · 12 years ago
  36. 563c236 cppcheck: Function parameter 'rStartPos' should be passed by reference by Thomas Arnhold · 12 years ago
  37. cf10dd6 cppcheck: Function parameter 'rLineInfo' should be passed by reference by Thomas Arnhold · 12 years ago
  38. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  39. 4c0ec2a Blind fix for red Tinderboxes, following by Julien Nabet · 12 years ago
  40. 261b1ad '!= false' is redundant, and confusing - kill it. by Jan Holesovsky · 12 years ago
  41. 9f1e44e coverity#738576 Uninitialized pointer field by Caolán McNamara · 12 years ago
  42. 76f74ef coverity#738575 Uninitialized pointer field by Caolán McNamara · 12 years ago
  43. b3e332b coverity#738574 Uninitialized scalar field by Caolán McNamara · 12 years ago
  44. 766d5e4 coverity#738573 Uninitialized scalar field by Caolán McNamara · 12 years ago
  45. c79a5f8 remove executable bit by Andras Timar · 12 years ago
  46. bcd2437 CppunitTest_cppcanvas_emfplus: disable this in case there is no display to use by Miklos Vajna · 12 years ago
  47. c3d90aa fdo#77229 testcase by Miklos Vajna · 12 years ago
  48. c2af50e fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case by Miklos Vajna · 12 years ago
  49. 2cc2a39 Clean up function declarations by Stephan Bergmann · 12 years ago
  50. 8ab93ae cppcanvas: sal_Bool->bool by Noel Grandin · 12 years ago
  51. 8f6c55a Replace SV_DECL/IMPL_REF macros with SvRef template by Stephan Bergmann · 12 years ago
  52. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  53. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  54. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  55. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  56. 8448d13 Remove visual noise from cppcanvas by Alexander Wilms · 12 years ago
  57. 63de816 Update little-to-big endian GetSwapFloat functions by Douglas Mencken · 12 years ago
  58. 9aee4d1 harmonize Tell() Seek() type. by Norbert Thiebaud · 12 years ago
  59. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  60. e8f8f24 vcl: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  61. cc74d3c fix debug=2 build by Caolán McNamara · 12 years ago
  62. 0c7f352 remove SvStream::operator>> methods by Noel Grandin · 12 years ago
  63. 15535e3 convert SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  64. 186b4eb convert specialised SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  65. 8d1ca88 EMF+: Only draw endcap outline if not filled, fix endcap scaling. by Andrzej Hunt · 12 years ago
  66. 460c15b Apparently broken bitmask operation by Stephan Bergmann · 12 years ago
  67. 766a512 coverity#1158489 Uninitialized scalar field by Caolán McNamara · 12 years ago
  68. d113e32 longparas: remove now broken STRING_LEN uses by Caolán McNamara · 12 years ago
  69. d4dd5c3 longparas: convert ValidateKashidas to sal_Int32 by Caolán McNamara · 12 years ago
  70. 9b1ceab EMF+: actually use lineJoin attribute for polygons. by Andrzej Hunt · 12 years ago
  71. 83f2b3c EMF+: mapping can rotate the width vector, so use resulting length. by Andrzej Hunt · 12 years ago
  72. 793f14d EMF+: Add EMFPlusPointR detection to EMFPPath. by Andrzej Hunt · 12 years ago
  73. d8dedc7 EMF+: Integer coordinate values are signed. by Andrzej Hunt · 12 years ago
  74. 4c539fa vcl get rid of xub_StrLen and STRING_LEN in outdev3 by Norbert Thiebaud · 12 years ago
  75. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  76. 131f323 EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set. by Matúš Kukan · 12 years ago
  77. eb45c69 EMF+: Log the stride too. by Jan Holesovsky · 12 years ago
  78. f115ec6 EMF+: Do not ignore source rectangle of the image to be rendered. by Matúš Kukan · 12 years ago
  79. 05d2994 Further XCanvas != XBitmapCanvas cleanup. by Thorsten Behrens · 12 years ago
  80. 72aa511 Revert "Resolves: fdo#71527 make presenter console not crash/useless" by Thorsten Behrens · 12 years ago
  81. 639aa8e Resolves: fdo#71527 make presenter console not crash/useless by Caolán McNamara · 12 years ago
  82. acd5edd EMF+: Line thickness has to be considered when drawing the caps. by Jan Holesovsky · 12 years ago
  83. b64d5dc WaE: potentially uninitialized local variable 'pPattern' used by Tor Lillqvist · 12 years ago
  84. 9abd09f -Werror,-Wunused-const-variable by Stephan Bergmann · 12 years ago
  85. ad8875e2 EMF+: Set the stroke attributes on the custom line caps. by Jan Holesovsky · 12 years ago
  86. ff98a07 EMF+: Render custom line cap data. by Jan Holesovsky · 12 years ago
  87. 20f9413 EMF+: Parse custom line cap data for start and end line caps. by Jan Holesovsky · 12 years ago
  88. 172acd5 EMF+: Small cleanup & more logging in preparation for line starts & ends. by Jan Holesovsky · 12 years ago
  89. 4097751 EMF+: Implement line dashing. by Jan Holesovsky · 12 years ago
  90. 6f6b12c EMF+: Stroke size is always supposed to be absolute. by Jan Holesovsky · 12 years ago
  91. 2241fd5 remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiL by Noel Grandin · 12 years ago
  92. 6eac9de remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL by Noel Grandin · 12 years ago
  93. d454834 Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls" by Noel Grandin · 12 years ago
  94. acebbee remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls by Noel Grandin · 12 years ago
  95. 39b5943 -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
  96. aeb41c9 remove redundant calls to OUString constructor by Noel Grandin · 12 years ago
  97. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  98. b538fc5 fdo#60698: Move fileaccess module to ucb by Marcos Paulo de Souza · 12 years ago
  99. 3d0d071 n#812793: Reverting the workaround. by Muthu Subramanian · 12 years ago
  100. 21ec9be XCanvas does no longer imply XBitmapCanvas by Thorsten Behrens · 14 years ago