summaryrefslogtreecommitdiff
path: root/firmware/bidi.c (follow)
Commit message (Collapse)AuthorAge
* Fix freeze/crash problems when scrolling very long strings (like filenames ↵Magnus Holmgren2006-12-17
| | | | | | or tags). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11789 a1c6a512-1295-4272-9138-f99709370657
* Bugfix: bidi_l2v() returned a pointer to value on the stack when the ↵Jens Arnold2006-10-21
| | | | | | argument was an empty string. * Don't protect against NULL pointer, that would be a bug in the caller. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11282 a1c6a512-1295-4272-9138-f99709370657
* move some code from .h files to .c files and polish unicode.c a bitMarcoen Hirschberg2005-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8174 a1c6a512-1295-4272-9138-f99709370657
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
* Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg2005-11-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8063 a1c6a512-1295-4272-9138-f99709370657
* Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional ↵Linus Nielsen Feltzing2005-08-08
text support for Hebrew and Arabic git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7292 a1c6a512-1295-4272-9138-f99709370657