summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Expand)Author
2014-01-29We're retrieving the arrow width, so let's do so directly.Andrzej Hunt
2014-01-27nPointCount test inside nPointCount testCaolán McNamara
2014-01-19coverity#1130188 Logically dead codeNorbert Thiebaud
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet
2014-01-10Use boolStephan Bergmann
2014-01-10Be explicit when using bool as integral valueStephan Bergmann
2014-01-01WaE: basegfx / trapezoid fix.Michael Meeks
2014-01-01basegfx: accelerate Trapezoid subdivision by avoiding allocations.Michael Meeks
2013-12-23TyposJulien Nabet
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky
2013-11-23emptyness -> emptinessJulien Nabet
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11basegfx: include <> for external includesNorbert Thiebaud
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-31we need these old equal methods againCaolán McNamara
2013-10-28Resolves: #i123465# no longer correct svg:d importsArmin Le Grand
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-11Resolves: #i123379# various SVG marker correctionsArmin Le Grand
2013-10-07Fix a warning, don't hand-calc static array size.Thorsten Behrens
2013-10-07Add 7-segment display polygon generator to basegfx.Thorsten Behrens
2013-09-03Remove more unused methodsMarcos Paulo de Souza
2013-08-15warning C4701: potentially uninitialized local variable 'bChanged' usedMichael Stahl
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand
2013-07-01fOne should be 1.0 not 10.0Caolán McNamara
2013-06-12Resolves: #i121267# added support for taking clipping into account...Armin Le Grand
2013-06-11Related: #i120604# corrected 3d gradientsArmin Le Grand
2013-06-11Related: #i120604# Adapted back texture mapper for gradients for 3D usageArmin Le Grand
2013-06-11Resolves: #i120604# unified and secured gradient tooling for primitivesArmin Le Grand
2013-06-10Resolves: #i122509# Corrected typo in basegfxArmin Le Grand
2013-05-19Related: #120642# streamlined a little bitArmin Le Grand
2013-05-19Resolves: #i120642# expand target to maximum edge not to diagonalRegina Henschel
2013-05-19Resolves: #i120596# Optimized grid primitiveArmin Le Grand
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-12Resolves: fdo#49508# #i120539# Fixed visualisation of gradient 'square'Armin Le Grand
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-11Small vector calculation correctionArmin Le Grand
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-04-01Add assert nCount <= vector.size() (Thank you Markus!)Julien Nabet
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-03-20Fix loplugin warning.Thorsten Behrens