Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-02-08 | sb118: merged in DEV300_m71 | sb | |
2010-02-01 | #i10000# windows build fix, rearranged ifdef | Release Engineering | |
2010-01-29 | sb118: #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 win32 | thb | |
2010-01-19 | #i10000# win32: forgot precomplied header | thb | |
2010-01-18 | #i105937# Post-merge fixes | thb | |
* 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-18 | s390xport02: #i108410# different results for s390x | Caolán McNamara | |
2010-01-18 | #i108160# #i10000# backport cairocanvas build fix & more build fixes | thb | |
* adapted tests to use new testshl include dir * took P1 masterfix also for this cws * more tweaks to get build done | |||
2010-01-18 | thbfixes10: merge with DEV300 m69 | thb | |
2010-01-18 | #i52325# #i108250# removed B3DGeometry, fixed gradient/fill bitmap | thb | |
* 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 glitches | thb | |
* 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-13 | sb118: 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-11 | sb118: 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-09 | sb118: merged in DEV300_m69 | sb | |
2010-01-07 | sb118: make test libraries RPATH=NONE | sb | |
2010-01-05 | sb118: merged in DEV300_m68 | sb | |
2009-12-21 | aw078: resync to DEV300m68for integration | Armin Le Grand | |
2010-03-18 | aw079: rebase to m75 | Armin Le Grand | |
2010-02-10 | aw079: changes after resync (linux) | Armin Le Grand | |
2010-02-09 | aw069 changes after resync to m71# | Armin Le Grand | |
2010-01-27 | aw079: #i99147# attribute rework and others | Armin Le Grand | |
2010-01-07 | aw079: changes for resync | Armin Le Grand | |
2010-01-06 | aw079: #i107360# Added functionality for edges, polygons and polypolygons | Armin Le Grand | |
2009-12-11 | sb118: 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-08 | aw079: #i107360# numerical precision | Armin Le Grand | |
2009-12-02 | merge to m66 | mb93783 | |
2009-11-24 | CWS-TOOLING: integrate CWS ooo32gsl02_DEV300 | Vladimir Glazunov | |
2009-11-23 | merge commit for m65 | Mathias Bauer | |
2009-11-19 | aw078: changes after resync | Armin Le Grand | |
2009-11-18 | aw078: changes after resync to DEV300m64 | Armin Le Grand | |
2009-10-23 | #i106127# perf: ignore multiplicit solutions in maxdist calculation | hdu | |
2009-10-22 | commit after rebase to DEV300m62 | Armin 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 reallocations | hdu | |
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-allocation | hdu | |
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 cheaper | hdu | |
2009-10-21 | #i106127# perf: add and use B2DPolygon::reserve() to prevent many reallocations | hdu | |
2009-10-20 | #i105065# speedup 3D/FontWork | Armin 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 - fixed | thb | |
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 basegfx | thb | |
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 version | Armin Le Grand | |
2009-10-08 | #i105459# enhanced circles/ellipes for more mathematical correctness | Armin Le Grand | |
2009-09-29 | #i105323# speedup of 3D handling mostly for CustomShapes; HitTest and ↵ | Armin Le Grand | |
interactions optimized |