summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Collapse)Author
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-08sb118: merged in DEV300_m71sb
2010-02-01#i10000# windows build fix, rearranged ifdefRelease Engineering
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-21#i10000# Disable fp-fragile unit tests; fix build on win32thb
2010-01-19#i10000# win32: forgot precomplied headerthb
2010-01-18#i105937# Post-merge fixesthb
* nicer gradient poly setup, made code more self-explanatory * corrected order of rotation matrix multiplication * fixed build breakage in presenter screen, type only implicitely included
2010-01-18s390xport02: #i108410# different results for s390xCaolán McNamara
2010-01-18#i108160# #i10000# backport cairocanvas build fix & more build fixesthb
* adapted tests to use new testshl include dir * took P1 masterfix also for this cws * more tweaks to get build done
2010-01-18thbfixes10: merge with DEV300 m69thb
2010-01-18#i52325# #i108250# removed B3DGeometry, fixed gradient/fill bitmapthb
* removed unused & broken B3DGeometry class * fixed bug in basegfx::tools::isRectangle for polygons with curves * fixed cairocanvas gradient and bitmap fill rendering * fixed vclcanvas bitmap fill rendering (not clipping properly) * added TextureMode::NONE, adapted all client code * fixed snafu in XGraphicDevice.idl, with missing include
2010-01-16#i105937# Fixed a few remaining gradient glitchesthb
* linear/axial gradient were f*cked up when border and rotation was given * found another place where drawinglayer was generating helper polygons for gradients (vclgradienthelper.cxx), adapted to new value ranges * fixed build breakage in debug build in oox * fixed order of gradient color generation
2010-01-13sb118: adapted cppunit.mk to cppunittester and no longer require "dmake ↵sb
test" to run tests; changed places back to include _cppunit.mk where it had been taken out before
2010-01-11sb118: introduced AUGMENT_LIBRARY_PATH_LOCAL, used by CPPUNITTESTER so that ↵sb
tests within a module pick up shared libs from that module in the local output tree
2010-01-09sb118: merged in DEV300_m69sb
2010-01-07sb118: make test libraries RPATH=NONEsb
2010-01-05sb118: merged in DEV300_m68sb
2009-12-21aw078: resync to DEV300m68for integrationArmin Le Grand
2010-03-18aw079: rebase to m75Armin Le Grand
2010-02-10aw079: changes after resync (linux)Armin Le Grand
2010-02-09aw069 changes after resync to m71#Armin Le Grand
2010-01-27aw079: #i99147# attribute rework and othersArmin Le Grand
2010-01-07aw079: changes for resyncArmin Le Grand
2010-01-06aw079: #i107360# Added functionality for edges, polygons and polypolygonsArmin Le Grand
2009-12-11sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb
- Old modifications were necessary for testshl2, which has simply been excluded from the build for now. - Tests in basebmp, basegfx, o3tl (that are executed during build) have been converted from using modified CppUnit/testshl2 to using unmodified CppUnit. - CppUnit's DllPlugInTester has problems with OOo tests on Windows, see #i107562#, so for now a new cppunittester from sal is used instead.
2009-12-08aw079: #i107360# numerical precisionArmin Le Grand
2009-12-02merge to m66mb93783
2009-11-24CWS-TOOLING: integrate CWS ooo32gsl02_DEV300Vladimir Glazunov
2009-11-23merge commit for m65Mathias Bauer
2009-11-19aw078: changes after resyncArmin Le Grand
2009-11-18aw078: changes after resync to DEV300m64Armin Le Grand
2009-10-23#i106127# perf: ignore multiplicit solutions in maxdist calculationhdu
2009-10-22commit after rebase to DEV300m62Armin Le Grand
2009-10-22#i106127# perf: using vector.push_back() instead of the generic ↵hdu
vector.insertAtWithCount() is worth it when it gets called a gazillion times
2009-10-22#i106127# more pre-allocations to prevent reallocationshdu
2009-10-22#i106127# perf: consecutive polygon segments always touch so costly ↵hdu
decisions based only on the touch-criterion should be avoided for this case
2009-10-22#i106127# fix typo in new method getMaxDistancePositions()hdu
2009-10-22#i106127# perf: free roaming curve-subdivision also benefit from pre-allocationhdu
2009-10-21#i106127# perf: add B2DCubicBezier::getMaxDistancePositions ( ) to allow ↵hdu
better bezier-subdivisions
2009-10-21#i106127# perf: make self-intersection-test of bezier curve much cheaperhdu
2009-10-21#i106127# perf: add and use B2DPolygon::reserve() to prevent many reallocationshdu
2009-10-20#i105065# speedup 3D/FontWorkArmin Weiss
2009-10-16#i105939# Decided returning by const ref was a bad idea, coupling-thb
and in terms of unwanted side effects (think vector re-allocating the mem). Fixed iterator-to-ptr conversion for obvious oversights.
2009-10-16#i105939# Side-tracked by extensive unit test slowness - fixedthb
by properly using strbuf in svg exporter
2009-10-16#i105939# Adds clip state handling class to basegfx; makes use of that also ↵thb
from slideshow
2009-10-16#i105939# Adds special box clipping support to basegfxthb
2009-10-16#i105937# Much improved gradient support for canvas/basegfx/drawinglayer.thb
See http://blog.thebehrens.net/2009/07/28/hackweek-iv-canvas-convwatch/ for more background information
2009-10-15#i105655# commiting changes2 so far for preparing linux versionArmin Le Grand
2009-10-08#i105459# enhanced circles/ellipes for more mathematical correctnessArmin Le Grand
2009-09-29#i105323# speedup of 3D handling mostly for CustomShapes; HitTest and ↵Armin Le Grand
interactions optimized