1. 6a9a819 Add stdio.h include for SEEK_SET define to various files. by Thomas Martitz · 14 years ago
  2. 94f5f5b lang_load(): ignore unused field from the lang file by Rafaël Carré · 14 years ago
  3. 2c2e261 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. by Thomas Martitz · 14 years ago
  4. 4f1d9b1 make language array initialized correctlly with builtin strings when loading .lng file. by Teruaki Kawashima · 14 years ago
  5. 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
  6. 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
  7. d5b076b RTL: Cosmetic changes, no functional change - Rename constants by Tomer Shalev · 15 years ago
  8. 8e3e5e7 Fix player red and remove an obsolete function call. by Thomas Martitz · 15 years ago
  9. 5da7507 Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAP by Tomer Shalev · 15 years ago
  10. b0a9938 Add rtl flagging to viewport_set_defaults(), and ensure that by Tomer Shalev · 15 years ago
  11. 6d80565 RTL support in menus by Tomer Shalev · 15 years ago
  12. 2a91a9a Use similiar constants in genlang and language.c. by Tomer Shalev · 15 years ago
  13. 340f323 new skin tag: %Sx|<english>| will display the current languages translation of the "<english>" string. by Jonathan Gordon · 15 years ago
  14. 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
  15. 4317ff9 Move #defines and #include into c file as this is the only place they are used by Nils Wallménius · 16 years ago
  16. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  17. 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
  18. b311367 *** Lang v2 cleanup (FS#6574) *** by Nils Wallménius · 17 years ago
  19. 87c6f54 by Marcoen Hirschberg · 19 years ago
  20. f981ea9 kill gcc4 warnings by Daniel Stenberg · 19 years ago
  21. 5c83487 removed debug output by Daniel Stenberg · 20 years ago
  22. d66139c I intended to fix it, really\! by Jens Arnold · 20 years ago
  23. 92af557 Tweaked to compile with older gcc. by Jens Arnold · 20 years ago
  24. 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
  25. 8fb3361 Const policed pointer arguments to functions, part 3 by Jens Arnold · 20 years ago
  26. a91dfd5 Henrik Backe's english language file cleanup. This ups the language file by Daniel Stenberg · 21 years ago
  27. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  28. ab0dce0 blatantly stupid proto added for mingw simulator compiles to get rid of by Daniel Stenberg · 22 years ago
  29. 4ce3f72 made the language loader output all new strings on stdout when loaded in by Daniel Stenberg · 22 years ago
  30. c7e0bea prevent storing IDs that are higher than we have knowledge about! by Daniel Stenberg · 22 years ago
  31. 2d8aef9 lang_load() returns an int to signal success by Daniel Stenberg · 22 years ago
  32. 6823fe8 updated comments for the function by Daniel Stenberg · 22 years ago
  33. 571e8a2 code-policed my own code ;-) by Daniel Stenberg · 22 years ago
  34. 8d38c96 binary language load support by Daniel Stenberg · 22 years ago