summaryrefslogtreecommitdiff
path: root/basegfx/source
AgeCommit message (Expand)AuthorFilesLines
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold5-8/+6
2011-03-01avoid implicit castCaolán McNamara1-4/+4
2011-02-16clear windows warning, struct vs classCaolán McNamara1-1/+1
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-1/+1
2011-02-02Clean up makefilesThomas Arnhold11-36/+0
2011-01-25split the expr, as gcc 4.6 bails out on itDavid Tardon1-3/+3
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara2-1/+2
2011-01-21Remove old RCS lines.Thomas Arnhold5-15/+0
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-05Replace all occured, occurance etc.Takeshi Abe1-1/+1
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard1-2/+2
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard1-2/+2
2010-11-25cppcheck: methods can be constCaolán McNamara1-2/+2
2010-11-24#i115761# Impress freezes opening the attached odp file(s)obo1-2/+2
2010-11-23RTL_CONSTASCII_USTRINGPARAM in libs-gui 12Gert Faller1-2/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth68-0/+203
2010-10-14micro optimization, including iostream adds globals to your codeCaolán McNamara1-0/+2
2010-10-05remove include guards using fixguard.pyPetr Mladek3-0/+0
2010-08-13#i113776# avoid default adaptive subdivision for nowHerbert Duerr [hdu]1-1/+2
2010-05-27#i111715# corrected numerical cases for polygon clipper and geometry creatorArmin Le Grand1-2/+4
2010-04-12Merged DEV300_m76thb4-0/+1336
2010-03-31Merge DEV300_m75thb75-317/+75
2010-02-19Fix rgb2hsl miscalculation + add according test casethb1-1/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien77-326/+77
2010-01-19#i10000# win32: forgot precomplied headerthb1-0/+3
2010-01-18#i105937# Post-merge fixesthb1-16/+10
2010-01-18thbfixes10: merge with DEV300 m69thb12-390/+812
2010-01-18#i52325# #i108250# removed B3DGeometry, fixed gradient/fill bitmapthb2-60/+2
2010-01-16#i105937# Fixed a few remaining gradient glitchesthb1-17/+12
2009-12-21aw078: resync to DEV300m68for integrationArmin Le Grand4-8/+161
2010-03-18aw079: rebase to m75Armin Le Grand77-326/+77
2010-01-27aw079: #i99147# attribute rework and othersArmin Le Grand1-0/+18
2010-01-07aw079: changes for resyncArmin Le Grand3-0/+1318
2010-01-06aw079: #i107360# Added functionality for edges, polygons and polypolygonsArmin Le Grand1-85/+417
2009-12-08aw079: #i107360# numerical precisionArmin Le Grand3-0/+986
2009-11-24CWS-TOOLING: integrate CWS ooo32gsl02_DEV300Vladimir Glazunov1-36/+131
2009-10-23#i106127# perf: ignore multiplicit solutions in maxdist calculationhdu1-12/+22
2009-10-22commit after rebase to DEV300m62Armin Le Grand2-0/+273
2009-10-22#i106127# perf: using vector.push_back() instead of the generic vector.insert...hdu1-1/+34
2009-10-22#i106127# more pre-allocations to prevent reallocationshdu2-1/+4
2009-10-22#i106127# perf: consecutive polygon segments always touch so costly decisions...hdu1-4/+29
2009-10-22#i106127# fix typo in new method getMaxDistancePositions()hdu1-2/+2
2009-10-22#i106127# perf: free roaming curve-subdivision also benefit from pre-allocationhdu1-1/+6
2009-10-21#i106127# perf: add B2DCubicBezier::getMaxDistancePositions ( ) to allow bett...hdu1-0/+48
2009-10-21#i106127# perf: make self-intersection-test of bezier curve much cheaperhdu1-0/+5
2009-10-21#i106127# perf: add and use B2DPolygon::reserve() to prevent many reallocationshdu2-0/+24
2009-10-20#i105065# speedup 3D/FontWorkArmin Weiss1-36/+131
2009-10-16#i105939# Decided returning by const ref was a bad idea, coupling-thb3-14/+50
2009-10-16#i105939# Side-tracked by extensive unit test slowness - fixedthb1-24/+27
2009-10-16#i105939# Adds clip state handling class to basegfx; makes use of that also f...thb3-1/+704