summaryrefslogtreecommitdiff
path: root/twin_draw.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-03Rework clip handling. The clip rectangle and the origin of drawingBenjamin Herrenschmidt1-12/+24
2006-12-01Fix crash in twin_composite if msk == NULLBenjamin Herrenschmidt1-2/+2
2006-11-28Fix copy/paste bogon on 16 bits tranformBenjamin Herrenschmidt benh@kernel.crashing.org1-2/+2
2006-11-28Add some basic affine transform support to compositing.Benjamin Herrenschmidt benh@kernel.crashing.org1-32/+313
2006-11-24Change from MIT to LGPL licenseKeith Packard1-18/+15
2004-10-29add demoline + demosplineKeith Packard1-4/+4
2004-10-27Move bevel routine to twin_widget for sharingKeith Packard1-1/+1
2004-10-25Add dispatch stuff to manage timeouts, workprocs and files. Remove threadKeith Packard1-49/+58
2004-10-06Add the beginings of event dispatch and a bit of window managementKeith Packard1-11/+7
2004-10-05Update API to use twin_ types for most everything.Keith Packard1-43/+33
2004-10-04Fix a clipping bugKeith Packard1-2/+2
2004-09-30Handle unhinted text.Keith Packard1-0/+6
2004-09-21Add convolution. Pen starting position needs work.Keith Packard1-3/+0
2004-09-15Initial revisionKeith Packard1-0/+408