summaryrefslogtreecommitdiff
path: root/apps/language.c (follow)
Commit message (Expand)AuthorAge
* Add stdio.h include for SEEK_SET define to various files.Thomas Martitz2010-12-25
* lang_load(): ignore unused field from the lang fileRafaël Carré2010-09-21
* Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz2010-08-27
* make language array initialized correctlly with builtin strings when loading ...Teruaki Kawashima2010-07-11
* Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross2009-10-18
* Change lang_init() to take a source, destination, and count. Needed for trans...Tom Ross2009-10-17
* RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev2009-10-11
* Fix player red and remove an obsolete function call.Thomas Martitz2009-10-09
* Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAPTomer Shalev2009-10-05
* Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev2009-10-05
* RTL support in menusTomer Shalev2009-10-05
* Use similiar constants in genlang and language.c.Tomer Shalev2009-10-04
* new skin tag: %Sx|<english>| will display the current languages translation o...Jonathan Gordon2009-09-26
* Another small change from my GSoC work: get rid of some old printf code in la...Tom Ross2009-03-02
* Move #defines and #include into c file as this is the only place they are usedNils Wallménius2008-12-03
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius2008-04-16
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05
* don't load the language file into the buffer untill we know it is not too big...Marcoen Hirschberg2005-12-06
* kill gcc4 warningsDaniel Stenberg2005-12-05
* removed debug outputDaniel Stenberg2005-02-22
* I intended to fix it, really\!Jens Arnold2005-01-19
* Tweaked to compile with older gcc.Jens Arnold2005-01-19
* New way of handling the builtin language strings. Now the string pointers are...Jens Arnold2005-01-19
* Const policed pointer arguments to functions, part 3Jens Arnold2004-08-18
* Henrik Backe's english language file cleanup. This ups the language fileDaniel Stenberg2004-01-23
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* blatantly stupid proto added for mingw simulator compiles to get rid ofDaniel Stenberg2002-11-04
* made the language loader output all new strings on stdout when loaded inDaniel Stenberg2002-10-29
* prevent storing IDs that are higher than we have knowledge about!Daniel Stenberg2002-10-14
* lang_load() returns an int to signal successDaniel Stenberg2002-09-24
* updated comments for the functionDaniel Stenberg2002-09-24
* code-policed my own code ;-)Daniel Stenberg2002-09-24
* binary language load supportDaniel Stenberg2002-09-24