summaryrefslogtreecommitdiff
path: root/twinint.h
AgeCommit message (Expand)AuthorFilesLines
2006-11-28Add some basic affine transform support to compositing.Benjamin Herrenschmidt benh@kernel.crashing.org1-0/+16
2006-11-28Fix timeout handling with more than one timeoutBenjamin Herrenschmidt benh@kernel.crashing.org1-0/+5
2006-11-26Add back support for pre-converted ttf fonts. The metrics generated byBenjamin Herrenschmidt1-11/+0
2006-11-24Change from MIT to LGPL licenseKeith Packard1-18/+15
2004-10-29add demoline + demosplineKeith Packard1-0/+9
2004-10-27Add calculator and missing header filesKeith Packard1-4/+2
2004-10-27Move bevel routine to twin_widget for sharingKeith Packard1-0/+5
2004-10-26Add button widgetKeith Packard1-6/+24
2004-10-26Add initial widget implementation.Keith Packard1-12/+54
2004-10-25Add dispatch stuff to manage timeouts, workprocs and files. Remove threadKeith Packard1-0/+88
2004-10-05Update API to use twin_ types for most everything.Keith Packard1-0/+8
2004-10-04Recognize a few special cases to speed up operationsKeith Packard1-0/+4
2004-10-04Fix a clipping bugKeith Packard1-1/+22
2004-10-02Add put_begin to screen structure so that the backend can batch updates.Keith Packard1-5/+3
2004-09-30Handle unhinted text.Keith Packard1-21/+2
2004-09-28Add some more fixed point functionsKeith Packard1-2/+13
2004-09-27Add affine transformation support. Fix convex hull to eliminate all pointsKeith Packard1-34/+93
2004-09-25Switch to just supporting stroke fontsKeith Packard1-1/+7
2004-09-24Fix twin_fixed_floor to work for negative values correctly AddKeith Packard1-4/+18
2004-09-21Add a few definitionsKeith Packard1-0/+4
2004-09-21Add convolution. Pen starting position needs work.Keith Packard1-0/+59
2004-09-15Initial revisionKeith Packard1-0/+213