summaryrefslogtreecommitdiffstats
path: root/basegfx/source
Commit message (Expand)AuthorAgeFilesLines
* Some cppcheck cleaningJulien Nabet2011-05-043-12/+12
* cppcheck inefficient checking for emptinessKayo Hamid2011-04-221-2/+2
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-34/+33
|\
| * Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-111-34/+33
| |\
| | * OOO330Ivo Hinkelmann2010-11-301-2/+2
| | |\
| | * | #i114938# fix extremum parameter calculationHerbert Duerr [hdu]2010-10-131-12/+12
| | * | CWS-TOOLING: integrate CWS vcl114Vladimir Glazunov2010-08-251-28/+27
| | |\ \
| | | * | vcl114: #i106127# fix numeric problemsHerbert Duerr [hdu]2010-07-211-28/+27
* | | | | WaE: enable exceptions for new containersCaolán McNamara2011-03-162-0/+4
* | | | | Related: rhbz#684477 make sure this is thread safeCaolán McNamara2011-03-141-12/+22
* | | | | Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold2011-03-125-8/+6
|/ / / /
* | | | avoid implicit castCaolán McNamara2011-03-011-4/+4
* | | | clear windows warning, struct vs classCaolán McNamara2011-02-161-1/+1
* | | | Trying to remove the stlport mention from the codeFridrich Štrba2011-02-091-1/+1
* | | | Clean up makefilesThomas Arnhold2011-02-0211-36/+0
* | | | split the expr, as gcc 4.6 bails out on itDavid Tardon2011-01-251-3/+3
* | | | WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-242-1/+2
* | | | Remove old RCS lines.Thomas Arnhold2011-01-215-15/+0
* | | | cppcheck: prefer prefix variantCaolán McNamara2011-01-011-1/+1
* | | | Replace all occured, occurance etc.Takeshi Abe2010-12-051-1/+1
* | | | Merge branch 'libreoffice-3-3'Rene Engelhard2010-11-261-2/+2
|\ \ \ \
| * \ \ \ Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard2010-11-261-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | #i115761# Impress freezes opening the attached odp file(s)obo2010-11-241-2/+2
| | |/ /
* | | | cppcheck: methods can be constCaolán McNamara2010-11-251-2/+2
* | | | RTL_CONSTASCII_USTRINGPARAM in libs-gui 12Gert Faller2010-11-231-2/+2
|/ / /
* | | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1468-0/+203
* | | micro optimization, including iostream adds globals to your codeCaolán McNamara2010-10-141-0/+2
* | | remove include guards using fixguard.pyPetr Mladek2010-10-053-0/+0
|/ /
* / #i113776# avoid default adaptive subdivision for nowHerbert Duerr [hdu]2010-08-131-1/+2
|/
* #i111715# corrected numerical cases for polygon clipper and geometry creatorArmin Le Grand2010-05-271-2/+4
* Merged DEV300_m76thb2010-04-124-0/+1336
|\
| * aw079: rebase to m75Armin Le Grand2010-03-1877-326/+77
| |\
| * | aw079: #i99147# attribute rework and othersArmin Le Grand2010-01-271-0/+18
| * | aw079: changes for resyncArmin Le Grand2010-01-073-0/+1318
| |\ \
| | * | aw079: #i107360# Added functionality for edges, polygons and polypolygonsArmin Le Grand2010-01-061-85/+417
| | * | aw079: #i107360# numerical precisionArmin Le Grand2009-12-083-0/+986
* | | | Merge DEV300_m75thb2010-03-3175-317/+75
|\ \ \ \ | | |_|/ | |/| |
| * | | changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-1277-326/+77
| |/ /
* | | Fix rgb2hsl miscalculation + add according test casethb2010-02-191-1/+1
* | | #i10000# win32: forgot precomplied headerthb2010-01-191-0/+3
* | | #i105937# Post-merge fixesthb2010-01-181-16/+10
* | | thbfixes10: merge with DEV300 m69thb2010-01-1812-390/+812
|\| |
| * | aw078: resync to DEV300m68for integrationArmin Le Grand2009-12-214-8/+161
| |\|
| | * CWS-TOOLING: integrate CWS ooo32gsl02_DEV300Vladimir Glazunov2009-11-241-36/+131
| | |\
| | | * #i105065# speedup 3D/FontWorkArmin Weiss2009-10-201-36/+131
| | * | #i106127# perf: ignore multiplicit solutions in maxdist calculationhdu2009-10-231-12/+22
| | * | #i106127# perf: using vector.push_back() instead of the generic vector.insert...hdu2009-10-221-1/+34
| | * | #i106127# more pre-allocations to prevent reallocationshdu2009-10-222-1/+4
| | * | #i106127# perf: consecutive polygon segments always touch so costly decisions...hdu2009-10-221-4/+29
| | * | #i106127# fix typo in new method getMaxDistancePositions()hdu2009-10-221-2/+2