|
|
@2821
|
14 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2819
|
14 years |
Sam Hocevar |
makefont.c: change the font data encoding, the source is now 5% smaller.
|
|
|
@2405
|
15 years |
Sam Hocevar |
* makefont is only a system tool: use htons/htonl instead of hton16/hton32.
|
|
|
@2398
|
15 years |
Sam Hocevar |
* Remove htons() and htonl() from kernel mode: we use our custom …
|
|
|
@2397
|
15 years |
Sam Hocevar |
* Fix a buffer initialisation issue in the sortchars utility.
|
|
|
@2299
|
15 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@1873
|
15 years |
Sam Hocevar |
* Added .gitignore files in addition to svn:ignore properties.
|
|
|
@1871
|
15 years |
Sam Hocevar |
* Add a lookback table in the output. Will be handy later.
* Now …
|
|
|
@1842
|
15 years |
Sam Hocevar |
* Improved distance computation in sortchars.c.
* Use font 0 instead …
|
|
|
@1841
|
15 years |
Sam Hocevar |
* Updates to sortchars.c so that it can output a proper LUT.
|
|
|
@1840
|
15 years |
Sam Hocevar |
* Small tool to analyse character glyphs depending on their shape. …
|
|
|
@1768
|
16 years |
Sam Hocevar |
* Added glyphs to our default fonts:
+ Geometric Shapes, Halfwidth …
|
|
|
@1462
|
16 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
16 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1438
|
16 years |
Sam Hocevar |
* Fix shadowing declarations.
|
|
|
@1399
|
16 years |
Sam Hocevar |
* Don't rely on pkg-config macros for variable substitution. Just in case.
|
|
|
@1365
|
16 years |
Sam Hocevar |
* Add maxwidth and maxheight members to the font format.
|
|
|
@1361
|
16 years |
Sam Hocevar |
* Add CJK punctuation to the default fonts.
* Minor changes to the …
|
|
|
@1359
|
16 years |
Sam Hocevar |
* Support fullwidth fonts.
* Add Katakanas and Hiraganas to the …
|
|
|
@1271
|
16 years |
Sam Hocevar |
* Slightly changed the font header information. No one distributes …
|
|
|
@1257
|
16 years |
Sam Hocevar |
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge …
|
|
|
@1212
|
16 years |
Sam Hocevar |
* Do not link binaries with @CACA_LIBS@, it's useless.
|
|
|
@1048
|
16 years |
Jean-Yves Lamoureux |
* Updated kernel 'driver', still not working, but most of the work is done
|
|
|
@977
|
17 years |
Sam Hocevar |
* Added -I${top_srcdir} to the compilation flags to fix builds …
|
|
|
@962
|
17 years |
Sam Hocevar |
* Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
|
|
|
@960
|
17 years |
Sam Hocevar |
* Elite trick in the font generator to cope with C89's string length
…
|
|
|
@948
|
17 years |
Sam Hocevar |
* Optimise similar glyphs when generating a font. Given how many …
|
|
|
@940
|
17 years |
Sam Hocevar |
* Added a few more Unicode blocks to the default fonts.
|
|
|
@930
|
17 years |
Sam Hocevar |
* Hardcode a few CP437 glyphs in makefont.c because they don't look …
|
|
|
@929
|
17 years |
Sam Hocevar |
* Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
|
|
|
@914
|
17 years |
Sam Hocevar |
* Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
…
|
|
|
@865
|
17 years |
Sam Hocevar |
* Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
|
|
|
@861
|
17 years |
Sam Hocevar |
* Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
* …
|
|
|
@859
|
17 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@820
|
17 years |
Sam Hocevar |
* Moved the technical discussion on S-Lang's palette optimisation from …
|
|
|
@812
|
17 years |
Sam Hocevar |
* Cosmetic changes.
|
|
|
@805
|
17 years |
Sam Hocevar |
* Cosmetic code changes and minor optimisations.
|
|
|
@762
|
17 years |
Sam Hocevar |
* Made makefont more configurable. Also, store the commandline in a …
|
|
|
@755
|
17 years |
Sam Hocevar |
* Some cleaning up in makefont.c.
|
|
|
@754
|
17 years |
Sam Hocevar |
* Fixed 4, 2 and 1-bit font rendering.
* Replaced the 8-bit internal …
|
|
|
@747
|
17 years |
Sam Hocevar |
* Added a font creator that uses pango to render glyphs.
|
|
|
@743
|
17 years |
Sam Hocevar |
* Proper svn:ignore properties on tools/.
|
|
|
@742
|
17 years |
Sam Hocevar |
* Moved test/optipal.c to tools/optipal.c. The tools subdirectory will …
|