- 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
- fd4079c Add platform file for Iaudio M5. by Dominik Riebeling · 18 years ago
- 4bd7531 Actual M5 simulator image. by Jens Arnold · 18 years ago
- 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
- 6bb473d Always try to select the last screen when enetering the Rockbox Menu by Jonathan Gordon · 18 years ago
- 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
- 3d4d517 Forgot that too...hrmph. by Michael Sevakis · 18 years ago
- e06faa0 Use a larger font cache on the targets that can afford the (quite small) RAM usage by Linus Nielsen Feltzing · 18 years ago
- 775b95c Uups. Forgot to update a plugin. by Michael Sevakis · 18 years ago
- 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
- 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
- 8d0cd9f Some more M5 adjustments. by Jens Arnold · 18 years ago
- 488f71f Make the Channel Configuration entry in the settings spoken by Linus Nielsen Feltzing · 18 years ago
- 298c2bb Allow dynamic menu items to be spoken, especially the resume/now playing item by Linus Nielsen Feltzing · 18 years ago
- 8daa916 Make rockboxdev.sh build ARM libgcc with support for thumb code interworking by Daniel Ankers · 18 years ago
- f8ffca4 Fix wrong target binary name. by Jens Arnold · 18 years ago
- 1d23240 Forget to commit this one deleted file by Jens Arnold · 18 years ago
- 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
- ee07215 Fix RoLo on PortalPlayer targets by Daniel Ankers · 18 years ago
- fa6c449 Add button table for the virual keyboard to gigabeat manual by Nils Wallménius · 18 years ago
- f2ccc52 Change buttoncombo for switching between regular keyboard and Morse input mode to POWER+A by Nils Wallménius · 18 years ago
- 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
- 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
- 6a3a220 Bump plugin/codec API versions by Daniel Ankers · 18 years ago
- 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
- b7b2fce Correct spelling of Cowon by Dave Chapman · 18 years ago
- 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
- 74e572c Do the '<Untagged>' check in a more compact way. by Magnus Holmgren · 18 years ago
- 4162186 Ignore me. I am silly. by Linus Nielsen Feltzing · 18 years ago
- 55e1b53 You can not use sizeof to find the length of a string by Linus Nielsen Feltzing · 18 years ago
- ce63fcf don't hard code size by Robert Kukla · 18 years ago
- 5a90ac9 Updated german translation by Timo Horstschäfer (FS#6720) by Dominik Riebeling · 18 years ago
- 28530bc don't display "<Untagged>" (tagcache place holder for empty string) in wps by Robert Kukla · 18 years ago
- c306b2a should never have been committed by Robert Kukla · 18 years ago
- c54d52d Allow compiling database tool again. by Miika Pekkarinen · 18 years ago
- 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
- 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
- 1cb5dd5 remove the "(experimental)" from the "Gather Runtime Information" string by Robert Kukla · 18 years ago
- f455449 Synced and some minor changes. by Magnus Holmgren · 18 years ago
- 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
- 4de9fbe Use the user font in the quickscreen if it fits. Still uses LANG_SYSFONT_x... by Jonathan Gordon · 18 years ago
- 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
- fa55035 Remove some left-overs from removed settings by Nils Wallménius · 18 years ago
- 46e3f10 Document the Play Next option. (adjusted FS#6486) by Dominik Riebeling · 18 years ago
- 484a0b6 Fix wrong buttons for setting AB markers. by Dominik Riebeling · 18 years ago
- 5ea43ce thats what happens when you commit between dinner courses :p by Jonathan Gordon · 18 years ago
- e6ba705 Fix red builds. (Previous commit was for FS#6713 btw) by Jonathan Gordon · 18 years ago
- ca701bf Add a function to get the actual button that was pressed (and some by Jonathan Gordon · 18 years ago
- 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
- a61a7fa Try to set the selection correclty the first time the Rockbox menu is by Jonathan Gordon · 18 years ago
- 55843fd Fix the start screen option - recording now works, and allow the by Jonathan Gordon · 18 years ago
- 94eef3f fix beep and peak meter settings by Jonathan Gordon · 18 years ago
- 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
- 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
- a731133 look for rockbox.gigabeat in /.rockbox/ first like other SWCODEC targets by Robert Kukla · 18 years ago
- 9709086 Allow settings to have a different title in the setting screen than they by Jonathan Gordon · 18 years ago
- 02a8717 Remove the need to double up the MENU macros in manu.h. by Jonathan Gordon · 18 years ago
- 7ae5f12 The list should reset the x margin when it finishes drawing. Not leave by Jonathan Gordon · 18 years ago
- 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
- f2f067f Fix FS#6712 by Jonathan Gordon · 18 years ago
- 8ae8351 Use O_BINARY flag when opening bootloader files for embedding by Dave Chapman · 18 years ago
- 1602bf5 Add ipodpatcher-mac target for creating a Mac OS X universal binary by Dave Chapman · 18 years ago
- c8311f9 Set svn:keywords property where missing. by Jens Arnold · 18 years ago
- 76eeb2f Clean up some left over junk. by Adam Boot · 18 years ago
- b9a71b3 Add get_metadata() and year & comment tag support for SPC. by Adam Boot · 18 years ago
- 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
- 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
- fa9ea27 Fix a comment that sounded a bit odd. by Michael Sevakis · 18 years ago
- 70b4ea9 Fix broken ipod manuals, correct some errors in the Wakeup alarm setting desription by Nils Wallménius · 18 years ago
- 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
- 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
- c4e1f9c fix player builds by Robert Kukla · 18 years ago
- ba366a0 - rename (D)evel Build to (A)dvanced Build by Robert Kukla · 18 years ago
- ae08eeb remove runtime detection of h1x0 series RTC MOD, but leave driver code by Robert Kukla · 18 years ago
- 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
- 79a2a93 remove numerical genre and use genre_string consistently: by Robert Kukla · 18 years ago
- 2187e81 Fix SH1 debug builds. by Jens Arnold · 18 years ago
- e618bec Include debug menu on simulator by Steve Bavin · 18 years ago
- fdaacd5 Move Sleep Timer function from the settings into the System menu by Dave Chapman · 18 years ago
- 4855615 Kill a few warnings by Linus Nielsen Feltzing · 18 years ago
- 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
- 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
- 9fae76d Use the browse button for A-B instead of quickscreen button. Files are by Jonathan Gordon · 18 years ago
- 1ccc653 Correct the usage information by Dave Chapman · 18 years ago
- 3391ede enable A-B mode on the X5. Uses the quickscreen button to set points by Jonathan Gordon · 18 years ago
- a9a9999 fix usb disconnecting in the WPS by Jonathan Gordon · 18 years ago
- 277c39c left exits the browsers by Jonathan Gordon · 18 years ago
- 361a60c Centralise icon enabling to hopefully save a few bytes by Steve Bavin · 18 years ago
- 44c510e move database settings one level up by Marcoen Hirschberg · 18 years ago
- 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
- ba7d277 Fix for the Bootloader installation for H10, thanks to barrywardell by Dominik Wenger · 18 years ago
- 7230674 Oops, fix player warnings by Steve Bavin · 18 years ago
- e600af7 Browser headings should obey the Show Icons setting too by Steve Bavin · 18 years ago
- 421b67e The menu and WPS buttons now work in the plugin and font browsers too by Linus Nielsen Feltzing · 18 years ago
- a2eb38a H100: Disable RTC support by default, for now by Linus Nielsen Feltzing · 18 years ago
- 5462a91 fix the last warning by Jonathan Gordon · 18 years ago
- 08575f0 fix builds by Jonathan Gordon · 18 years ago
- c423e87 Fix warnings on targets with an RTC. by Dan Everton · 18 years ago
- e36a034 Change the alaram #ifdef by Jonathan Gordon · 18 years ago
- 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago