1. c7b1bbe included genlang and uplang by Daniel Stenberg · 23 years ago
  2. df64d96 use uplang first, then genlang the new file by Daniel Stenberg · 23 years ago
  3. ebe963d Added "select a language" stuff by Daniel Stenberg · 23 years ago
  4. 20963dd spell fix, additional comment in the generated .h file by Daniel Stenberg · 23 years ago
  5. 720732a deal with DOS newlines, ignore IDs that aren't in the english file and by Daniel Stenberg · 23 years ago
  6. 63e350e translated a bunch of strings by Daniel Stenberg · 23 years ago
  7. cd550b7 corrected "Frequency" by Daniel Stenberg · 23 years ago
  8. 7489579 Added Philipp Pertermann by Linus Nielsen Feltzing · 23 years ago
  9. 005a2e9 New languages by Björn Stenberg · 23 years ago
  10. 4da04f3 Added Philipp Pertermanns oscillograph demo by Björn Stenberg · 23 years ago
  11. 2c63937 Better handling of tagless tracks with VBR headers by Linus Nielsen Feltzing · 23 years ago
  12. c3eb83c Removed F3 handling in the set_() functions. Now the function callback is not called on button timeouts. by Linus Nielsen Feltzing · 23 years ago
  13. a316213 Fixed DISABLE_DEMOS by Björn Stenberg · 23 years ago
  14. d2d2ecc build the convbdf tool too by Daniel Stenberg · 23 years ago
  15. 8dda668 Greg's new C version of the font conversion tool. by Daniel Stenberg · 23 years ago
  16. 3c28705 Win32 lang build fix by Björn Stenberg · 23 years ago
  17. 505eca7 New language/string handling by Björn Stenberg · 23 years ago
  18. a24bd9a Another strike in the battle against glitches between tracks by Linus Nielsen Feltzing · 23 years ago
  19. b3bb076 Another strike in the battle against glitches between tracks by Linus Nielsen Feltzing · 23 years ago
  20. 3375f35 Manual update by Björn Stenberg · 23 years ago
  21. 25316c5 Added play_selected option by Linus Nielsen Feltzing · 23 years ago
  22. 78ea93d Added play_selected option, and moved browse_current by Linus Nielsen Feltzing · 23 years ago
  23. c3a3040 Removed a line break by Linus Nielsen Feltzing · 23 years ago
  24. 4854a2c Added question about shuffle by Linus Nielsen Feltzing · 23 years ago
  25. 808519e Fix reds by Björn Stenberg · 23 years ago
  26. 8d47c5c Philipp's fix .eq loading patch by Eric Linenberg · 23 years ago
  27. 380ca88 Philipp's patch to stop food from appearing on a worm by Eric Linenberg · 23 years ago
  28. b377086 a few more translated strings by Daniel Stenberg · 23 years ago
  29. c2c8d1c Fixed follow playlist bug when current track was in root directory. by Hardeep Sidhu · 23 years ago
  30. 04adfe2 swedish translation file, proof of concept by Daniel Stenberg · 23 years ago
  31. f518b9e initial VERY basic language file by Daniel Stenberg · 23 years ago
  32. f2873d2 use an unsigned char * for the string by Daniel Stenberg · 23 years ago
  33. df322a6 regenerated with the new genlang by Daniel Stenberg · 23 years ago
  34. 8b06a01 it now generates one .c file and one .h file, and the strings are all by Daniel Stenberg · 23 years ago
  35. 012e688 no C99 stuff here ;-) by Daniel Stenberg · 23 years ago
  36. aa287bb 1. Update the playlist index when starting the list (fixes invalid track num when playing from directory). 2. Estimate new position when ffw/rew VBR file with no TOC (eg. tracks recorded with AJBR). by Hardeep Sidhu · 23 years ago
  37. d96b78b include the language files by Daniel Stenberg · 23 years ago
  38. 0bc588c First simple steps using possibly translated strings for the main menu. by Daniel Stenberg · 23 years ago
  39. 99e3b2d don't need libc any more by Felix Arends · 23 years ago
  40. 306c316 added memcmp function to make rockbox compilable with latest gcc versions without using libc by Felix Arends · 23 years ago
  41. 6ac8390 now compiles with GNUSH v203 as well. by Felix Arends · 23 years ago
  42. a07a236 update a .lang file from a .lang "master file" by Daniel Stenberg · 23 years ago
  43. e19f763 generate a lang.h file from a .lang input by Daniel Stenberg · 23 years ago
  44. 842d5a9 Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headers by Linus Nielsen Feltzing · 23 years ago
  45. 2bd519d Removing the ID3V1 tag could give a negative len variable by Linus Nielsen Feltzing · 23 years ago
  46. a6df1fd removed redundant size checks by Daniel Stenberg · 23 years ago
  47. f9a46c1 When getting tag contents, we might read a tag which has a part of it within by Daniel Stenberg · 23 years ago
  48. 9fe53cd if the id3v2 tags avaiable are bigger than our buffer size, at least try by Daniel Stenberg · 23 years ago
  49. fba7a41 lcd_setfont() is for bitmap LCDs only by Daniel Stenberg · 23 years ago
  50. 038df5c Daniel, by Eric Linenberg · 23 years ago
  51. 8e1a00c added Lee Marlow's get_option() wrap patch by Robert Hak · 23 years ago
  52. f269b0c Exit on_screen on combination key release. by Björn Stenberg · 23 years ago
  53. 8b837a8 Draw on_screen as soon as any ON+key is pressed by Björn Stenberg · 23 years ago
  54. 8ce651e Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch range is 50-200% by Björn Stenberg · 23 years ago
  55. 4ede925 mpeg_set_pitch() was backwards by Linus Nielsen Feltzing · 23 years ago
  56. 8389b97 mention font stuff by Daniel Stenberg · 23 years ago
  57. e7ae994 added Greg by Daniel Stenberg · 23 years ago
  58. f2f4d79 chartables.c is gone by Daniel Stenberg · 23 years ago
  59. 7414c3a bye bye chartables, you have served us well by Daniel Stenberg · 23 years ago
  60. 0a1c221 Greg Haerr's font patch 3: by Daniel Stenberg · 23 years ago
  61. 48c2350 moved the 12x16 font from the chartables to the bounce code, as that is by Daniel Stenberg · 23 years ago
  62. ba39ff6 Greg Haerr added -limit <max_encode_hex_value> by Daniel Stenberg · 23 years ago
  63. ae0c238 Greg Haerr removed the font questions by Daniel Stenberg · 23 years ago
  64. cc16624 undef MAX_PATH before defining it makes it play the simulator game better by Daniel Stenberg · 23 years ago
  65. c455e7b minor corrections by Daniel Stenberg · 23 years ago
  66. 11b67af Bill Napier's patch by Robert Hak · 23 years ago
  67. 31a48ea setup the include path better by Daniel Stenberg · 23 years ago
  68. 7b3cea4 the script sets ARCHOS_RECORDER instead by Daniel Stenberg · 23 years ago
  69. e5cb740 define archos so that config works better by Daniel Stenberg · 23 years ago
  70. 1b5afda Greg's by Daniel Stenberg · 23 years ago
  71. d45a1db no longer include unicode.h, we've removed that file by Daniel Stenberg · 23 years ago
  72. 4cd1389 Greg's font scripts by Daniel Stenberg · 23 years ago
  73. 05e353a bdf2ajf is not needed/used anymore by Daniel Stenberg · 23 years ago
  74. 47a16e0 obsolete by Daniel Stenberg · 23 years ago
  75. 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 23 years ago
  76. 5ed78ea Pitch control for Recorder by Linus Nielsen Feltzing · 23 years ago
  77. 174f494 adi is stupid improvements by Robert Hak · 23 years ago
  78. e9d5127 efficiency improvement by Robert Hak · 23 years ago
  79. 0be1d26 Only handle # comments in file based playlists by Linus Nielsen Feltzing · 23 years ago
  80. 8a1187e Renamed "Browse Current" to "Follow Playlist" by Hardeep Sidhu · 23 years ago
  81. 2625ebb added snake ref by Robert Hak · 23 years ago
  82. c633d42 snakes reference added by Robert Hak · 23 years ago
  83. 5d33b5b classic snake game by Itai Shaked by Eric Linenberg · 23 years ago
  84. 62bec9e Flush and reload preloaded tracks if playlist changes by Hardeep Sidhu · 23 years ago
  85. faf31f0 use lcd_update_rect() even on simulators (*crosses fingers*) by Daniel Stenberg · 23 years ago
  86. 359b695 define away lcd_update_rect() too on players by Daniel Stenberg · 23 years ago
  87. c25e97f lcd_update_rect() added. *please* verify this someone who can actually by Daniel Stenberg · 23 years ago
  88. cd86407 added lcd_update_rect() simulator-style by Daniel Stenberg · 23 years ago
  89. 331fcf6 Oooops! Players need the set_chanconf() function too by Linus Nielsen Feltzing · 23 years ago
  90. 75d7715 Added function pointer argument to set_option(). This allows for instantaneous response from the AVC and Channels sound options by Linus Nielsen Feltzing · 23 years ago
  91. 3b97474 lcd_puts() now clears to end-of-line by Björn Stenberg · 23 years ago
  92. dad31ea Added wormlet manual by Björn Stenberg · 23 years ago
  93. 50053d1 Much expanded wormlet (Philipp Pertermann). Read the manual... :-) by Björn Stenberg · 23 years ago
  94. 889197d Added tracknum and playlist to id3 browser (Magnus Holmgren). Enabled id3 browser on recorder. by Björn Stenberg · 23 years ago
  95. f50b4fc Read tracknum from id3v1.1 tag (Kenneth Kiraly) by Björn Stenberg · 23 years ago
  96. ddfa4cb Go to current song (instead of root) when exiting wps after resume and browse current enabled. Also, if current file is at end of directory listing, show more files on the screen when exiting wps. by Hardeep Sidhu · 23 years ago
  97. 73f6abe Fixed sim build by Linus Nielsen Feltzing · 23 years ago
  98. 066a547 Now saves channel config by Linus Nielsen Feltzing · 23 years ago
  99. a5e6906 Mono right had the wrong level by Linus Nielsen Feltzing · 23 years ago
  100. b109898 Added channel configuration by Linus Nielsen Feltzing · 23 years ago