summaryrefslogtreecommitdiff
path: root/basegfx/source
AgeCommit message (Collapse)AuthorFilesLines
2003-11-05Added new area for PolyPolygon toolsArmin Weiss1-0/+102
2003-10-31includes were one inc too deep, correctingArmin Weiss20-76/+76
2003-10-28basegfx reorganizationArmin Weiss28-17/+4958
2003-09-26Reverted from 'optimized' doMulMatrix to plain version (since the former ↵Thorsten Behrens1-85/+12
botched the algo for nearly every non-trivial case
2003-08-20Some adaptions to coding guidelines. Method names are now lowercase, as well ↵Thorsten Behrens3-263/+263
as namespaces. Enums are class members, if applicable, and all uppercase. Instead of sal_Bool, we're using builtin-bool, for non-API stuff
2003-08-20Added missing ftools includeThorsten Behrens1-2/+6
2003-04-28ADded unsharp comparisons, addeed usage of these where useful/necessary.Armin Weiss2-21/+68
2003-04-15Extended the Polygon implementationArmin Weiss2-0/+1237
Splitted the Polygon tooling into PolygonTools and own namespace Changed names of local include files for templates
2003-03-14Added assigment operators for tuple, vector. Also added Flip() functionality ↵Armin Weiss1-12/+66
for Polygon.
2003-03-14Simplified polygon base template (PolygonPointList), changed some include ↵Armin Weiss1-343/+178
statements to work with big and small letters.
2003-03-06Evaluation of bezier clipping, not for production useThorsten Behrens5-0/+2682
2003-02-27Added Append/Inserts for polygons, expanded constructors, expanded ↵Armin Weiss1-0/+683
possibilities for appending/inserting only parts of source poly