index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-charset-player.c
Age
Commit message (
Expand
)
Author
2010-01-03
Final removal of tabs in firmware path
Andree Buschmann
2008-08-08
Add 4 extended latin letters which are needed for Czech and Polish, and an ad...
Jens Arnold
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2007-04-21
Player: Fix the dollar sign for old LCD.
Jens Arnold
2007-04-05
Added missing ae ligature, and fine-tuned some glyphs and replacements.
Jens Arnold
2007-04-05
Player: Found two more Latin extended chars on the old LCD, and mapped them.
Jens Arnold
2007-04-04
Replace obsolete generate_rocklatin tool with player_unifont tool.
Jens Arnold
2007-04-02
Player: Add 3 turkish characters which are available in hardware on the old LCD.
Jens Arnold
2007-03-31
Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...
Jens Arnold
2007-03-29
Player: Save a bit of space by only using 7 bytes/char in the glyph table.
Jens Arnold
2007-03-28
Player: Add mappings and glyphs for extended latin A characters which exist i...
Jens Arnold
2007-03-28
Player: Add mapping for halfwidth katakana (newplayer only).
Jens Arnold
2007-03-28
Player: Add mapping and glyphs for greek. Fix and improve some cyrillic mappi...
Jens Arnold
2007-03-27
Fix cyrillic 'em' for new LCD.
Jens Arnold
2007-03-27
Player: Add mapping and glyphs for cyrillic. Fixes FS #2424.
Jens Arnold
2007-03-27
Make the charset more maintainable by using an enum for font indexing, fix wr...
Jens Arnold
2007-03-26
Forgot to add the cent sign for new LCD.
Jens Arnold
2007-03-26
Latin1 complements for player charset: Add soft patterns for chars which are ...
Jens Arnold
2007-03-26
First step of charcell LCD code rework: * Make it fully unicode aware so that...
Jens Arnold