summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Small and Complete Installations always install the most bleeding edge build....rbutil_m1.0.7Dominik Riebeling1-2/+6
2008-09-25Bump version to m1.0.7Dominik Riebeling2-2/+2
2008-09-25redo the previous commit so its actually useful.Jonathan Gordon2-2/+12
2008-09-25have the info lists set the selection before they are exited, this is sometim...Jonathan Gordon2-4/+7
2008-09-25Make a local function static.Jens Arnold1-4/+4
2008-09-24Clean up bootbox main file.Jens Arnold1-22/+1
2008-09-24Limit the buil-in font to ASCII for bootloaders.Jens Arnold1-2/+9
2008-09-24rbutil: fix h10_5gbmtp download issue.Dominik Wenger1-1/+1
2008-09-24Fix red.Jens Arnold1-1/+1
2008-09-24Repair bootbox on the archoses (that bug went undetected for >2.5 years), and...Jens Arnold1-14/+1
2008-09-24Clean up use of snprintf where strncpy if suited, avoid useless copying of co...Nils Wallménius8-47/+37
2008-09-24Slight clean up of splash calls, use HZ instead of explicit numbersNils Wallménius1-7/+7
2008-09-24Print a helpful error in the sim for usupported formats in Ogg containers (f....Nils Wallménius1-0/+2
2008-09-24fix the button on the "X to abort " splash for the gigabeat f/sJonathan Gordon1-0/+4
2008-09-23Adjust Rockbox release download filename to the changed target - version order.Dominik Riebeling1-1/+1
2008-09-23update rbutil configuration for 3.0 release and prepare for theme site change.Dominik Riebeling1-26/+27
2008-09-23Manual, cube button table: be a bit more accurate to avoid misunderstandings.Marianne Arnold1-1/+1
2008-09-23Bootloaders don't need idle callbacks.Jens Arnold1-1/+2
2008-09-23Disable the whole loadable font code including font caching for bootloaders/ ...Jens Arnold1-24/+71
2008-09-23Remove some nonessential comments from the c100 section.Robert Menes1-10/+13
2008-09-23fix typoFrank Gevaerts1-1/+1
2008-09-23Add a new environment for setting the changelog using a different bullet icon...Dominik Riebeling1-0/+8
2008-09-23Manual: update the button table in the cube chapter to reflect the new contro...Marianne Arnold1-18/+9
2008-09-23merge some fixes from the release branch that also apply to trunkFrank Gevaerts3-5/+7
2008-09-23Updated italian translation.Alessio Lenzi1-2/+19
2008-09-23Disable bidirectional text handling and arabic joining in the bootloaders in ...Jens Arnold2-5/+19
2008-09-23Overhaul of the text viewer chapter in the manual - the old one still describ...Marianne Arnold1-109/+145
2008-09-23Mostly cosmetic changes to some plugin descriptions in the manual: 1) In main...Marianne Arnold19-137/+139
2008-09-23make sure the manufacturer titles are aligned properlyJonathan Gordon1-2/+2
2008-09-23add some more whitespace to make the creative and phillips targets more readableJonathan Gordon1-25/+25
2008-09-23Display the expected album art size in the info screenJonathan Gordon3-0/+53
2008-09-23Use the correct #ifdefs for the added kernel objects.Jonathan Gordon2-3/+7
2008-09-23Opening function brace style police.Michael Sevakis1-14/+28
2008-09-23Simplify synchronizaton for MPA codec and make it fully atomic, let synth thr...Michael Sevakis1-72/+72
2008-09-23Oops, forgot the touchscreen targets.Jens Arnold1-20/+12
2008-09-23Simplify controls in order to resolve impossible combos on several targets. N...Jens Arnold1-254/+157
2008-09-23Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% ...Michael Giacomelli1-0/+30
2008-09-22Add player name and rockbox version to the battery_bench outputFrank Gevaerts3-2/+14
2008-09-22Correct version of memory sizes in config-logikdax.h (previous values were ju...Dave Chapman2-3/+3
2008-09-22Add some missed bits + change MODE to TMODEVitja Makarov2-2/+4
2008-09-22Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik ...Dave Chapman13-45/+482
2008-09-22Prepare for usb-telechips testingVitja Makarov2-2/+17
2008-09-22Fix careless typo on my part that broke MP3 playback on Coldfire.Michael Giacomelli1-1/+1
2008-09-22Hopefully fix glitches when seeking in MP3s on dual core processors. Also, c...Michael Giacomelli1-3/+11
2008-09-21Define the various CPUFREQ_* macros so that Gigabeat S compiles with test_cod...Jens Arnold1-2/+7
2008-09-21more slight playlist resume cleanuping... dont bother saving the playlist fir...Jonathan Gordon4-27/+3
2008-09-20Threading functions aren't all available on HWCODEC, so don't try to build th...Michael Giacomelli2-3/+7
2008-09-20Opps, fix mp3 decoding in the sim.Michael Giacomelli1-2/+2
2008-09-20Fix test_codec on multiprocessor codecs (MP3, SPC).Michael Giacomelli3-1/+31
2008-09-20Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...Michael Giacomelli9-33/+181