Age | Commit message (Expand) | Author | Files | Lines |
2004-03-15 | #110496# Corrected algo | Thorsten Behrens | 1 | -3/+3 |
2004-03-15 | #110496# Moved methods into basegfx namespace | Thorsten Behrens | 1 | -19/+19 |
2004-02-25 | #110496# Made B2ITuple convertible to B2DTuple. Completed filter list | Thorsten Behrens | 4 | -101/+150 |
2004-02-24 | #110496# Added tools lib to dll | Thorsten Behrens | 1 | -2/+3 |
2004-02-24 | Initial revisio | Thorsten Behrens | 2 | -0/+432 |
2004-02-24 | Initial revision | Thorsten Behrens | 1 | -0/+153 |
2004-02-16 | #110496# Made headers gcc-Wall clean, added some Canvas-related tooling | Thorsten Behrens | 50 | -146/+154 |
2004-02-12 | Added areControlPointsUsed(), areControlVectorsUsed() methods | Armin Weiss | 2 | -7/+8 |
2004-02-12 | Changed usages of (G/S)etControlVector(A/B) to use the new curve convention t... | Armin Weiss | 5 | -32/+109 |
2004-02-04 | Finished adaptive subdivision for cubic beziers. Quadratic beziers are still ... | Thorsten Behrens | 1 | -39/+67 |
2004-02-04 | Finished test code for adaptive bezier subdivision, and added generic gnuplot... | Thorsten Behrens | 2 | -141/+77 |
2004-02-03 | Re-Added some automatic type conversions | Armin Weiss | 15 | -52/+203 |
2004-01-16 | Added == and != operators to ranges, some other goodies, too. Also changed re... | Armin Weiss | 14 | -30/+251 |
2004-01-16 | #110496# Some more adaptions to integer classes | Thorsten Behrens | 5 | -14/+272 |
2004-01-16 | Initial revision | Thorsten Behrens | 8 | -0/+766 |
2004-01-16 | #110496# Added integer point, size and rectangle classes, needed for the new ... | Thorsten Behrens | 50 | -893/+953 |
2004-01-15 | Initial revision | Thorsten Behrens | 18 | -0/+3496 |
2003-12-08 | Updated unit tests | Thorsten Behrens | 3 | -48/+107 |
2003-12-08 | Merged to AW's latest changes, added preliminary bezier testcases | Thorsten Behrens | 5 | -305/+541 |
2003-12-08 | Initial revision | Thorsten Behrens | 1 | -0/+68 |
2003-12-03 | remaned min, max, abs to their longer names due to preprocessor expansions | Armin Weiss | 5 | -25/+25 |
2003-11-28 | Removed in-between namespaces (curve, matrix, numeric, point, polygon, range,... | Armin Weiss | 55 | -7452/+7384 |
2003-11-26 | Added support for B3DPolyPOlygon, moved BDRange from source/inc to range name... | Armin Weiss | 26 | -165/+611 |
2003-11-26 | BDRange no longer needed, moved to namespace range and the directories there | Armin Weiss | 2 | -8/+8 |
2003-11-26 | Added support for B3DPolygons | Armin Weiss | 4 | -0/+1602 |
2003-11-26 | Moved BasicRange header and implementation to range namespace and directories | Armin Weiss | 1 | -0/+177 |
2003-11-26 | Added B3DPolygon support | Armin Weiss | 4 | -0/+552 |
2003-11-12 | Put Impl class into anonymous namespace | Thorsten Behrens | 2 | -10/+10 |
2003-11-12 | Added scalar cross() method to B2DVector, which returns length of the 2D cros... | Thorsten Behrens | 1 | -2/+7 |
2003-11-12 | Added second adaptive subdivision method (this time with an angle differences... | Thorsten Behrens | 4 | -80/+513 |
2003-11-11 | added B2DVector::angle | Armin Weiss | 2 | -4/+20 |
2003-11-11 | Added functionality at the Poly and PolyPolygon tools for subdivides, correct... | Armin Weiss | 4 | -9/+121 |
2003-11-10 | Moved template declaration to internal namespace | Thorsten Behrens | 3 | -458/+466 |
2003-11-10 | Initial revision | Thorsten Behrens | 2 | -0/+347 |
2003-11-10 | Added bezier tools file | Thorsten Behrens | 1 | -4/+5 |
2003-11-10 | Some error corrections, some additions to polygon stuff, making PolyPolygonCu... | Armin Weiss | 16 | -88/+203 |
2003-11-06 | Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon and... | Armin Weiss | 26 | -214/+680 |
2003-11-06 | Added tooling for cutting PolyPolygons | Armin Weiss | 1 | -0/+1135 |
2003-11-06 | Added tooling for PolyPolygon cutting | Armin Weiss | 1 | -0/+280 |
2003-11-05 | Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_... | Armin Weiss | 35 | -387/+1067 |
2003-11-05 | Added new area for PolyPolygon tools | Armin Weiss | 2 | -0/+203 |
2003-11-03 | Added entries for tuple and range | Armin Weiss | 1 | -2/+7 |
2003-10-31 | removed /sdr from deliver paths | Armin Weiss | 1 | -13/+13 |
2003-10-31 | Added deliver statements for most used headers | Armin Weiss | 1 | -11/+28 |
2003-10-31 | includes were one inc too deep, correcting | Armin Weiss | 33 | -76/+2811 |
2003-10-31 | includes were one inc too deep, correcting | Armin Weiss | 6 | -0/+1401 |
2003-10-28 | basegfx reorganization | Armin Weiss | 30 | -40/+4977 |
2003-10-28 | basegfx reorganization | Armin Weiss | 1 | -7/+10 |
2003-10-17 | #110496# Make this compile under Windows again, outlined various inlines (mos... | Thorsten Behrens | 1 | -13/+6 |
2003-09-26 | Slight changes in grouping; having three files now | Thorsten Behrens | 1 | -19/+19 |