index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
language.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-2
/
+0
2010-12-25
Add stdio.h include for SEEK_SET define to various files.
Thomas Martitz
1
-0
/
+1
2010-09-21
lang_load(): ignore unused field from the lang file
Rafaël Carré
1
-2
/
+4
2010-08-27
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
1
-1
/
+1
2010-07-11
make language array initialized correctlly with builtin strings when loading ...
Teruaki Kawashima
1
-1
/
+1
2009-10-18
Change the .lng files to contain strings from multiple users. Still hard-code...
Tom Ross
1
-30
/
+48
2009-10-17
Change lang_init() to take a source, destination, and count. Needed for trans...
Tom Ross
1
-16
/
+15
2009-10-11
RTL: Cosmetic changes, no functional change - Rename constants
Tomer Shalev
1
-8
/
+1
2009-10-09
Fix player red and remove an obsolete function call.
Thomas Martitz
1
-3
/
+0
2009-10-05
Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAP
Tomer Shalev
1
-0
/
+4
2009-10-05
Add rtl flagging to viewport_set_defaults(), and ensure that
Tomer Shalev
1
-1
/
+10
2009-10-05
RTL support in menus
Tomer Shalev
1
-2
/
+11
2009-10-04
Use similiar constants in genlang and language.c.
Tomer Shalev
1
-6
/
+8
2009-09-26
new skin tag: %Sx|<english>| will display the current languages translation o...
Jonathan Gordon
1
-0
/
+13
2009-03-02
Another small change from my GSoC work: get rid of some old printf code in la...
Tom Ross
1
-5
/
+2
2008-12-03
Move #defines and #include into c file as this is the only place they are used
Nils Wallménius
1
-0
/
+10
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-16
Use file_exists and dir_exists functions where appropriate, fix one wrong fil...
Nils Wallménius
1
-1
/
+1
2007-08-05
*** Lang v2 cleanup (FS#6574) ***
Nils Wallménius
1
-3
/
+4
2005-12-06
don't load the language file into the buffer untill we know it is not too big...
Marcoen Hirschberg
1
-11
/
+13
2005-12-05
kill gcc4 warnings
Daniel Stenberg
1
-1
/
+1
2005-02-22
removed debug output
Daniel Stenberg
1
-1
/
+1
2005-01-19
I intended to fix it, really\!
Jens Arnold
1
-1
/
+1
2005-01-19
Tweaked to compile with older gcc.
Jens Arnold
1
-1
/
+1
2005-01-19
New way of handling the builtin language strings. Now the string pointers are...
Jens Arnold
1
-0
/
+13
2004-08-18
Const policed pointer arguments to functions, part 3
Jens Arnold
1
-1
/
+1
2004-01-23
Henrik Backe's english language file cleanup. This ups the language file
Daniel Stenberg
1
-4
/
+0
2003-01-24
Remove use of rockbox-mode.el in local variables list.
Mats Lidell
1
-3
/
+0
2002-11-04
blatantly stupid proto added for mingw simulator compiles to get rid of
Daniel Stenberg
1
-0
/
+3
2002-10-29
made the language loader output all new strings on stdout when loaded in
Daniel Stenberg
1
-1
/
+6
2002-10-14
prevent storing IDs that are higher than we have knowledge about!
Daniel Stenberg
1
-1
/
+2
2002-09-24
lang_load() returns an int to signal success
Daniel Stenberg
1
-2
/
+6
2002-09-24
updated comments for the function
Daniel Stenberg
1
-6
/
+6
2002-09-24
code-policed my own code ;-)
Daniel Stenberg
1
-29
/
+28
2002-09-24
binary language load support
Daniel Stenberg
1
-0
/
+70