Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
f06c98fec82e8c800e09603f3022676dbbfdd84b
/
apps
/
language.c
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
· 17 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
· 17 years ago
b311367
*** Lang v2 cleanup (FS#6574) ***
by Nils Wallménius
· 18 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
· 21 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