summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2007-08-23twin: add Linux joystick supportJeremy Kerr1-0/+5
2007-04-03Add simple jpeg loader based on libjpegBenjamin Herrenschmidt1-0/+5
2007-03-30Fix make distv0.0.1Jeremy Kerr1-2/+2
2006-12-07Add some basic altivec supportBenjamin Herrenschmidt1-0/+1
2006-12-07Add build system support for altivecJeremy Kerr1-1/+1
2006-12-05libtwin includes are in $(includedir)/libtwinJeremy Kerr1-45/+51
2006-12-01Install libtwin.pcJeremy Kerr1-0/+3
2006-12-01Add png support to libtwin buildJeremy Kerr1-0/+5
2006-12-01Only create one libtwin libraryJeremy Kerr1-28/+18
2006-12-01Move twin demo binaries to twin_demos/Jeremy Kerr1-13/+23
2006-12-01Recursive make considered harmfulJeremy Kerr1-3/+27
2006-11-29Install libtwin headersJeremy Kerr1-5/+7
2006-11-29Library version info cleanupJeremy Kerr1-2/+4
2006-11-29Move demo applications to twin_demos subdirectoryJeremy Kerr1-21/+9
2006-11-29Compile twin as separate libraries.Jeremy Kerr1-41/+41
2006-11-26Add back support for pre-converted ttf fonts. The metrics generated byBenjamin Herrenschmidt1-1/+3
2006-11-25Remove duplicate twin_cursor.cBenjamin Herrenschmidt1-2/+1
2006-11-25Add ftwin test program for fbdev & linux mouseBenjamin Herrenschmidt1-4/+24
2006-11-25Add cursor pixmap supportBenjamin Herrenschmidt1-0/+1
2004-10-29add demoline + demosplineKeith Packard1-0/+4
2004-10-27Add calculator and missing header filesKeith Packard1-0/+7
2004-10-26Add button widgetKeith Packard1-0/+1
2004-10-26Add initial widget implementation.Keith Packard1-5/+8
2004-10-25Add dispatch stuff to manage timeouts, workprocs and files. Remove threadKeith Packard1-2/+11
2004-10-06Add patterns.Keith Packard1-0/+1
2004-10-06Add the beginings of event dispatch and a bit of window managementKeith Packard1-0/+2
2004-09-30Handle unhinted text.Keith Packard1-1/+0
2004-09-27Add affine transformation support. Fix convex hull to eliminate all pointsKeith Packard1-0/+3
2004-09-25Switch to just supporting stroke fontsKeith Packard1-1/+0
2004-09-25Add convex hull algorithm from cairo sources. Used to constrain pens toKeith Packard1-0/+1
2004-09-24Fix twin_fixed_floor to work for negative values correctly AddKeith Packard1-1/+5
2004-09-21Add convolution. Pen starting position needs work.Keith Packard1-0/+5
2004-09-15Initial revisionKeith Packard1-0/+27