summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg4-0/+32
2006-03-24Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low6-124/+125
2006-03-24Build chessbox for the X5Dave Chapman2-3/+3
2006-03-24Color bitmaps on iAudio X5 by Mustapha SenhajiBen Basha18-1/+23
2006-03-24Fix weirdness caused by not stopping buffering during pause, and generally us...Brandon Low1-1/+4
2006-03-23Make fullscreen off by default for Rockboy.Zakk Roberts1-11/+11
2006-03-23Keep assembler versions of DSP routines in dsp_arch.S files. This alsoThom Johansen4-83/+145
2006-03-23Make EQ work on 64 bit sims again.Thom Johansen1-1/+1
2006-03-23Allow the pcm buffer to fill while playback is pausedBrandon Low1-7/+0
2006-03-23First small step in playback.c's pending makeover. Properly lock and cleanup...Brandon Low1-42/+35
2006-03-23Fix the inaccurate frequency setting problems of the EQ due toThom Johansen1-38/+96
2006-03-23x5: we dont have a BUTTON_OFF -> we use BUTTON_POWER nowChristian Gmeiner1-0/+2
2006-03-23Make libmad use inttypes.h types and remove the old ad-hoc typedefs.Thom Johansen2-28/+11
2006-03-22Fixed ADPCM support. 3 bit ADPCMs do not work, but those didn't seem toThom Johansen1-7/+8
2006-03-22Fix remaining warnings in 64bit simulator buildsJens Arnold3-3/+3
2006-03-22Small changes to Xobox to make it playable on grayscale targets with slow scr...Martin Arver1-2/+5
2006-03-22Use size-correct casts. Fixes some AMD64 sim warnings.Thom Johansen2-3/+3
2006-03-22Quick fix for voice UI on iPods. Proper fix (which does not impactThom Johansen1-0/+4
2006-03-22Whoops, the Archos Player/Studio doesn't have the ability to change pitch..Zakk Roberts2-0/+4
2006-03-22Pitch screen now accessible from the WPS context menu for all targets. This m...Zakk Roberts3-32/+46
2006-03-22Fix stack overflow bug for realAdam Boot1-81/+146
2006-03-21Enabled channel configuration and stereo width option on software codecThom Johansen4-0/+90
2006-03-21update by Mustapha SenhajiMarcoen Hirschberg1-3/+117
2006-03-21Jewels: little changes regarding trademark issuesHristo Kovachev2-5/+5
2006-03-21Updated Korean translation by Jeong Taek InHristo Kovachev1-6/+42
2006-03-21Exclude metronome and battery_bench from the X5 build until the button mappin...Linus Nielsen Feltzing1-0/+4
2006-03-21Correct IRAM size for the iAudio X5 appLinus Nielsen Feltzing1-3/+7
2006-03-21Patch #4794 by Alessio Lenzi: Add some missing voice entries to english.langHristo Kovachev1-3/+3
2006-03-21Patch #4843 by Nicolas Pennequin - Correct status bar and backdrop in ID3 inf...Linus Nielsen Feltzing2-1/+14
2006-03-21Patch #4872 by Mikael Magnusson: fixes bubbles game overflowing stackHristo Kovachev1-2/+6
2006-03-21Patch #4833 by Jonas Häggqvist: "Use abstracted gui for recursive inse...Hristo Kovachev1-28/+6
2006-03-21button.h cleanup, with the future "button action" thing in mind:Hristo Kovachev2-21/+10
2006-03-21FPS setting now LCD-specific and raised for a number of models - much smoothe...Zakk Roberts1-3/+5
2006-03-21Whoops, double-defined buttons for Ondio...Zakk Roberts1-1/+1
2006-03-21Reworked pitch screen for easier adjustment and better looks. Added some butt...Zakk Roberts4-132/+128
2006-03-21Display logo for 3 seconds instead of 2 before rolling the credits - makes it...Zakk Roberts1-2/+2
2006-03-21Fix the iPod button mappings for the settings menus so that Left accepts and ...Zakk Roberts1-1/+1
2006-03-21Patch by Jonathan Gordon for bug report FS#4861 - map Select (Navi) to save t...Zakk Roberts1-14/+18
2006-03-21Further 64 bit related fixes. EQ should now work in AMD64 sim.Thom Johansen2-12/+12
2006-03-20Patch #4870 from Fredrik Öhrn - Call yield() less often (gives a 3-4fps spee...Dave Chapman1-61/+67
2006-03-20Add cardback bitmap for colour LCDs smaller than 220x176.Dave Chapman3-0/+9
2006-03-20iRiver: Stop disabling the peak meter when stopping the radio.Magnus Holmgren1-0/+1
2006-03-20Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen1-360/+319
2006-03-20Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen1-237/+212
2006-03-20Add 'clipboard' type functionality to onplay menu. You can cut/copy/paste dir...Dan Everton2-6/+318
2006-03-20Jewels: some clean upAdam Boot1-15/+48
2006-03-20New game plugin: bubbles, initial commitAdam Boot21-16/+2592
2006-03-19Ooops, this was not meant to be committed yet.Jens Arnold1-1/+3
2006-03-19Reworked backlight fading by GPIO based PWM to work for other targetsThom Johansen3-7/+7
2006-03-19Samples should always be 32 bit on all platforms, so change mostThom Johansen3-53/+56