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