0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 41 minutes ago. based on code collected about 14 hours ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Port to core buildsystem. The python module (and associated make runes) need some love (as does non-GCC building with the core buildsystem in general) More... over 14 years ago
Remove obsolete function rufl_substitution_lookup(). More... almost 15 years ago
Auto-detect whether Font_EnumerateCharacters is broken and select font scanning routine based on this information. Stop leaking font handle in rufl_init(). More... almost 15 years ago
Make font scanning about 7 times faster. Requires FontManager 3.64 or later. More... almost 15 years ago
Hack in support for native build with GCC. More... almost 15 years ago
Initialise variable to prevent potential crash. More... almost 15 years ago
Make RUfl take account of the multitude of font encodings on old font managers. This now utilises the Latin2, 3, and 4 sets in the standard ROM fonts, for example. More... about 15 years ago
GCCSDK 4 build compatibility (not finished yet) More... over 15 years ago
- Reduced compiler warnings: - got rid of aliasing warnings by introducing an extra (void *) casting. - format specifier for 'size_t' type has now 'z' attribute - Injected const attributes (also changing public type rufl_family_list @ rufl.h) - makefile: - support for GCCSDK 3.4 (AOF) and GCCSDK 4 (ELF) based on AB_ELFBUILD (= a variable also used in GCCSDK Autobuilder). - changed the library name from rufl.o to librufl.a. Needed for GCCSDK 4 but if you're using -L<libdir> -lrufl in your link line, this rename make that this works for both GCCSDK 3.4 and GCCSDK 4. [ Also changes for the Norcroft case which haven't been verified and probably no longer working. ] More... almost 17 years ago
Work around for broken PS printer driver. More... almost 17 years ago
Fix LOG warnings. More... almost 17 years ago
Free rufl_substitution_table in rufl_quit(). More... over 17 years ago
Add built-in font family menu. More... over 17 years ago
Merge my local changes into head; I've been sitting on these for far too long. This comprises: More... almost 18 years ago
Fix rufl_font_bbox More... almost 18 years ago
Implement rufl_font_bbox (interface to Font_ReadInfo). More... almost 18 years ago
Use local names in family list. Do not assume font list is sorted by identifier. Continue when canonicalising font directory fails. More... almost 18 years ago
[project @ 2006-02-22 07:52:44 by bursa] Remove ununsed flags parameter from width(). More... about 18 years ago
[project @ 2006-02-09 21:31:38 by bursa] Remove check for existence of Outlines file. More... about 18 years ago
[project @ 2006-02-03 22:17:04 by bursa] Multitask and show status while scanning fonts. More... over 18 years ago
[project @ 2006-01-31 20:07:23 by bursa] Improve weight assigning algorithm and make weights 300 and 400 search up when missing. More... over 18 years ago
[project @ 2006-01-29 12:20:25 by bursa] Improve handling of font weights. Now detects available weights better and supports up to 9 weights. Ignore control characters and spaces that are not spaces when scanning available characters. More... over 18 years ago
[project @ 2006-01-06 22:57:51 by jmb] !RiScript -> RiScript More... over 18 years ago
[project @ 2006-01-05 21:53:53 by joty] Igmore Absolute binary and created rufl_glyph_map.c More... over 18 years ago
[project @ 2006-01-05 21:52:44 by joty] Using GCCSDK_INSTALL_ENV/GCCSDK_INSTALL_CROSSBIN and provided install target More... over 18 years ago
[project @ 2005-12-24 21:37:22 by jmb] 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. More... over 18 years ago
[project @ 2005-11-20 20:08:55 by bursa] Implement rufl_paint_callback(). More... over 18 years ago
[project @ 2005-05-01 14:15:41 by jmb] Fix Norcroft build More... about 19 years ago
[project @ 2005-05-01 10:19:59 by bursa] Add Python module. Add support for compiling with Norcroft (mainly required for the Python module). More... about 19 years ago
[project @ 2005-04-18 19:43:18 by bursa] Restore old hourglass colours after substitution table generation. More... about 19 years ago