Age | Commit message (Expand) | Author | Files | Lines |
2007-06-10 | Accept both 0xb and 0xc as valid partition types for an ipod FAT32 partition.... | Dave Chapman | 1 | -2/+3 |
2007-06-10 | A few fixes to the About panel. | Antoine Cellerier | 1 | -2/+2 |
2007-06-10 | Simplify code (use + operator to concatenate strings instead of Printf()). Pl... | Antoine Cellerier | 8 | -255/+224 |
2007-06-10 | When clicking on one of the rbutil actions, ask the user if he wants to try a... | Antoine Cellerier | 4 | -41/+53 |
2007-06-10 | Add "Select All" button to the themes installer. | Antoine Cellerier | 2 | -18/+39 |
2007-06-10 | Move the root_menu() call out of tree.c. | Jonathan Gordon | 3 | -9/+9 |
2007-06-10 | C optimisations to the predictor decoding - create a single function for deco... | Dave Chapman | 4 | -130/+203 |
2007-06-10 | Fix a minor annoyance with the last commit where selecting an item could resu... | Jonathan Gordon | 1 | -13/+14 |
2007-06-10 | Really fix FS#7274 | Jonathan Gordon | 1 | -1/+1 |
2007-06-10 | Fix metronome errors for hw codec. | Michael Sevakis | 1 | -0/+2 |
2007-06-10 | Plugins that play sound must be sure to set inputs and outputs on audio muxed... | Michael Sevakis | 7 | -13/+59 |
2007-06-09 | fix Tab navigation in rbutil, and make it also look at other places for rbuti... | Dominik Wenger | 8 | -384/+103 |
2007-06-09 | simple fix for FS#7274 - selected item might not be shown when a list is draw... | Jonathan Gordon | 1 | -1/+6 |
2007-06-09 | Define and use a local APE_MAX function to make the standalone demac decoder ... | Dave Chapman | 1 | -2/+7 |
2007-06-09 | Fix small preprocessor goofup. | Michael Sevakis | 1 | -2/+2 |
2007-06-08 | Straighten out some audio path APIs and misc. audio stuff. Having recording i... | Michael Sevakis | 22 | -154/+237 |
2007-06-08 | Build Tremor with -O3 for coldfire targets, gives a slight increase in speed,... | Nils Wallménius | 1 | -1/+7 |
2007-06-08 | Seeking and resume support for Monkey's Audio | Dave Chapman | 7 | -18/+202 |
2007-06-08 | Add test_codec to viewers.config. As Jens pointed out, if it's not built, it... | Dave Chapman | 1 | -0/+1 |
2007-06-08 | Correct the parsing of v3.97 Monkey's Audio files. | Dave Chapman | 1 | -3/+3 |
2007-06-08 | Don't just display an error message, abort. | Dave Chapman | 1 | -0/+1 |
2007-06-08 | Fix typo in error message - thanks to Bryan Childs for spotting | Dave Chapman | 1 | -1/+1 |
2007-06-07 | Fix a bug concerning difficulty, pointed out by DerPapst in IRC. | Paul Louden | 1 | -1/+1 |
2007-06-07 | Include the Xobox chapter in the Recorder/Ondio manuals (adding a screenshot ... | Marianne Arnold | 3 | -5/+6 |
2007-06-07 | Another voice update, hopefully with less typos than before. | Steve Bavin | 1 | -12/+13 |
2007-06-07 | Attempt to clarify the voice options. | Steve Bavin | 1 | -23/+30 |
2007-06-07 | Add a mode the lists which doesnt show the selection marker. | Jonathan Gordon | 3 | -5/+51 |
2007-06-07 | Forgot this one. We should maybe use enums more... | Steve Bavin | 1 | -1/+1 |
2007-06-07 | Update the manual for the new voice config. | Steve Bavin | 1 | -11/+27 |
2007-06-07 | Separate out voice options for .talk clips (FS #7249). This removes the assu... | Steve Bavin | 6 | -48/+87 |
2007-06-07 | Include mac decoder in tarballs | Nils Wallménius | 1 | -0/+2 |
2007-06-07 | e200: Better sync of display enabling and display update. The display would b... | Michael Sevakis | 2 | -43/+51 |
2007-06-07 | show the version in the rockbox info screen | Jonathan Gordon | 1 | -4/+20 |
2007-06-07 | increase the SD stack. | Jonathan Gordon | 1 | -1/+1 |
2007-06-06 | Assumption about there being MPEG1-only samplerates available and therefore M... | Michael Sevakis | 2 | -7/+19 |
2007-06-06 | * Speed up the level transition in Star for iPod Video (else it's sloooooow). | Antoine Cellerier | 1 | -21/+26 |
2007-06-06 | Fix drawing on overlaping qixes on B&W displays. | Antoine Cellerier | 1 | -1/+1 |
2007-06-06 | Yet some more optimisation and recorder/ondio related bug fixing for Xobox. | Antoine Cellerier | 1 | -33/+19 |
2007-06-06 | language fix | Daniel Stenberg | 1 | -1/+1 |
2007-06-06 | As ususual, fix the sim errors. | Michael Sevakis | 1 | -0/+13 |
2007-06-06 | Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int... | Michael Sevakis | 12 | -39/+1039 |
2007-06-06 | iCatcher updates: 1) Add APE icon for Monkey's Audio files; 2) Use a backdrop... | Dave Chapman | 20 | -19/+20 |
2007-06-06 | Make v3.97 APE files work in Rockbox | Dave Chapman | 2 | -40/+95 |
2007-06-06 | Backdrop code should now be surrounded by #if LCD_DEPTH > 1 | Dave Chapman | 1 | -1/+1 |
2007-06-06 | Correct a comment (thanks to Markun for spotting) | Dave Chapman | 1 | -4/+3 |
2007-06-06 | FS#7260 - updated Italian translation | Jonathan Gordon | 1 | -67/+183 |
2007-06-05 | Fix bitmap drawing for b&w targets on xobox. | Antoine Cellerier | 1 | -9/+7 |
2007-06-05 | Add recorder and ondio support to Xobox. | Antoine Cellerier | 2 | -24/+90 |
2007-06-05 | Xobox: really make it fast. Plays smoothly on Video iPod even at fastest speed. | Antoine Cellerier | 1 | -71/+65 |
2007-06-05 | Apply FS#7183. Also change to use documented ways to avoid inlining of functi... | Magnus Holmgren | 1 | -8/+6 |