summaryrefslogtreecommitdiff
path: root/basegfx
AgeCommit message (Collapse)Author
2012-12-05Small vector calculation correctionArmin Le Grand
Notes: merged as: bed6ac7d1b3e8327fa27091ddde0b515f44875cd
2012-10-26#121267# added support for taking clipping into account for metafile-based ↵Armin Le Grand
exporters to vector formats Notes: merged as: 70e3eb2c1762fb1ca097cf671e3c7ce3d0dfd1b7
2012-10-04#120604# corrected 3d gradients, adapted basegfx to be smarter in some areasArmin Le Grand
Notes: merged as: 59db4be207ca6651a29366d326436ba2f40bb6ab
2012-10-02#120604# Adapted back texture mapper for gradients for 3D usageArmin Le Grand
Notes: merged as: 5e39bc0937940e8d0f78668366e9de447269f0df
2012-10-02#120604# unified and secured gradient tooling for primitives, adapted usagesArmin Le Grand
Notes: merged as: 385bb4547359027bca6d5158e00e541f094b277e
2012-09-07#120642# streamlined a little bitArmin Le Grand
Notes: merged as: 38d02291f32d0f605a4046a96fd6c90abd935f6b
2012-09-07#i120642# expand target to maximum edge not to diagonalRegina Henschel
Notes: merged as: d3dde5d940d69d6b859fef3ff722e349d7d89c54
2012-08-23#120596# Optimized grid primitive, added some tooling to basegfxArmin Le Grand
Notes: merged as: 5a6ed660ec74e445a827c7aa41e4793c64a46271
2012-08-14#120539# Fixed visualisation of gradeint type 'square' which was broken in ↵Armin Le Grand
OOo3.3 Notes: merged as: ed43421545c86f85b5fc4b9a33be077748fb8487
2012-03-29Update headers to Alv2 headersAndrew Rist
2012-02-22Update headers to Alv2 headersAndrew Rist
2012-02-18i118923 - OS/2 port: new link system now uses unix style.Yuri Dario
2012-02-16i118923 - OS/2 port: cppunit is no longer broken.Yuri Dario
2012-02-15remove svn:executable properties from more source filesHerbert Dürr
2012-02-15remove svn:executable properties from make and pack filesHerbert Dürr
2012-02-15remove svn:executable properties from source filesHerbert Dürr
2012-01-26#118838# LineGeometry creation for complicated cases optimized to create ↵Armin Le Grand
single Polygons
2012-01-17linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel ↵Armin Le Grand
for doing the basic implementation and offering it under apache license Notes: merged as: 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70
2012-01-13Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2011-12-19Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to ↵Armin Le Grand
trunk, first version of Svg stable and done
2011-11-24i118608 - IP clearance: Remove internal cppunit source, use system-cppunit ↵Pedro Giffuni
instead. Patch by Andre Fischer (af).
2011-11-13i118582: OS/2 port - more misc. changes by ydario.Pedro Giffuni
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-08-28fix up code so it builds with GCC 4.6:Michael Stahl
put user-defined default constructors in some classes. remove "mutable" from reference variables. include stddef.h where size_t or ptrdiff_t was not defined.
2010-11-30OOO330Ivo Hinkelmann
2010-11-24#i115761# Impress freezes opening the attached odp file(s)obo
Notes: split repo tag: libs-gui_ooo/OOO330_m17
2010-10-13#i114938# fix extremum parameter calculationHerbert Duerr [hdu]
2010-08-25CWS-TOOLING: integrate CWS vcl114Vladimir Glazunov
2010-08-25CWS-TOOLING: integrate CWS cmcfixes77Vladimir Glazunov
2010-08-13#i113776# avoid default adaptive subdivision for nowHerbert Duerr [hdu]
2010-08-03cmcfixes77: #i113503# system non-stlport cppunit with OOo stlportCaolán McNamara
2010-07-21vcl114: #i106127# fix numeric problemsHerbert Duerr [hdu]
2010-05-27#i111715# corrected numerical cases for polygon clipper and geometry creatorArmin Le Grand
2010-04-19DEV300 masterfix: #i10000#: adapt to cppunit changes by CWS sb118, fix ↵Release Engineering
license headers Notes: split repo tag: libs-gui_ooo/DEV300_m77
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb
2010-04-13CWS-TOOLING: integrate CWS cmcfixes73Jens-Heiner Rechtien
2010-04-12Merged DEV300_m76thb
2010-03-31Merge DEV300_m75thb
* 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 McNamara
2010-03-12cmcfixes73: #i110069# add 61 count for ia64 as wellCaolán McNamara
2010-03-04sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb
2010-03-04sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard
2010-03-03sb118: add --with-system-cppunitRene Engelhard
2010-02-25sb118: merged in DEV300_m72sb
2010-02-19Merged with dev300_m71thb
2010-02-19Fix rgb2hsl miscalculation + add according test casethb
* the fourth quadrant hue calculation had a typo for the rgb2hsl function. fixed now. * added testcase that break before, and works now