- 6a9a819 Add stdio.h include for SEEK_SET define to various files. by Thomas Martitz · 14 years ago
- 94f5f5b lang_load(): ignore unused field from the lang file by Rafaël Carré · 14 years ago
- 2c2e261 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. by Thomas Martitz · 14 years ago
- 4f1d9b1 make language array initialized correctlly with builtin strings when loading .lng file. by Teruaki Kawashima · 14 years ago
- ec2737b Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins. by Tom Ross · 15 years ago
- 9fbf346 Change lang_init() to take a source, destination, and count. Needed for translatable plugins. Minor stylist changes as well. by Tom Ross · 15 years ago
- d5b076b RTL: Cosmetic changes, no functional change - Rename constants by Tomer Shalev · 15 years ago
- 8e3e5e7 Fix player red and remove an obsolete function call. by Thomas Martitz · 15 years ago
- 5da7507 Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAP by Tomer Shalev · 15 years ago
- b0a9938 Add rtl flagging to viewport_set_defaults(), and ensure that by Tomer Shalev · 15 years ago
- 6d80565 RTL support in menus by Tomer Shalev · 15 years ago
- 2a91a9a Use similiar constants in genlang and language.c. by Tomer Shalev · 15 years ago
- 340f323 new skin tag: %Sx|<english>| will display the current languages translation of the "<english>" string. by Jonathan Gordon · 15 years ago
- aaf3f5f Another small change from my GSoC work: get rid of some old printf code in language.c and replace it with DEBUGF. by Tom Ross · 16 years ago
- 4317ff9 Move #defines and #include into c file as this is the only place they are used by Nils Wallménius · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- a019964 Use file_exists and dir_exists functions where appropriate, fix one wrong file descriptor check and one possible dir descriptor leak by Nils Wallménius · 16 years ago
- b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
- 87c6f54 by Marcoen Hirschberg · 19 years ago
- f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago
- 5c83487 removed debug output by Daniel Stenberg · 20 years ago
- d66139c I intended to fix it, really\! by Jens Arnold · 20 years ago
- 92af557 Tweaked to compile with older gcc. by Jens Arnold · 20 years ago
- 0f04029 New way of handling the builtin language strings. Now the string pointers are no longer stored as initialised data, but calculated by walking one long string containing all language strings separated by \0. While this doesn't need more RAM, it fixes the problem that loading incomplete .lng files after complete ones did not reset the missing strings to the default, and it also decreases the binary size by >1700 bytes. by Jens Arnold · 20 years ago
- 8fb3361 Const policed pointer arguments to functions, part 3 by Jens Arnold · 20 years ago
- a91dfd5 Henrik Backe's english language file cleanup. This ups the language file by Daniel Stenberg · 21 years ago
- 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
- ab0dce0 blatantly stupid proto added for mingw simulator compiles to get rid of by Daniel Stenberg · 22 years ago
- 4ce3f72 made the language loader output all new strings on stdout when loaded in by Daniel Stenberg · 22 years ago
- c7e0bea prevent storing IDs that are higher than we have knowledge about! by Daniel Stenberg · 22 years ago
- 2d8aef9 lang_load() returns an int to signal success by Daniel Stenberg · 22 years ago
- 6823fe8 updated comments for the function by Daniel Stenberg · 22 years ago
- 571e8a2 code-policed my own code ;-) by Daniel Stenberg · 22 years ago
- 8d38c96 binary language load support by Daniel Stenberg · 22 years ago