1. 611737b Add extra filtering to the X5 and M5 button drivers to prevent erratic button events (ported from H300). by Jens Arnold · 18 years ago
  2. fd4079c Add platform file for Iaudio M5. by Dominik Riebeling · 18 years ago
  3. 4bd7531 Actual M5 simulator image. by Jens Arnold · 18 years ago
  4. ec3f0d5 UI simulator: You can now toggle the main and remote hold switches with the h and j keys. It does not filter any keys, though, it mainly toggles the hold state, for WPS testing etc. by Linus Nielsen Feltzing · 18 years ago
  5. 6bb473d Always try to select the last screen when enetering the Rockbox Menu by Jonathan Gordon · 18 years ago
  6. 1b2a1c8 Try and parse Ogg 'date' tags. Will only work if your date tags start with the year (e.g. yyyy-MM-dd). Which should be most people. by Dan Everton · 18 years ago
  7. 3d4d517 Forgot that too...hrmph. by Michael Sevakis · 18 years ago
  8. e06faa0 Use a larger font cache on the targets that can afford the (quite small) RAM usage by Linus Nielsen Feltzing · 18 years ago
  9. 775b95c Uups. Forgot to update a plugin. by Michael Sevakis · 18 years ago
  10. 8867d00 More catching up on old work. Refine audio interface setup on Coldfire. Stop the funky glitching on the iAudio stuff when starting recording esp. at 88.2kHz. (probably due to the bidi interface). iRivers don't seem to care what you do. TLV320 still seems to have a little trouble selecting it's filters correctly for 88.2kHz or it could be some odd phasing effect. Get rid of the horrible reset parameter in pcm_apply_settings as it can decide for itself. by Michael Sevakis · 18 years ago
  11. 9701954 iRiver: Enable line input mode on keyboard. The cursor key combos can still be used when in picker mode. Much easier for moving the cursor around by many characters. by Michael Sevakis · 18 years ago
  12. 8d0cd9f Some more M5 adjustments. by Jens Arnold · 18 years ago
  13. 488f71f Make the Channel Configuration entry in the settings spoken by Linus Nielsen Feltzing · 18 years ago
  14. 298c2bb Allow dynamic menu items to be spoken, especially the resume/now playing item by Linus Nielsen Feltzing · 18 years ago
  15. 8daa916 Make rockboxdev.sh build ARM libgcc with support for thumb code interworking by Daniel Ankers · 18 years ago
  16. f8ffca4 Fix wrong target binary name. by Jens Arnold · 18 years ago
  17. 1d23240 Forget to commit this one deleted file by Jens Arnold · 18 years ago
  18. 8876018 Bring up the M5 port to a working stage: Extended numerous explicit checks for IAUDIO_X5 to also check for IAUDIO_M5, moved code around the target tree, added preliminary background for the sim. by Jens Arnold · 18 years ago
  19. ee07215 Fix RoLo on PortalPlayer targets by Daniel Ankers · 18 years ago
  20. fa6c449 Add button table for the virual keyboard to gigabeat manual by Nils Wallménius · 18 years ago
  21. f2ccc52 Change buttoncombo for switching between regular keyboard and Morse input mode to POWER+A by Nils Wallménius · 18 years ago
  22. 0eb1443 Enable Morse input mode in the virtual keyboard for gigabeat, use MENU+SELECT to switch between modes. by Nils Wallménius · 18 years ago
  23. 198772a iRiver H100 series: Catching up on old work. Use a better way to keep playback going when switching optical output. Doesn't mess with the DMA peripheral requests to do it like before but just writes a sample to the FIFO. Would really like to reformulate interrupt scheme on Coldfire to allow DMA interrupts to be blocked specifically but not normally. by Michael Sevakis · 18 years ago
  24. 6a3a220 Bump plugin/codec API versions by Daniel Ankers · 18 years ago
  25. c52571e commit fs#5982 by Alexander Levin: 'Some changes to nimbus-12 and nimbus-14 that make [a few cyrillic] glyphs more consistent within the font' by Marcoen Hirschberg · 18 years ago
  26. b7b2fce Correct spelling of Cowon by Dave Chapman · 18 years ago
  27. 82f9056 Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly. by Daniel Ankers · 18 years ago
  28. 74e572c Do the '<Untagged>' check in a more compact way. by Magnus Holmgren · 18 years ago
  29. 4162186 Ignore me. I am silly. by Linus Nielsen Feltzing · 18 years ago
  30. 55e1b53 You can not use sizeof to find the length of a string by Linus Nielsen Feltzing · 18 years ago
  31. ce63fcf don't hard code size by Robert Kukla · 18 years ago
  32. 5a90ac9 Updated german translation by Timo Horstschäfer (FS#6720) by Dominik Riebeling · 18 years ago
  33. 28530bc don't display "<Untagged>" (tagcache place holder for empty string) in wps by Robert Kukla · 18 years ago
  34. c306b2a should never have been committed by Robert Kukla · 18 years ago
  35. c54d52d Allow compiling database tool again. by Miika Pekkarinen · 18 years ago
  36. 23c136c don't restart the whole wps to essentially update the display of runtime info, but make the concerned tags dynamic. Now scrolling is not restarted at end of buffering. by Robert Kukla · 18 years ago
  37. 38b64f7 Get rid of C99 style variable declaration. Also, add one more use of #define instead of inl/outl that I missed last time. by Barry Wardell · 18 years ago
  38. 1cb5dd5 remove the "(experimental)" from the "Gather Runtime Information" string by Robert Kukla · 18 years ago
  39. f455449 Synced and some minor changes. by Magnus Holmgren · 18 years ago
  40. b4994a0 Added new iAudio M5 target, including some adjustments to make the bootloader compile (with a small change against the committed tools/tonfigure, and it won't actually work yet). by Jens Arnold · 18 years ago
  41. 4de9fbe Use the user font in the quickscreen if it fits. Still uses LANG_SYSFONT_x... by Jonathan Gordon · 18 years ago
  42. 2a62f57 Add a few target specific strings to the gigabeat and correct consistency in the time setting screen across targets. by Nicolas Pennequin · 18 years ago
  43. fa55035 Remove some left-overs from removed settings by Nils Wallménius · 18 years ago
  44. 46e3f10 Document the Play Next option. (adjusted FS#6486) by Dominik Riebeling · 18 years ago
  45. 484a0b6 Fix wrong buttons for setting AB markers. by Dominik Riebeling · 18 years ago
  46. 5ea43ce thats what happens when you commit between dinner courses :p by Jonathan Gordon · 18 years ago
  47. e6ba705 Fix red builds. (Previous commit was for FS#6713 btw) by Jonathan Gordon · 18 years ago
  48. ca701bf Add a function to get the actual button that was pressed (and some by Jonathan Gordon · 18 years ago
  49. 598629c SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly on x5) when no voice file present and source is not FMRadio. Caused by extra audio stops causing encoder to unload prematurely. Fix is to have separate stop flags for each codec type to prevent collisions. Also now safe to plug into USB when recording and encoder will stay loaded and not be stopped by the call to audio_stop_playback. Additional discovery: playback will not be able to restart after a USB plug during recording. Probably an old bug. I recommend in the future that recording have higher priority on system resources than playback and playback be denied access explicitly if recording requires them. Codec API becomes incompatible so do full updates. by Michael Sevakis · 18 years ago
  50. a61a7fa Try to set the selection correclty the first time the Rockbox menu is by Jonathan Gordon · 18 years ago
  51. 55843fd Fix the start screen option - recording now works, and allow the by Jonathan Gordon · 18 years ago
  52. 94eef3f fix beep and peak meter settings by Jonathan Gordon · 18 years ago
  53. 169ebdb Some more replacing of inl/outl with register #define's (doesn't change end-result binary). Add lots more #define's based on the ipodlinux wiki and some extrapolation. by Barry Wardell · 18 years ago
  54. 8b06125 Replace some inl/outl with register #define's instead. Also tidy up pp5020.h so that it's in increasing address order. by Barry Wardell · 18 years ago
  55. a731133 look for rockbox.gigabeat in /.rockbox/ first like other SWCODEC targets by Robert Kukla · 18 years ago
  56. 9709086 Allow settings to have a different title in the setting screen than they by Jonathan Gordon · 18 years ago
  57. 02a8717 Remove the need to double up the MENU macros in manu.h. by Jonathan Gordon · 18 years ago
  58. 7ae5f12 The list should reset the x margin when it finishes drawing. Not leave by Jonathan Gordon · 18 years ago
  59. 96d8de4 Make it a little more clear that the patched bootloader should be copied to the root of the dap and not to a folder called 'root' by Nils Wallménius · 18 years ago
  60. f2f067f Fix FS#6712 by Jonathan Gordon · 18 years ago
  61. 8ae8351 Use O_BINARY flag when opening bootloader files for embedding by Dave Chapman · 18 years ago
  62. 1602bf5 Add ipodpatcher-mac target for creating a Mac OS X universal binary by Dave Chapman · 18 years ago
  63. c8311f9 Set svn:keywords property where missing. by Jens Arnold · 18 years ago
  64. 76eeb2f Clean up some left over junk. by Adam Boot · 18 years ago
  65. b9a71b3 Add get_metadata() and year & comment tag support for SPC. by Adam Boot · 18 years ago
  66. 411f819 Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experiments in a commit by accident way too much. :P What's the deal with getting SVN to update Id or add it? Nothing seems to work. by Michael Sevakis · 18 years ago
  67. 9764e09 SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P Kill another several boost points. by Michael Sevakis · 18 years ago
  68. fa9ea27 Fix a comment that sounded a bit odd. by Michael Sevakis · 18 years ago
  69. 70b4ea9 Fix broken ipod manuals, correct some errors in the Wakeup alarm setting desription by Nils Wallménius · 18 years ago
  70. f2b6ecd SPC codec on Coldfire: Move movclrs into the light and out of the long dark shadow cast my emac latency as much as possible. Put in a faster interpolation routine (emac saves the day...again). Add comments about what's going on. by Michael Sevakis · 18 years ago
  71. 55aabe3 Add warning about the problems with ipodpatcher and the latest bootloaders on the minis and 4th gen greyscale ipods. Close FS #6632 by Dave Chapman · 18 years ago
  72. c4e1f9c fix player builds by Robert Kukla · 18 years ago
  73. ba366a0 - rename (D)evel Build to (A)dvanced Build by Robert Kukla · 18 years ago
  74. ae08eeb remove runtime detection of h1x0 series RTC MOD, but leave driver code by Robert Kukla · 18 years ago
  75. 909b946 Update the manual to reflect recent menu changes, add descriptions of how to move and remove tracks in the playlist viewer, Recording settings are now in their own chapter. by Nils Wallménius · 18 years ago
  76. 79a2a93 remove numerical genre and use genre_string consistently: by Robert Kukla · 18 years ago
  77. 2187e81 Fix SH1 debug builds. by Jens Arnold · 18 years ago
  78. e618bec Include debug menu on simulator by Steve Bavin · 18 years ago
  79. fdaacd5 Move Sleep Timer function from the settings into the System menu by Dave Chapman · 18 years ago
  80. 4855615 Kill a few warnings by Linus Nielsen Feltzing · 18 years ago
  81. 8448d3b H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while charging, to save power by Linus Nielsen Feltzing · 18 years ago
  82. ff17905 H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again) by Linus Nielsen Feltzing · 18 years ago
  83. 9fae76d Use the browse button for A-B instead of quickscreen button. Files are by Jonathan Gordon · 18 years ago
  84. 1ccc653 Correct the usage information by Dave Chapman · 18 years ago
  85. 3391ede enable A-B mode on the X5. Uses the quickscreen button to set points by Jonathan Gordon · 18 years ago
  86. a9a9999 fix usb disconnecting in the WPS by Jonathan Gordon · 18 years ago
  87. 277c39c left exits the browsers by Jonathan Gordon · 18 years ago
  88. 361a60c Centralise icon enabling to hopefully save a few bytes by Steve Bavin · 18 years ago
  89. 44c510e move database settings one level up by Marcoen Hirschberg · 18 years ago
  90. 4af3386 For consistency, put a file browser heading up in the root folder if configured for current level only. (Previously this one case omitted the heading.) by Steve Bavin · 18 years ago
  91. ba7d277 Fix for the Bootloader installation for H10, thanks to barrywardell by Dominik Wenger · 18 years ago
  92. 7230674 Oops, fix player warnings by Steve Bavin · 18 years ago
  93. e600af7 Browser headings should obey the Show Icons setting too by Steve Bavin · 18 years ago
  94. 421b67e The menu and WPS buttons now work in the plugin and font browsers too by Linus Nielsen Feltzing · 18 years ago
  95. a2eb38a H100: Disable RTC support by default, for now by Linus Nielsen Feltzing · 18 years ago
  96. 5462a91 fix the last warning by Jonathan Gordon · 18 years ago
  97. 08575f0 fix builds by Jonathan Gordon · 18 years ago
  98. c423e87 Fix warnings on targets with an RTC. by Dan Everton · 18 years ago
  99. e36a034 Change the alaram #ifdef by Jonathan Gordon · 18 years ago
  100. 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago