summaryrefslogtreecommitdiffstats
path: root/basegfx
Commit message (Expand)AuthorAgeFilesLines
* typo fixes in commentsAndras Timar2014-02-062-4/+4
* fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi2014-02-031-1/+2
* We're retrieving the arrow width, so let's do so directly.Andrzej Hunt2014-01-291-1/+1
* nPointCount test inside nPointCount testCaolán McNamara2014-01-271-109/+106
* coverity#1130188 Logically dead codeNorbert Thiebaud2014-01-191-1/+1
* cppcheck: fix some redundantAssignmentJulien Nabet2014-01-121-2/+1
* Use boolStephan Bergmann2014-01-102-4/+4
* Be explicit when using bool as integral valueStephan Bergmann2014-01-102-2/+2
* WaE: basegfx / trapezoid fix.Michael Meeks2014-01-011-1/+1
* basegfx: accelerate Trapezoid subdivision by avoiding allocations.Michael Meeks2014-01-013-69/+114
* TyposJulien Nabet2013-12-231-1/+1
* EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky2013-11-271-3/+4
* emptyness -> emptinessJulien Nabet2013-11-231-1/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-6/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-16/+16
* basegfx: include <> for external includesNorbert Thiebaud2013-11-119-25/+25
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-8/+8
* Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand2013-11-061-33/+301
* Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand2013-10-3111-343/+1095
* we need these old equal methods againCaolán McNamara2013-10-312-0/+70
* Resolves: #i123465# no longer correct svg:d importsArmin Le Grand2013-10-281-2/+8
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-4/+8
* Resolves: #i123379# various SVG marker correctionsArmin Le Grand2013-10-111-0/+82
* Fix a warning, don't hand-calc static array size.Thorsten Behrens2013-10-071-2/+2
* Add 7-segment display polygon generator to basegfx.Thorsten Behrens2013-10-073-0/+195
* Remove more unused methodsMarcos Paulo de Souza2013-09-031-14/+0
* warning C4701: potentially uninitialized local variable 'bChanged' usedMichael Stahl2013-08-151-1/+1
* Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand2013-08-145-4/+166
* fOne should be 1.0 not 10.0Caolán McNamara2013-07-011-1/+1
* Resolves: #i121267# added support for taking clipping into account...Armin Le Grand2013-06-122-2/+20
* Related: #i120604# corrected 3d gradientsArmin Le Grand2013-06-112-75/+13
* Related: #i120604# Adapted back texture mapper for gradients for 3D usageArmin Le Grand2013-06-111-14/+51
* Resolves: #i120604# unified and secured gradient tooling for primitivesArmin Le Grand2013-06-111-157/+237
* Resolves: #i122509# Corrected typo in basegfxArmin Le Grand2013-06-101-1/+1
* Related: #120642# streamlined a little bitArmin Le Grand2013-05-191-5/+4
* Resolves: #i120642# expand target to maximum edge not to diagonalRegina Henschel2013-05-191-5/+5
* Resolves: #i120596# Optimized grid primitiveArmin Le Grand2013-05-191-0/+77
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* Resolves: fdo#49508# #i120539# Fixed visualisation of gradient 'square'Armin Le Grand2013-05-121-4/+11
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-26/+4
* Don't point to inc directories that don't exist any longerTor Lillqvist2013-04-241-1/+0
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-3/+0
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-3/+0
* execute move of global headersBjoern Michaelsen2013-04-2373-12081/+0
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
* Small vector calculation correctionArmin Le Grand2013-04-111-1/+1
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-072-5/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-076-30/+30
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-04-011-1/+1
* Add assert nCount <= vector.size() (Thank you Markus!)Julien Nabet2013-04-011-0/+1