summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-03-31Ondio buttons for spacerocksLinus Nielsen Feltzing1-1/+5
2006-03-31Add button mappings for ipod 3GDave Chapman1-1/+1
2006-03-31Patch #2864 by Mat Holton - Spacerocks, an Asteroids cloneLinus Nielsen Feltzing2-0/+1603
2006-03-31Enabled RTC and virtual disk LED on iAudio X5Linus Nielsen Feltzing1-0/+2
2006-03-30Fix 64bit warningsJens Arnold1-2/+2
2006-03-30Enabled metronome and battery_bench for X5Daniel Stenberg3-4/+14
2006-03-30iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold1-1/+2
2006-03-30Dircache support for simulator also.Miika Pekkarinen1-1/+5
2006-03-30Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold1-0/+4
2006-03-30Added track number sorting to the tagcache and a few new tags to theMiika Pekkarinen4-27/+279
2006-03-30Synced.Magnus Holmgren1-2/+188
2006-03-30MCF5249 isn't the only Coldfire CPULinus Nielsen Feltzing1-7/+7
2006-03-30New 'Track Skip Only' option for Crossfading; crossfading is disabled except ...Zakk Roberts5-235/+243
2006-03-30Add comments, and avoid throw-away calculations in crossfade buffer processBrandon Low1-24/+32
2006-03-29Use rockbox endian definesKarl Kurbjun2-6/+7
2006-03-29Add support for loadable vkeyboard layoutsFrank Dischner10-191/+514
2006-03-29its much better to clear everytime the lcdChristian Gmeiner1-1/+1
2006-03-29oops.. fix yellow buildsChristian Gmeiner1-1/+1
2006-03-29Patch #4936 from Jonathan Gordon with a small change by me. slideshow support...Christian Gmeiner1-82/+185
2006-03-29iAudio X5 doesn't have bass and trebleLinus Nielsen Feltzing1-0/+4
2006-03-29Save bass/treble settings in iPodLinus Nielsen Feltzing1-1/+4
2006-03-29Limit idle framerate, make falling bubbles less uniform, and some formatting ...Adam Boot1-46/+68
2006-03-28Moved main menu button to REC for both file browser and WPSDaniel Stenberg2-3/+3
2006-03-28Update equalizer precut value as it's adjusted.Dan Everton4-18/+27
2006-03-28Removed some debug codeLinus Nielsen Feltzing1-2/+0
2006-03-28Audio support for iAudio X5Linus Nielsen Feltzing1-0/+2
2006-03-28Change the type of the P_SectorActive() function to boolean - that's how it i...Dave Chapman2-3/+3
2006-03-28More 64-bit fixes.Dave Chapman1-2/+2
2006-03-28More 64-bit fixesDave Chapman3-16/+16
2006-03-28x5: lets build doom...Christian Gmeiner1-1/+1
2006-03-28added good (tm) button mappings for x5, and added ifdef for HAS_BUTTON_HOLDChristian Gmeiner1-2/+15
2006-03-28Fix red builds.Dan Everton1-2/+2
2006-03-28Fail gracefully if write fails (i.e. disk space runs out) during copy in spli...Dan Everton1-2/+31
2006-03-2864-bit sim fixesDave Chapman2-4/+4
2006-03-28Finish removing the main LCD backdrop function from the plugin APIDave Chapman1-2/+0
2006-03-28Fix uninitialised variable warningDave Chapman1-1/+1
2006-03-28Do not export load_main_backdrop() via the plugin API. Plugins should alloca...Dave Chapman4-3/+2
2006-03-28Patch #2969 - Doom! Currently only working on the H300.Dave Chapman130-1/+65584
2006-03-28Patch #2854 by David Dent - %bs WPS tag for sleep timerLinus Nielsen Feltzing1-0/+14
2006-03-28Clean up the LCD Settings menu for some targets: hide the Contrast and Invert...Zakk Roberts1-69/+80
2006-03-27Add precut setting for the equalizer and add some more comments to the eq men...Dan Everton6-78/+150
2006-03-27x5: use as default BUTTON_POWER to close a pluginChristian Gmeiner3-4/+4
2006-03-27ChessBox: Add 10x8 pixel pieces for the Archoses from Miguel A. Arévalo (P#4...Martin Arver3-0/+6
2006-03-27Fixed a crash when selecting database mode in the menuLinus Nielsen Feltzing1-0/+2
2006-03-27Alignment fix for ipods.Miika Pekkarinen1-19/+35
2006-03-27Allow multiple tracks with the same title.Miika Pekkarinen1-10/+28
2006-03-27More alignment fixes.Miika Pekkarinen1-3/+14
2006-03-27Patch #4923 by Jani Kinnunen: updated Finnish translationHristo Kovachev1-43/+295
2006-03-26WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV f...Jens Arnold7-5/+3702
2006-03-26Eliminate references to "long" types for 64-bit compiles; return audio dataDave Bryant10-192/+191