|
|
@4149
|
11 years |
Sam Hocevar |
Store built-in fonts in a uin8_t[] instead of char[].
|
|
|
@4148
|
11 years |
Sam Hocevar |
Update my e-mail address everywhere.
|
|
|
@3407
|
12 years |
Sam Hocevar |
Added new Unicode blocks to the built-in font.
|
|
|
@2821
|
12 years |
Sam Hocevar |
Starting refactoring to get rid of libcucul. The initial reason for …
|
|
|
@2819
|
12 years |
Sam Hocevar |
makefont.c: change the font data encoding, the source is now 5% smaller.
|
|
|
@2405
|
13 years |
Sam Hocevar |
* makefont is only a system tool: use htons/htonl instead of hton16/hton32.
|
|
|
@2398
|
13 years |
Sam Hocevar |
* Remove htons() and htonl() from kernel mode: we use our custom …
|
|
|
@2299
|
13 years |
Sam Hocevar |
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure …
|
|
|
@1768
|
14 years |
Sam Hocevar |
* Added glyphs to our default fonts:
+ Geometric Shapes, Halfwidth …
|
|
|
@1462
|
14 years |
Sam Hocevar |
* Bwarf, typo in the no warranty clause.
|
|
|
@1452
|
14 years |
Sam Hocevar |
* Add a no warranty clause to the code.
|
|
|
@1438
|
14 years |
Sam Hocevar |
* Fix shadowing declarations.
|
|
|
@1365
|
14 years |
Sam Hocevar |
* Add maxwidth and maxheight members to the font format.
|
|
|
@1361
|
14 years |
Sam Hocevar |
* Add CJK punctuation to the default fonts.
* Minor changes to the …
|
|
|
@1359
|
14 years |
Sam Hocevar |
* Support fullwidth fonts.
* Add Katakanas and Hiraganas to the …
|
|
|
@1271
|
14 years |
Sam Hocevar |
* Slightly changed the font header information. No one distributes …
|
|
|
@962
|
15 years |
Sam Hocevar |
* Export the UTF-8 / UTF-32 / CP437 character conversions to applications.
|
|
|
@960
|
15 years |
Sam Hocevar |
* Elite trick in the font generator to cope with C89's string length
…
|
|
|
@948
|
15 years |
Sam Hocevar |
* Optimise similar glyphs when generating a font. Given how many …
|
|
|
@940
|
15 years |
Sam Hocevar |
* Added a few more Unicode blocks to the default fonts.
|
|
|
@930
|
15 years |
Sam Hocevar |
* Hardcode a few CP437 glyphs in makefont.c because they don't look …
|
|
|
@929
|
15 years |
Sam Hocevar |
* Factored more UTF32 to UTF8 conversions using _cucul_utf32_to_utf8().
|
|
|
@914
|
15 years |
Sam Hocevar |
* Added Unicode range U+2200 - U+22FF (Mathematical Operators) to the
…
|
|
|
@865
|
15 years |
Sam Hocevar |
* Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
|
|
|
@861
|
15 years |
Sam Hocevar |
* Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
* …
|
|
|
@859
|
15 years |
Sam Hocevar |
* Removed duplicate uint*_t defines from *_internal.h and included …
|
|
|
@812
|
15 years |
Sam Hocevar |
* Cosmetic changes.
|
|
|
@805
|
15 years |
Sam Hocevar |
* Cosmetic code changes and minor optimisations.
|
|
|
@762
|
15 years |
Sam Hocevar |
* Made makefont more configurable. Also, store the commandline in a …
|
|
|
@755
|
15 years |
Sam Hocevar |
* Some cleaning up in makefont.c.
|
|
|
@754
|
15 years |
Sam Hocevar |
* Fixed 4, 2 and 1-bit font rendering.
* Replaced the 8-bit internal …
|
|
|
@747
|
15 years |
Sam Hocevar |
* Added a font creator that uses pango to render glyphs.
|