summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge my local changes into head; I've been sitting on these for far too long.John Mark Bell2006-07-201-1/+2
| | | | | | | | | | | This comprises: 1) Centralised internal font family / sized font lookup (rufl_find.c) 2) Methods to provide access to font and glyph metrics (rufl_metrics.c) 3) Glyph decomposition into path segments (rufl_decompose.c) svn path=/trunk/rufl/; revision=2788
* [project @ 2006-01-05 21:52:44 by joty]John Tytgat2006-01-051-4/+12
| | | | | | Using GCCSDK_INSTALL_ENV/GCCSDK_INSTALL_CROSSBIN and provided install target svn path=/import/rufl/; revision=2467
* [project @ 2005-05-01 14:15:41 by jmb]John Mark Bell2005-05-011-0/+1
| | | | | | Fix Norcroft build svn path=/import/rufl/; revision=2464
* [project @ 2005-05-01 10:19:59 by bursa]James Bursa2005-05-011-5/+39
| | | | | | Add Python module. Add support for compiling with Norcroft (mainly required for the Python module). svn path=/import/rufl/; revision=2463
* [project @ 2005-02-27 22:23:24 by bursa]James Bursa2005-02-271-1/+1
| | | | | | Trade memory for speed to reduce substitution table construction time. svn path=/import/rufl/; revision=2454
* [project @ 2005-02-27 14:32:41 by bursa]James Bursa2005-02-271-1/+1
| | | | | | Logging during init. svn path=/import/rufl/; revision=2453
* [project @ 2005-02-20 18:19:29 by bursa]James Bursa2005-02-201-2/+2
| | | | | | Fix glyph with multiple Unicodes issue on RO3-4. svn path=/import/rufl/; revision=2452
* [project @ 2005-02-20 12:24:18 by bursa]James Bursa2005-02-201-1/+1
| | | | | | Implement rufl_invalidate_cache(). svn path=/import/rufl/; revision=2449
* [project @ 2005-02-17 20:50:53 by bursa]James Bursa2005-02-171-0/+36
Write a proper makefile. svn path=/import/rufl/; revision=2447