Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
firmware
/
font.c
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 17 years ago
db2d61f
Killed unnecessary global variables by making them static.
by Bertrik Sikken
· 17 years ago
8ab2cb5
Fix 64 bit simulator warning.
by Jens Arnold
· 18 years ago
9789acc
Fix yellow
by Nils Wallménius
· 18 years ago
df155c8
Change unsigned long to uint32_t and long to int32_t to fix a crash in
by Nils Wallménius
· 18 years ago
e10f455
Simplify the readshort/readlong/readstr functions - move the bounds checking into the calling function (which allows bounds-checking in chunks) and change the readshort/readlong functions (which now always succeed) to return the value read instead of a result code. Indirectly closes FS #7026
by Dave Chapman
· 18 years ago
67eb154
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that.
by Jens Arnold
· 18 years ago
b2ec716
Use correct file mode when creating files. Fixes task 5452
by Dan Everton
· 19 years ago
bf64c45
Use filesize instead of lseek to find the size of a file. Reduces disk access and improves font loading time.
by Frank Dischner
· 19 years ago
d257683
font caching fixes by Frank Dischner
by Marcoen Hirschberg
· 19 years ago
b621de3
Fixed more pointer size vs. int size problems (64 bit sims)
by Jens Arnold
· 19 years ago
b0fee17
waiting is over: initial unicode commit
by Marcoen Hirschberg
· 20 years ago
c6ec0f4
moved lcd_getstringsize into font.c
by Christian Gmeiner
· 20 years ago
5832e68
long policy
by Jean-Philippe Bernardy
· 20 years ago
b3fd637
long policy
by Jean-Philippe Bernardy
· 20 years ago
5d36aaf
New font format (already rotated) saves code, space and time. On the downside this new format is incompatible, so get the new fonts, too.
by Jörg Hohensohn
· 21 years ago
c76c568
Const policed pointer arguments to functions, part 1
by Jens Arnold
· 21 years ago
2b0694c
More const policeing step 3
by Jens Arnold
· 21 years ago
6dc88dc
Some TAB characters slipped in...
by Jens Arnold
· 21 years ago
2d446fe
Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. Now it works for height > 8. Adapted font transposing & changed some other places to take advantage of that. bounce.c was (apart from fonts) the only routine that used the old format correctly.
by Jens Arnold
· 21 years ago
74cc9e4
Remove use of rockbox-mode.el in local variables list.
by Mats Lidell
· 22 years ago
227253c
'Reset settings' now also resets wps, font and language (although you have to reboot to get back to the old language).
by Björn Stenberg
· 23 years ago
dea3122
Added persistence of last .wps, .fnt and .lng file played in /.rockbox
by Björn Stenberg
· 23 years ago
bed3d3f
New full ISO-8859-1 system font.
by Björn Stenberg
· 23 years ago
038df5c
Daniel,
by Eric Linenberg
· 23 years ago
0a1c221
Greg Haerr's font patch 3:
by Daniel Stenberg
· 23 years ago
93b231c
Greg Haerr's new loadable font. No more #ifdef font-style, removed old
by Daniel Stenberg
· 23 years ago