summaryrefslogtreecommitdiff
path: root/basegfx/source
AgeCommit message (Expand)Author
2004-01-16Initial revisionThorsten Behrens
2004-01-16#110496# Added integer point, size and rectangle classes, needed for the new ...Thorsten Behrens
2003-12-08Merged to AW's latest changes, added preliminary bezier testcasesThorsten Behrens
2003-12-03remaned min, max, abs to their longer names due to preprocessor expansionsArmin Weiss
2003-11-28Removed in-between namespaces (curve, matrix, numeric, point, polygon, range,...Armin Weiss
2003-11-26Added support for B3DPolyPOlygon, moved BDRange from source/inc to range name...Armin Weiss
2003-11-26BDRange no longer needed, moved to namespace range and the directories thereArmin Weiss
2003-11-26Added support for B3DPolygonsArmin Weiss
2003-11-12Added scalar cross() method to B2DVector, which returns length of the 2D cros...Thorsten Behrens
2003-11-12Added second adaptive subdivision method (this time with an angle differences...Thorsten Behrens
2003-11-11added B2DVector::angleArmin Weiss
2003-11-11Added functionality at the Poly and PolyPolygon tools for subdivides, correct...Armin Weiss
2003-11-10Moved template declaration to internal namespaceThorsten Behrens
2003-11-10Initial revisionThorsten Behrens
2003-11-10Added bezier tools fileThorsten Behrens
2003-11-10Some error corrections, some additions to polygon stuff, making PolyPolygonCu...Armin Weiss
2003-11-06Added tooling for PolyPolygon cutting and some more tooling at B2DPolygon and...Armin Weiss
2003-11-06Added tooling for cutting PolyPolygonsArmin Weiss
2003-11-05Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_...Armin Weiss
2003-11-05Added new area for PolyPolygon toolsArmin Weiss
2003-10-31includes were one inc too deep, correctingArmin Weiss
2003-10-28basegfx reorganizationArmin Weiss
2003-09-26Reverted from 'optimized' doMulMatrix to plain version (since the former botc...Thorsten Behrens
2003-08-20Some adaptions to coding guidelines. Method names are now lowercase, as well ...Thorsten Behrens
2003-08-20Added missing ftools includeThorsten Behrens
2003-04-28ADded unsharp comparisons, addeed usage of these where useful/necessary.Armin Weiss
2003-04-15Extended the Polygon implementationArmin Weiss
2003-03-14Added assigment operators for tuple, vector. Also added Flip() functionality ...Armin Weiss
2003-03-14Simplified polygon base template (PolygonPointList), changed some include sta...Armin Weiss
2003-03-06Evaluation of bezier clipping, not for production useThorsten Behrens
2003-02-27Added Append/Inserts for polygons, expanded constructors, expanded possibilit...Armin Weiss