summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-01-05Restore the correct #if for deciding when to build Rockblox. It should be di...Dave Chapman1-1/+1
2007-01-05Eliminate C99 variable defsGreg White1-10/+12
2007-01-05Fix build warningsGreg White1-5/+5
2007-01-05Putting back in the check for LCD_WIDTH of 128Steve Gotthardt1-1/+1
2007-01-05And the bitmap to go with rockblox - Thanks again to Gary Allen - RedZZRSteve Gotthardt1-0/+0
2007-01-05Gigabeat gets rockblox ! Thanks to the RedZZR Gary Allen.Steve Gotthardt5-5/+97
2007-01-05Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in t...Dan Everton1-6/+0
2007-01-04Add Volume Up/Down buttons to keymap for WPSGreg White1-1/+6
2007-01-04Enable Morse mode for virtual keyboard on h10 players and make it possible t...Nils Wallménius2-4/+17
2007-01-04Fix simulator buildGreg White1-2/+2
2007-01-04Add option to toggle LCD popwer off, gigabeat onlyGreg White1-0/+45
2007-01-03Improved Sansa keymappings for Pacbox, Solitaire and Star. From FS#6466 by P...Daniel Ankers3-29/+26
2007-01-03Added test_sampr playback samplerate testing plugin. Should show a list of ra...Michael Sevakis1-0/+296
2007-01-02Fix audio for Coldfire targets - the EMAC was being initialised in the main t...Dave Chapman1-3/+6
2007-01-02Patch #5416 by Malcolm Tyrrell - Mazezam, a puzzle game. Move sliding blocks ...Zakk Roberts2-0/+1128
2007-01-01Patch #5916 by Mat Holton - some Spacerocks improvements. Larger ship and ast...Zakk Roberts1-162/+410
2007-01-01Export pcm_* functions in plugin API in sim.Dave Chapman2-2/+2
2007-01-01Whoops...Zakk Roberts1-1/+0
2007-01-01Initial implementation of audio support (44.1KHz only, mp2 or mp3, mono/stere...Dave Chapman6-79/+714
2007-01-01Fully-configurable fireworks display plugin, written by me. Supported on all ...Zakk Roberts2-0/+542
2006-12-31fix for the inline asm in CLIP on the gigabeat by Steve Gotthard (fs#6488). T...Marcoen Hirschberg1-4/+3
2006-12-31Increase the bits for backlight brightness for the gigabeat. Settings will be...Marcoen Hirschberg1-2/+2
2006-12-31make hold reset the settings on the gigabeatMarcoen Hirschberg1-1/+2
2006-12-31fix previous commit and use just .textMarcoen Hirschberg1-2/+2
2006-12-31fix flac on ARM platforms which don't use iramMarcoen Hirschberg1-1/+7
2006-12-30change the SYSFONT string for database view to match the one in the menuNils Wallménius1-3/+3
2006-12-30assume the YUV code rotates on portrait screensMarcoen Hirschberg1-6/+14
2006-12-30add a workaround for gigabeat crashesMarcoen Hirschberg1-2/+3
2006-12-29A few case changes to menus.Zakk Roberts1-37/+37
2006-12-29Respect the progressbar length when drawing AB markers. Fixes FS#6463. Also f...Dominik Riebeling3-11/+11
2006-12-29Some minor code cleanup.Magnus Holmgren1-50/+29
2006-12-29Update by Mustapha SenhajiMarcoen Hirschberg1-54/+498
2006-12-29fix the POWER button to leave the WPSMarcoen Hirschberg1-1/+1
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg1-1/+6
2006-12-28Fix FS#6085, recorder can use on+left/right to set A-B markers andJonathan Gordon1-1/+4
2006-12-28Synced Norweigan translation by Tobias Langhoff FS#6480Nils Wallménius1-99/+1296
2006-12-27Go back to the old button code for the debug ports screen so its usableJonathan Gordon1-4/+38
2006-12-27Minor changes to the delete screen (FS#6022). Use multi-screen api.Jonathan Gordon1-5/+14
2006-12-27Fix fs#6293. Repeat Shuffle will now shuffle the playlist if shuffle isJonathan Gordon1-4/+2
2006-12-26Fix FS#6361. Allow the FM auto-scanning to be abort with the standardJonathan Gordon1-1/+1
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon5-2/+79
2006-12-26Fix FS#6379 .ipod yesno screen asks for SELECT not PLAYJonathan Gordon1-1/+1
2006-12-26tiny logic error in my previou commitJonathan Gordon1-3/+4
2006-12-26Fix FS#6270, no voice is sonud menu. This only fixes the no voice in theJonathan Gordon1-9/+22
2006-12-25Make debug menu compile without priority scheduling and with multicoreBrandon Low1-0/+7
2006-12-25Next round of static'ing and related fixes.Jens Arnold21-125/+135
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen2-21/+27
2006-12-22Make AB mode uable on the ipods. In AB mode select is used to set/resetJonathan Gordon2-21/+27
2006-12-21playlists should now be saved as m3u8Marcoen Hirschberg1-1/+1
2006-12-21Lil' tweak to plugins using remove_thread. Just use remove_thread(NULL) to ha...Michael Sevakis2-17/+9