summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-01-05 21:53:53 by joty]John Tytgat2006-01-051-0/+2
| | | | | | Igmore Absolute binary and created rufl_glyph_map.c svn path=/import/rufl/; revision=2468
* [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-12-24 21:37:22 by jmb]John Mark Bell2005-12-241-12/+66
| | | | | | | | Ignore fonts generated by RiScript (this may break if the user reconfigures RiScript's generated fonts location - we'll deal with that if it ever becomes an issue) Ignore TeX fonts. Ignore fonts with no Outlines data. svn path=/import/rufl/; revision=2466
* [project @ 2005-11-20 20:08:55 by bursa]James Bursa2005-11-204-59/+151
| | | | | | Implement rufl_paint_callback(). svn path=/import/rufl/; revision=2465
* [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-016-6/+290
| | | | | | Add Python module. Add support for compiling with Norcroft (mainly required for the Python module). svn path=/import/rufl/; revision=2463
* [project @ 2005-04-18 19:43:18 by bursa]James Bursa2005-04-181-1/+3
| | | | | | Restore old hourglass colours after substitution table generation. svn path=/import/rufl/; revision=2462
* [project @ 2005-04-13 19:26:07 by bursa]James Bursa2005-04-133-5/+9
| | | | | | Fix crash with characters 0x10000 or greater. svn path=/import/rufl/; revision=2461
* [project @ 2005-04-05 19:16:48 by bursa]James Bursa2005-04-053-8/+11
| | | | | | Handle fonts which cause an error better (no longer attempt to save the uninitialized charset tables to the cache). svn path=/import/rufl/; revision=2460
* [project @ 2005-03-24 00:05:51 by bursa]James Bursa2005-03-243-12/+54
| | | | | | Implement rufl_split(). svn path=/import/rufl/; revision=2459
* [project @ 2005-03-20 19:42:06 by bursa]James Bursa2005-03-201-3/+18
| | | | | | Log some more Font Manager errors. svn path=/import/rufl/; revision=2458
* [project @ 2005-03-20 18:57:19 by jmb]John Mark Bell2005-03-206-30/+69
| | | | | | Add flags word (bit 1 set == background blending support) svn path=/import/rufl/; revision=2457
* [project @ 2005-03-04 23:33:16 by bursa]James Bursa2005-03-042-2/+3
| | | | | | Font manager font list is case-insensitive sorted. svn path=/import/rufl/; revision=2456
* [project @ 2005-03-03 22:35:05 by bursa]James Bursa2005-03-032-50/+93
| | | | | | More logging of init progress. Continue when loading or saving the cache fails. svn path=/import/rufl/; revision=2455
* [project @ 2005-02-27 22:23:24 by bursa]James Bursa2005-02-275-72/+53
| | | | | | 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-273-5/+47
| | | | | | Logging during init. svn path=/import/rufl/; revision=2453
* [project @ 2005-02-20 18:19:29 by bursa]James Bursa2005-02-204-11/+28
| | | | | | Fix glyph with multiple Unicodes issue on RO3-4. svn path=/import/rufl/; revision=2452
* [project @ 2005-02-20 13:59:13 by bursa]James Bursa2005-02-201-0/+28
| | | | | | Add rufl_invalidate_cache.c. svn path=/import/rufl/; revision=2451
* [project @ 2005-02-20 13:10:58 by bursa]James Bursa2005-02-201-9/+7
| | | | | | Fix rufl_place_in_cache() bug and some other bugs. svn path=/import/rufl/; revision=2450
* [project @ 2005-02-20 12:24:18 by bursa]James Bursa2005-02-204-8/+19
| | | | | | Implement rufl_invalidate_cache(). svn path=/import/rufl/; revision=2449
* [project @ 2005-02-20 00:14:40 by bursa]James Bursa2005-02-202-38/+95
| | | | | | Implement rufl_paint_transformed(). Fix repeated character bug with long strings. svn path=/import/rufl/; revision=2448
* [project @ 2005-02-17 20:50:53 by bursa]James Bursa2005-02-172-5/+36
| | | | | | Write a proper makefile. svn path=/import/rufl/; revision=2447
* [project @ 2005-02-12 21:00:56 by bursa]James Bursa2005-02-123-27/+136
| | | | | | Implement rufl_x_to_offset(). svn path=/import/rufl/; revision=2446
* [project @ 2005-02-09 22:56:30 by bursa]James Bursa2005-02-094-25/+102
| | | | | | Implement rufl_width() by sharing code from rufl_paint(). svn path=/import/rufl/; revision=2445
* [project @ 2005-02-08 23:25:59 by bursa]James Bursa2005-02-088-12/+1881
| | | | | | Support for non-Unicode Font Manager. svn path=/import/rufl/; revision=2444
* [project @ 2005-01-08 21:02:32 by bursa]James Bursa2005-01-0811-0/+1569
Initial version of RISC OS Unicode font library. Require Unicode (RO5) Font Manager. svn path=/import/rufl/; revision=2443