summaryrefslogtreecommitdiff
path: root/twin_path.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-24Change from MIT to LGPL licenseKeith Packard1-18/+15
2004-10-29add demoline + demosplineKeith Packard1-64/+155
2004-10-25Add dispatch stuff to manage timeouts, workprocs and files. Remove threadKeith Packard1-31/+47
2004-10-06Add the beginings of event dispatch and a bit of window managementKeith Packard1-1/+0
2004-10-05Update API to use twin_ types for most everything.Keith Packard1-8/+52
2004-10-04Fix a clipping bugKeith Packard1-0/+22
2004-10-02Add put_begin to screen structure so that the backend can batch updates.Keith Packard1-7/+15
2004-09-30Handle unhinted text.Keith Packard1-1/+108
2004-09-28Add some more fixed point functionsKeith Packard1-6/+1
2004-09-27Add affine transformation support. Fix convex hull to eliminate all pointsKeith Packard1-155/+150
2004-09-26Hmm. Not sure this is right, but I'm giving it a try. Recognize closedKeith Packard1-1/+18
2004-09-24Fix twin_fixed_floor to work for negative values correctly AddKeith Packard1-2/+42
2004-09-21Add a few definitionsKeith Packard1-2/+3
2004-09-21Add convolution. Pen starting position needs work.Keith Packard1-0/+274