summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-24Huge WM-related change?keithp-changesKeith Packard24-533/+559
2006-02-03Eliminate spurious segment by moving to initial arc point (sigh).Keith Packard2-0/+8
2006-02-02Add x11 as a required package, (cairo no longer pulls this in by default).Carl Worth5-29/+42
2004-10-29add demoline + demosplineKeith Packard24-154/+989
2004-10-27Boxes have no paintKeith Packard6-50/+121
2004-10-27Add calculator and missing header filesKeith Packard12-122/+494
2004-10-27Move bevel routine to twin_widget for sharingKeith Packard8-50/+82
2004-10-27Paint polygons instead of stroked lines for button edgesKeith Packard4-12/+33
2004-10-26Add button widgetKeith Packard11-38/+341
2004-10-26Add initial widget implementation.Keith Packard18-102/+1132
2004-10-25Add dispatch stuff to manage timeouts, workprocs and files. Remove threadKeith Packard31-917/+4298
2004-10-06Add patterns.Keith Packard8-47/+308
2004-10-06Add the beginings of event dispatch and a bit of window managementKeith Packard12-158/+851
2004-10-05Update API to use twin_ types for most everything.Keith Packard12-259/+555
2004-10-04Recognize a few special cases to speed up operationsKeith Packard4-21/+75
2004-10-04Delete old glyph representation support code.Keith Packard5-1602/+341
2004-10-04Fix a clipping bugKeith Packard12-315/+2287
2004-10-02Add put_begin to screen structure so that the backend can batch updates.Keith Packard11-64/+351
2004-09-30Add twin_x11.hKeith Packard1-0/+64
2004-09-30Handle unhinted text.Keith Packard13-155/+674
2004-09-28Add some more fixed point functionsKeith Packard8-83/+274
2004-09-27Add affine transformation support. Fix convex hull to eliminate all pointsKeith Packard15-383/+1137
2004-09-26Eliminate special case for closed paths. Just draw caps at both ends andKeith Packard4-86/+50
2004-09-26Hmm. Not sure this is right, but I'm giving it a try. Recognize closedKeith Packard6-62/+140
2004-09-25Spurious ) in fileKeith Packard2-1/+6
2004-09-25Reduce emboldening to +50% stroke thickness. Clean up debug code. EliminateKeith Packard3-94/+85
2004-09-25Switch to just supporting stroke fontsKeith Packard8-63872/+570
2004-09-25Add convex hull algorithm from cairo sources. Used to constrain pens toKeith Packard10-75/+534
2004-09-24Add twin_ttf/.cvsignoreKeith Packard1-0/+5
2004-09-24Fix twin_fixed_floor to work for negative values correctly AddKeith Packard16-73/+64821
2004-09-21Add a few definitionsKeith Packard7-111/+210
2004-09-21Update .cvsignoreKeith Packard1-0/+22
2004-09-21Add convolution. Pen starting position needs work.Keith Packard13-8/+1112
2004-09-15Import Tiny Window system (twin) into CVSinitialKeith Packard0-0/+0
2004-09-15Initial revisionKeith Packard19-0/+1954