summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-03-11Add pacboxDave Chapman1-0/+3
2006-03-11pacbox - a Pacman arcade machine emulator. Currently working for all colour ...Dave Chapman13-1/+11079
2006-03-11Ooops.Jens Arnold2-2/+6
2006-03-11Do not build grayscale.rock by default. This is mainly a developer example pl...Jens Arnold1-3/+0
2006-03-11Removed lcd_roll() and lcd_remote_roll() functions. These functions were not ...Jens Arnold4-333/+21
2006-03-11Only save settings if they changed (saves a disk spinup otherwise).Jens Arnold1-30/+43
2006-03-11Oscilloscope: * Added moving cursor bar. * Fixed several off-by-one errors wh...Jens Arnold1-126/+191
2006-03-10update japanese language by Naoaki OkazakiMarcoen Hirschberg1-288/+620
2006-03-10Oscilloscope: Added vertical orientation option. Flipped horizontal mode to s...Jens Arnold1-43/+245
2006-03-09Fix player target and sim.Dan Everton1-0/+2
2006-03-09Reset font before calculating number of lines to display in the list. Fixes r...Dan Everton1-2/+3
2006-03-09add gigabeat keysMarcoen Hirschberg1-1/+9
2006-03-09C implementation of eq filter. Allows equalizer to be used in the simulator. ...Dan Everton1-6/+22
2006-03-09Rewrite of oscilloscope plugin: * Doesn't use a timer isr anymore, ported to ...Jens Arnold1-88/+249
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low2-0/+8
2006-03-08Make clipping detection more sensitive for swcodec platforms by triggering on...Peter D'Hoye1-1/+11
2006-03-08The LCD extension lib was split into 3 parts: Removed old file.Jens Arnold1-477/+0
2006-03-08Minor optimisation.Jens Arnold1-2/+2
2006-03-08LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Os...Jens Arnold6-61/+1011
2006-03-07Patch FS#4745 by Manuel Dejonghe 1) Get CPU out of idle mode on key press (on...Hristo Kovachev1-2/+29
2006-03-06Wrong ifdefing of the loader plugin caused an empty chessbox.rock to be inclu...Jens Arnold1-1/+1
2006-03-06update by Jeong Taek InMarcoen Hirschberg1-10/+28
2006-03-06Enable ARM optimisation.Thom Johansen2-0/+7
2006-03-06Actually. Let's build for the 3G.Zakk Roberts1-11/+7
2006-03-06Fix H300 builds. Don't compile for iPod 3G yet.Zakk Roberts1-7/+11
2006-03-06Enormous clock update. Most major functions rewritten & hugely optimized; a n...Zakk Roberts2-1617/+1509
2006-03-06ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen2-0/+273
2006-03-05Don't leave the menu after clearing the backdrop image.Jens Arnold1-1/+1
2006-03-05Dice rolling plugin by me with help from Paul_the_Nerd on some keypadsBrandon Low2-0/+284
2006-03-05Correct plugin min API version.Dan Everton1-1/+1
2006-03-05Fix red sim builds.Dan Everton1-0/+4
2006-03-05Get oscillograph plugin working in the sim. Skips the lcd_roll using parts.Dan Everton1-4/+12
2006-03-05Get oscillograph plugin working on SWCODEC targets.Dan Everton1-5/+44
2006-03-05sound_set_pitch is not available on PlayerDan Everton2-2/+6
2006-03-05Get VU Meter plugin working on SWCODEC targets. Still needs to be scaled to f...Dan Everton3-30/+108
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low1-1/+6
2006-03-05Musepack files are always VBR.Thom Johansen1-0/+1
2006-03-05For backlight_on() to work, you need backlight.h :)Tomas Salfischberger1-0/+1
2006-03-04Patch FS#4759 by Jonathan Gordon - searching in playlists.Tomas Salfischberger4-2/+130
2006-03-04Fixed a crash in the playlist creation, plus revised the output during the cr...Linus Nielsen Feltzing1-22/+27
2006-03-04Added a couple inline assembly functions for ARM targets. This just aboutDave Bryant1-0/+33
2006-03-04Woops, that button was already in use on those targets.Tomas Salfischberger1-0/+2
2006-03-04Patch FS#4744 - This patch maps the "Off" button in the pitch screen to reset...Tomas Salfischberger2-0/+6
2006-03-04The existing colour-related language strings are using Colour, not Color. Al...Dave Chapman1-2/+2
2006-03-04Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected fo...Zakk Roberts4-4/+17
2006-03-04ADPCM wav codec fix by Frederic DevernayLinus Nielsen Feltzing1-4/+6
2006-03-03Do not show peakmeter and recording time on radio screen for targets with sof...Peter D'Hoye1-1/+9
2006-03-03Patch #4736 for Chessbox from Miguel A. Arévalo - Added support for user int...Dave Chapman3-317/+350
2006-03-03Removed unused debug function which caused a warning for 64bit simulators.Jens Arnold1-13/+0
2006-03-03Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg15-1022/+1068