summaryrefslogtreecommitdiff
path: root/basegfx/source/curve
AgeCommit message (Collapse)AuthorFilesLines
2008-04-10INTEGRATION: CWS changefileheader (1.12.32); FILE MERGEDRüdiger Timm1-26/+18
2008/04/01 10:48:12 thb 1.12.32.2: #i85898# Stripping all external header guards 2008/03/28 16:05:48 rt 1.12.32.1: #i87441# Change license header to LPGL v3.
2007-07-18INTEGRATION: CWS aw051 (1.13.14); FILE MERGEDOliver Bolte1-78/+229
2007/06/11 14:41:47 aw 1.13.14.3: #i77162# 2nd adaptions to new bezier handling 2007/06/06 15:49:41 aw 1.13.14.2: #i77162# B2DPolygin control point interface changes 2007/05/10 09:48:51 aw 1.13.14.1: #i76891#
2007-07-18INTEGRATION: CWS aw051 (1.11.34); FILE MERGEDOliver Bolte1-528/+5
2007/06/11 14:41:47 aw 1.11.34.1: #i77162# 2nd adaptions to new bezier handling
2007-01-25INTEGRATION: CWS aw040 (1.12.16); FILE MERGEDOliver Bolte1-7/+19
2007/01/15 16:03:33 aw 1.12.16.1: #i72104# angle computation needst to use the last non-zero vector when one control vector is zero
2006-09-17INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:16:34 kaib 1.8.36.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.11.28); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:16:34 kaib 1.11.28.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.10.12); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:16:33 kaib 1.10.12.1: #i68856# Added header markers and pch files
2006-06-20INTEGRATION: CWS warnings01 (1.9.8); FILE MERGEDJens-Heiner Rechtien1-6/+6
2005/10/24 16:15:01 pl 1.9.8.1: #i55991# remove warnings for solaris platform
2005-11-02INTEGRATION: CWS canvas02 (1.9.22); FILE MERGEDKurt Zenker1-16/+159
2005/10/08 13:13:44 thb 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/28 10:10:17 thb 1.9.22.1: Join from cws_src680_aw024: #i48939# and new rendering subsystem need AW's clipper changes
2005-09-07INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 17:38:34 rt 1.2.62.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:38:34 rt 1.7.62.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.9.26); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:38:33 rt 1.9.26.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.8.30); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:38:33 rt 1.8.30.1: #i54170# Change license header: remove SISSL
2004-12-13INTEGRATION: CWS aw022 (1.8.38); FILE MERGEDRüdiger Timm1-9/+292
2004/11/25 11:09:19 aw 1.8.38.2: #i37443# 2004/11/18 11:47:37 aw 1.8.38.1: #i37380#
2004-11-03INTEGRATION: CWS aw019 (1.7.26); FILE MERGEDPascal Junck1-21/+32
2004/10/06 11:14:27 aw 1.7.26.1: #i34831#
2004-05-19INTEGRATION: CWS hr4 (1.6.14); FILE MERGEDRüdiger Timm1-6/+6
2004/05/19 11:39:49 hr 1.6.14.2: #i29326#: Visual C** needs _USE_MATH_DEFINES for math constants 2004/05/19 11:25:28 hr 1.6.14.1: #i29326#: remove dependency on tools
2004-02-12Changed usages of (G/S)etControlVector(A/B) to use the new curve convention ↵Armin Weiss1-2/+20
that both vectors are relative to the point of the edge. Before, B was relative to the next edge. Also added (G/S)etControlPoint(A/B) interface for B2DPolygon.
2004-02-04Finished adaptive subdivision for cubic beziers. Quadratic beziers are still ↵Thorsten Behrens1-39/+67
missing, though
2004-01-16#110496# Added integer point, size and rectangle classes, needed for the new ↵Thorsten Behrens2-14/+14
canvas
2003-12-08Merged to AW's latest changes, added preliminary bezier testcasesThorsten Behrens1-242/+263
2003-11-28Removed in-between namespaces (curve, matrix, numeric, point, polygon, ↵Armin Weiss3-520/+510
range, tuple, vector). Names were too common and e.g. vector leaded to problems with some defines. This is now avoided. Also some bug fixes, addition of 3d polygon tooling etc.
2003-11-26Added support for B3DPolyPOlygon, moved BDRange from source/inc to range ↵Armin Weiss3-24/+27
namespace and the directories
2003-11-12Added second adaptive subdivision method (this time with an angle ↵Thorsten Behrens1-56/+364
differences as the stopping criterion
2003-11-10Initial revisionThorsten Behrens1-0/+216
2003-11-10Added bezier tools fileThorsten Behrens1-4/+5
2003-11-06Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon ↵Armin Weiss2-9/+9
and B2DPolyPolygon
2003-11-05Added PolyPolygonTools, Added PolygonTool functionality, changed bool to ↵Armin Weiss2-14/+14
sal_Bool
2003-10-31includes were one inc too deep, correctingArmin Weiss2-7/+7
2003-10-28basegfx reorganizationArmin Weiss3-0/+392