summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Collapse)AuthorFilesLines
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth159-0/+472
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14micro optimization, including iostream adds globals to your codeCaolán McNamara2-1/+3
2010-10-06#i113503# cppunit stl wrapper headersCaolán McNamara8-0/+21
2010-10-05more removed include guards using fixguard.pyPetr Mladek2-0/+0
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-19DEV300 masterfix: #i10000#: adapt to cppunit changes by CWS sb118, fix ↵Release Engineering4-56/+20
license headers Notes: split repo tag: libs-gui_ooo/DEV300_m77
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien7-95/+39
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb15-13/+1498
2010-04-13CWS-TOOLING: integrate CWS cmcfixes73Jens-Heiner Rechtien1-27/+0
2010-04-12Merged DEV300_m76thb15-13/+1498
2010-03-31Merge DEV300_m75thb160-668/+161
* resolved two conflicts caused by lineend changes in canvashelper_texturefill.cxx and implrenderer.cxx. Took the cws version, which uses new texture fill semantics, and fixes clipping bug * binned file header changes from head for deleted files
2010-03-18cmcfixes73: #i110069# remove platform-dependent testCaolán McNamara1-26/+0
2010-03-12cmcfixes73: #i110069# add 61 count for ia64 as wellCaolán McNamara1-10/+9
2010-03-04sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb1-3/+1
2010-03-04sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard1-0/+4
2010-03-03sb118: add --with-system-cppunitRene Engelhard1-1/+1
2010-02-25sb118: merged in DEV300_m72sb164-686/+165
2010-02-19Merged with dev300_m71thb1-2/+5
2010-02-19Fix rgb2hsl miscalculation + add according test casethb2-1/+3
* the fourth quadrant hue calculation had a typo for the rgb2hsl function. fixed now. * added testcase that break before, and works now
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien164-686/+165
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-08sb118: merged in DEV300_m71sb1-2/+5
2010-02-01#i10000# windows build fix, rearranged ifdefRelease Engineering1-4/+2
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb1-1/+1
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 win32thb1-3/+5
2010-01-19#i10000# win32: forgot precomplied headerthb1-0/+3
2010-01-18#i105937# Post-merge fixesthb1-16/+10
* 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 McNamara1-1/+6
2010-01-18#i108160# #i10000# backport cairocanvas build fix & more build fixesthb4-4/+4
* 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 m69thb24-495/+1053
2010-01-18#i52325# #i108250# removed B3DGeometry, fixed gradient/fill bitmapthb4-134/+12
* 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 glitchesthb1-17/+12
* 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 ↵sb1-11/+1
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 ↵sb1-13/+1
tests within a module pick up shared libs from that module in the local output tree
2010-01-09sb118: merged in DEV300_m69sb12-438/+708
2010-01-07sb118: make test libraries RPATH=NONEsb1-0/+1
2010-01-05sb118: merged in DEV300_m68sb7-72/+36
2009-12-21aw078: resync to DEV300m68for integrationArmin Le Grand13-21/+210
2010-03-18aw079: rebase to m75Armin Le Grand164-686/+165
2010-02-10aw079: changes after resync (linux)Armin Le Grand1-1/+1
2010-02-09aw069 changes after resync to m71#Armin Le Grand1-2/+5
2010-01-27aw079: #i99147# attribute rework and othersArmin Le Grand2-0/+22
2010-01-07aw079: changes for resyncArmin Le Grand13-13/+1476
2010-01-06aw079: #i107360# Added functionality for edges, polygons and polypolygonsArmin Le Grand2-88/+458
2009-12-11sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb7-71/+36
- 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 Grand13-13/+1106
2009-12-02merge to m66mb937831-36/+131
2009-11-24CWS-TOOLING: integrate CWS ooo32gsl02_DEV300Vladimir Glazunov1-36/+131
2009-11-23merge commit for m65Mathias Bauer9-13/+201