summaryrefslogtreecommitdiff
path: root/basegfx/source
AgeCommit message (Expand)AuthorFilesLines
2014-02-25remove unused code basegfx::snapToRange(double, double, double)Noel Grandin1-25/+0
2014-02-23Remove unneccessary commentsAlexander Wilms3-41/+17
2014-02-06typo fixes in commentsAndras Timar2-4/+4
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-1/+2
2014-01-29We're retrieving the arrow width, so let's do so directly.Andrzej Hunt1-1/+1
2014-01-27nPointCount test inside nPointCount testCaolán McNamara1-109/+106
2014-01-19coverity#1130188 Logically dead codeNorbert Thiebaud1-1/+1
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet1-2/+1
2014-01-10Use boolStephan Bergmann2-4/+4
2014-01-10Be explicit when using bool as integral valueStephan Bergmann2-2/+2
2014-01-01WaE: basegfx / trapezoid fix.Michael Meeks1-1/+1
2014-01-01basegfx: accelerate Trapezoid subdivision by avoiding allocations.Michael Meeks1-65/+81
2013-12-23TyposJulien Nabet1-1/+1
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky1-3/+4
2013-11-23emptyness -> emptinessJulien Nabet1-1/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-6/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin2-16/+16
2013-11-11basegfx: include <> for external includesNorbert Thiebaud2-3/+3
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand1-33/+301
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand6-293/+1056
2013-10-31we need these old equal methods againCaolán McNamara2-0/+70
2013-10-28Resolves: #i123465# no longer correct svg:d importsArmin Le Grand1-2/+8
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-4/+8
2013-10-11Resolves: #i123379# various SVG marker correctionsArmin Le Grand1-0/+82
2013-10-07Fix a warning, don't hand-calc static array size.Thorsten Behrens1-2/+2
2013-10-07Add 7-segment display polygon generator to basegfx.Thorsten Behrens2-0/+194
2013-09-03Remove more unused methodsMarcos Paulo de Souza1-14/+0
2013-08-15warning C4701: potentially uninitialized local variable 'bChanged' usedMichael Stahl1-1/+1
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand5-4/+166
2013-07-01fOne should be 1.0 not 10.0Caolán McNamara1-1/+1
2013-06-12Resolves: #i121267# added support for taking clipping into account...Armin Le Grand2-2/+20
2013-06-11Related: #i120604# corrected 3d gradientsArmin Le Grand2-75/+13
2013-06-11Related: #i120604# Adapted back texture mapper for gradients for 3D usageArmin Le Grand1-14/+51
2013-06-11Resolves: #i120604# unified and secured gradient tooling for primitivesArmin Le Grand1-157/+237
2013-06-10Resolves: #i122509# Corrected typo in basegfxArmin Le Grand1-1/+1
2013-05-19Related: #120642# streamlined a little bitArmin Le Grand1-5/+4
2013-05-19Resolves: #i120642# expand target to maximum edge not to diagonalRegina Henschel1-5/+5
2013-05-19Resolves: #i120596# Optimized grid primitiveArmin Le Grand1-0/+77
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-12Resolves: fdo#49508# #i120539# Fixed visualisation of gradient 'square'Armin Le Grand1-4/+11
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-11Small vector calculation correctionArmin Le Grand1-1/+1
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-04-01Add assert nCount <= vector.size() (Thank you Markus!)Julien Nabet1-0/+1
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-21/+19
2013-03-20Fix loplugin warning.Thorsten Behrens2-174/+182
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-04fix buildDavid Ostrovsky1-0/+39
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-03-04it's surely a bad idea to not crash in dbgutil mode but crash in product modeCaolán McNamara1-39/+0