1. 794f09f simplify ternary conditions "xxx ? true : yyy" by Noel Grandin · 12 years ago
  2. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  3. a26d592 Revert "Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges" by Tor Lillqvist · 12 years ago
  4. ff05b6b Remove unused basegfx::tools::equal by Miklos Vajna · 12 years ago
  5. 1d28f42 Remove unused basegfx::unotools::homMatrixFromMatrix by Miklos Vajna · 12 years ago
  6. 34fa29e Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges by Miklos Vajna · 12 years ago
  7. 6cde764 typo: implicitely -> implicitly by Thomas Arnhold · 12 years ago
  8. 2805ac1 typo: choosen -> chosen by Thomas Arnhold · 12 years ago
  9. 6835d9f It's "its", not "it's" by Tor Lillqvist · 12 years ago
  10. 2f4d7b6 Clean up function declarations by Stephan Bergmann · 12 years ago
  11. 705d69a Clean up unreferenced functions by Stephan Bergmann · 12 years ago
  12. 8fdd994 coverity#984038 Uninitialized scalar variable by Caolán McNamara · 12 years ago
  13. 5a3c49c Remove unused inline functions by Stephan Bergmann · 12 years ago
  14. 74c5452 Typo: ccordinate->coordinate by Julien Nabet · 12 years ago
  15. 6e61ecd Merge back branch alg_writerframes to trunk by Armin Le Grand · 12 years ago
  16. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  17. 1f6cce7 Revert "remove unused code in basegfx" by Noel Grandin · 12 years ago
  18. 4ec1f76 remove unused code in basegfx by Noel Grandin · 12 years ago
  19. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  20. 978fb3e we can do away with mfSmallValue by Caolán McNamara · 12 years ago
  21. c5bcfe9 callcatcher: update unused code by Caolán McNamara · 12 years ago
  22. a96d7ce Remove visual noise from basegfx by Alexander Wilms · 12 years ago
  23. f45ff6b remove unused code basegfx::snapToNearestMultiple(double, double) by Noel Grandin · 12 years ago
  24. ffdd5d3 remove unused code basegfx::snapToRange(double, double, double) by Noel Grandin · 12 years ago
  25. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  26. ac6e8ac typo fixes in comments by Andras Timar · 12 years ago
  27. f9369d3 fdo#54938 Convert to cppu::supportsService by Alexandre Vicenzi · 12 years ago
  28. 76599f3 We're retrieving the arrow width, so let's do so directly. by Andrzej Hunt · 12 years ago
  29. ec7c8f4 nPointCount test inside nPointCount test by Caolán McNamara · 12 years ago
  30. 1424228 coverity#1130188 Logically dead code by Norbert Thiebaud · 12 years ago
  31. a14b4d2 cppcheck: fix some redundantAssignment by Julien Nabet · 12 years ago
  32. 55663af Use bool by Stephan Bergmann · 12 years ago
  33. 1acab105 Be explicit when using bool as integral value by Stephan Bergmann · 12 years ago
  34. c6999cc WaE: basegfx / trapezoid fix. by Michael Meeks · 12 years ago
  35. 82b5654 basegfx: accelerate Trapezoid subdivision by avoiding allocations. by Michael Meeks · 12 years ago
  36. 249107f Typos by Julien Nabet · 12 years ago
  37. acd5edd EMF+: Line thickness has to be considered when drawing the caps. by Jan Holesovsky · 12 years ago
  38. 12be7ad emptyness -> emptiness by Julien Nabet · 12 years ago
  39. 7c8164a -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
  40. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  41. 9589aa8 basegfx: include <> for external includes by Norbert Thiebaud · 12 years ago
  42. ef90021 convert OUString !compareToAscii to equalsAscii by Noel Grandin · 12 years ago
  43. f120005 Resolves: #i123500# redefined ColorModifiers and ColorModifierStack... by Armin Le Grand · 12 years ago
  44. 223f6b6 Resolves: #i123433# Detect pseudo-vertices at svg import... by Armin Le Grand · 12 years ago
  45. 9069e26 we need these old equal methods again by Caolán McNamara · 12 years ago
  46. c07016b Resolves: #i123465# no longer correct svg:d imports by Armin Le Grand · 12 years ago
  47. 8396cce clean up places accessing the NULL at the of an OUString by Noel Grandin · 12 years ago
  48. 66c803e Resolves: #i123379# various SVG marker corrections by Armin Le Grand · 12 years ago
  49. dae96f3 Fix a warning, don't hand-calc static array size. by Thorsten Behrens · 13 years ago
  50. 3e2dba1 Add 7-segment display polygon generator to basegfx. by Thorsten Behrens · 14 years ago
  51. b62826a Remove more unused methods by Marcos Paulo de Souza · 13 years ago
  52. d82fc9a warning C4701: potentially uninitialized local variable 'bChanged' used by Michael Stahl · 13 years ago
  53. b5c9668 Resolves: #i122149# Corrected stuff around polygon-based clip regions by Armin Le Grand · 13 years ago
  54. ee5ea3b fOne should be 1.0 not 10.0 by Caolán McNamara · 13 years ago
  55. 70e3eb2 Resolves: #i121267# added support for taking clipping into account... by Armin Le Grand · 13 years ago
  56. 59db4be Related: #i120604# corrected 3d gradients by Armin Le Grand · 14 years ago
  57. 5e39bc0 Related: #i120604# Adapted back texture mapper for gradients for 3D usage by Armin Le Grand · 14 years ago
  58. 385bb45 Resolves: #i120604# unified and secured gradient tooling for primitives by Armin Le Grand · 14 years ago
  59. 7442449 Resolves: #i122509# Corrected typo in basegfx by Armin Le Grand · 13 years ago
  60. 38d0229 Related: #120642# streamlined a little bit by Armin Le Grand · 14 years ago
  61. d3dde5d Resolves: #i120642# expand target to maximum edge not to diagonal by Regina Henschel · 14 years ago
  62. 5a6ed66 Resolves: #i120596# Optimized grid primitive by Armin Le Grand · 14 years ago
  63. cb6d67c Spelling "separate" (etc) correctly is hard by Tor Lillqvist · 13 years ago
  64. ed43421 Resolves: fdo#49508# #i120539# Fixed visualisation of gradient 'square' by Armin Le Grand · 14 years ago
  65. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  66. e4e9fba Don't point to inc directories that don't exist any longer by Tor Lillqvist · 13 years ago
  67. 1cc9bbf gbuild: drop empty use_packages calls by David Tardon · 13 years ago
  68. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  69. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  70. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  71. bed6ac7 Small vector calculation correction by Armin Le Grand · 13 years ago
  72. ba044b1 remove needless forward rtl::OUString declarations by Luboš Luňák · 13 years ago
  73. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  74. b847e3c Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 13 years ago
  75. 9b40d14 Add assert nCount <= vector.size() (Thank you Markus!) by Julien Nabet · 13 years ago
  76. c4aa061 Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 13 years ago
  77. 46b56dd Fix loplugin warning. by Thorsten Behrens · 13 years ago
  78. b2f8318 simplify OUString assignments by Chr. Rossmanith · 13 years ago
  79. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  80. 6dddefc fdo#43460: use isEmpty() by Thomas Arnhold · 13 years ago
  81. 67942a8 fix build by David Ostrovsky · 13 years ago
  82. 26e37ca doubled includes by Thomas Arnhold · 13 years ago
  83. 3abfdd0 it's surely a bad idea to not crash in dbgutil mode but crash in product mode by Caolán McNamara · 13 years ago
  84. b768611 remove all d.lst by Michael Stahl · 13 years ago
  85. 405caad loplugin: unused variables by Thomas Arnhold · 13 years ago
  86. 616c692 s/the the/the/ by Tor Lillqvist · 13 years ago
  87. d100aaa coverity#984038 Uninitialized scalar variable by Caolán McNamara · 13 years ago
  88. a53586f gbuild: do not copy boost headers around by Michael Stahl · 13 years ago
  89. 9a11737 Doxygenify helpful basegfx comments. by Thorsten Behrens · 13 years ago
  90. e67cea9 Revert "SVG: add check if polygon is closed" by Chr. Rossmanith · 13 years ago
  91. 80187ea new autogenerated PCH header for xmloff by Luboš Luňák · 13 years ago
  92. 0144c95 SVG: add check if polygon is closed by Chr. Rossmanith · 14 years ago
  93. 3322f0d Move #include to appropriate header by Takeshi Abe · 13 years ago
  94. 44cfc7c re-base on ALv2 code. Includes (at least) relevant parts of: by Michael Meeks · 13 years ago
  95. 6bc62f4 ::rtl::OUString -> OUString in basegfx by Ricardo Montania · 13 years ago
  96. 3fd0889 add SAL_WARN_UNUSED to some classes by Caolán McNamara · 13 years ago
  97. 2f93fb3 missing system header by Norbert Thiebaud · 14 years ago
  98. 36a2db3 Replace usage of rtl_*Memory with equivalent from string.h by Arnaud Versini · 14 years ago
  99. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  100. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago