1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 17 years ago
  2. db2d61f Killed unnecessary global variables by making them static. by Bertrik Sikken · 17 years ago
  3. 8ab2cb5 Fix 64 bit simulator warning. by Jens Arnold · 18 years ago
  4. 9789acc Fix yellow by Nils Wallménius · 18 years ago
  5. df155c8 Change unsigned long to uint32_t and long to int32_t to fix a crash in by Nils Wallménius · 18 years ago
  6. 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
  7. 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
  8. b2ec716 Use correct file mode when creating files. Fixes task 5452 by Dan Everton · 19 years ago
  9. 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
  10. d257683 font caching fixes by Frank Dischner by Marcoen Hirschberg · 19 years ago
  11. b621de3 Fixed more pointer size vs. int size problems (64 bit sims) by Jens Arnold · 19 years ago
  12. b0fee17 waiting is over: initial unicode commit by Marcoen Hirschberg · 20 years ago
  13. c6ec0f4 moved lcd_getstringsize into font.c by Christian Gmeiner · 20 years ago
  14. 5832e68 long policy by Jean-Philippe Bernardy · 20 years ago
  15. b3fd637 long policy by Jean-Philippe Bernardy · 20 years ago
  16. 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
  17. c76c568 Const policed pointer arguments to functions, part 1 by Jens Arnold · 21 years ago
  18. 2b0694c More const policeing step 3 by Jens Arnold · 21 years ago
  19. 6dc88dc Some TAB characters slipped in... by Jens Arnold · 21 years ago
  20. 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
  21. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  22. 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
  23. dea3122 Added persistence of last .wps, .fnt and .lng file played in /.rockbox by Björn Stenberg · 23 years ago
  24. bed3d3f New full ISO-8859-1 system font. by Björn Stenberg · 23 years ago
  25. 038df5c Daniel, by Eric Linenberg · 23 years ago
  26. 0a1c221 Greg Haerr's font patch 3: by Daniel Stenberg · 23 years ago
  27. 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 23 years ago