summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-charset-player.c (follow)
Commit message (Collapse)AuthorAge
* Limit more variables to file scopeThomas Jarosch2015-01-11
| | | | Change-Id: I30219d626316776eb73b4205d63376fa3dbc6361
* Player LCD: Map several punctuation characters in the U+20xx rangeJens Arnold2012-05-19
| | | | This is in preparation of Win-1252 support (gerrit #209).
* Final removal of tabs in firmware pathAndree Buschmann2010-01-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24158 a1c6a512-1295-4272-9138-f99709370657
* Add 4 extended latin letters which are needed for Czech and Polish, and an ↵Jens Arnold2008-08-08
| | | | | | additional Greek letter that comes almost for free. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18224 a1c6a512-1295-4272-9138-f99709370657
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
| | | | | | | | | later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and ↵Nicolas Pennequin2008-05-05
| | | | | | tools/creative.c, which need checking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
* Player: Fix the dollar sign for old LCD.Jens Arnold2007-04-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13228 a1c6a512-1295-4272-9138-f99709370657
* Added missing ae ligature, and fine-tuned some glyphs and replacements.Jens Arnold2007-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13040 a1c6a512-1295-4272-9138-f99709370657
* Player: Found two more Latin extended chars on the old LCD, and mapped them.Jens Arnold2007-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13025 a1c6a512-1295-4272-9138-f99709370657
* Replace obsolete generate_rocklatin tool with player_unifont tool.Jens Arnold2007-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13014 a1c6a512-1295-4272-9138-f99709370657
* Player: Add 3 turkish characters which are available in hardware on the old LCD.Jens Arnold2007-04-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12994 a1c6a512-1295-4272-9138-f99709370657
* Charcell lcd driver: Preparations for switching to non-immediate LCD ↵Jens Arnold2007-03-31
| | | | | | updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12979 a1c6a512-1295-4272-9138-f99709370657
* Player: Save a bit of space by only using 7 bytes/char in the glyph table.Jens Arnold2007-03-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12962 a1c6a512-1295-4272-9138-f99709370657
* Player: Add mappings and glyphs for extended latin A characters which exist ↵Jens Arnold2007-03-28
| | | | | | in hardware on old LCD. Makes polish, czech, ... work properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12954 a1c6a512-1295-4272-9138-f99709370657
* Player: Add mapping for halfwidth katakana (newplayer only).Jens Arnold2007-03-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12952 a1c6a512-1295-4272-9138-f99709370657
* Player: Add mapping and glyphs for greek. Fix and improve some cyrillic ↵Jens Arnold2007-03-28
| | | | | | mappings. Use alias #defines to make reused glyphs more obvious. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12951 a1c6a512-1295-4272-9138-f99709370657
* Fix cyrillic 'em' for new LCD.Jens Arnold2007-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12944 a1c6a512-1295-4272-9138-f99709370657
* Player: Add mapping and glyphs for cyrillic. Fixes FS #2424.Jens Arnold2007-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12942 a1c6a512-1295-4272-9138-f99709370657
* Make the charset more maintainable by using an enum for font indexing, fix ↵Jens Arnold2007-03-27
| | | | | | wrong U circumflex, and add 2 missing characters to the vkeyboard. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12940 a1c6a512-1295-4272-9138-f99709370657
* Forgot to add the cent sign for new LCD.Jens Arnold2007-03-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12935 a1c6a512-1295-4272-9138-f99709370657
* Latin1 complements for player charset: Add soft patterns for chars which are ↵Jens Arnold2007-03-26
| | | | | | available in hardware on one LCD, plus some accented letters which aren't present on both. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12934 a1c6a512-1295-4272-9138-f99709370657
* First step of charcell LCD code rework: * Make it fully unicode aware so ↵Jens Arnold2007-03-26
that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12916 a1c6a512-1295-4272-9138-f99709370657