summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2002-07-04Now prints Variable Bit Rate if VBRLinus Nielsen Feltzing
2002-07-03Killed warningsLinus Nielsen Feltzing
2002-07-034x4 pixel stones, 90 degrees rotated (bigger), a few things still missingFelix Arends
2002-07-02Now only reacts to UP/DOWN keypresses if there are files in the directoryLinus Nielsen Feltzing
2002-07-02Added i2c_init()Linus Nielsen Feltzing
2002-07-02Wrapping patch by Bill, Matthew and LeeLinus Nielsen Feltzing
2002-07-02Corrected ATA debug optionLinus Nielsen Feltzing
2002-07-02Added FAT debug optionLinus Nielsen Feltzing
2002-07-02Removed debug codeLinus Nielsen Feltzing
2002-07-02Extended the debug screenLinus Nielsen Feltzing
2002-07-02Removed warning on PlayersLinus Nielsen Feltzing
2002-07-02changed the checks around a bit for time displayJerome Kuptz
2002-07-02The compile would error in dbg_ports for BUTTON_OFF. Added ifdef to use the B...Jerome Kuptz
2002-07-01Added debug menu entryLinus Nielsen Feltzing
2002-07-01Removed debug display codeLinus Nielsen Feltzing
2002-07-01Removed usb_display_info() callLinus Nielsen Feltzing
2002-07-01WPS screen now handles USB detectionLinus Nielsen Feltzing
2002-06-30Added adc_init() callLinus Nielsen Feltzing
2002-06-30Better protection against NULL pointers in id3 tagsLinus Nielsen Feltzing
2002-06-30Removed USB handling from simulator buildLinus Nielsen Feltzing
2002-06-30Even better USB handlingLinus Nielsen Feltzing
2002-06-30Now enables USB monitoringLinus Nielsen Feltzing
2002-06-30Better USB handlingLinus Nielsen Feltzing
2002-06-28Now uses the global_settings in the mpeg_init() callLinus Nielsen Feltzing
2002-06-28Added Julien BoissinotLinus Nielsen Feltzing
2002-06-28Added decimal handlingLinus Nielsen Feltzing
2002-06-28API change for default sound settingsLinus Nielsen Feltzing
2002-06-28First step towards a better sound setting APILinus Nielsen Feltzing
2002-06-28unsigned ints are used for song length etcLinus Nielsen Feltzing
2002-06-28added zagor's time display to the file scroll WPS screen for the player.Jerome Kuptz
2002-06-27Removed warningBjörn Stenberg
2002-06-27First crude elapsed-time displayBjörn Stenberg
2002-06-27Ehm, here's the player title scroll.Björn Stenberg
2002-06-27Added more id3 update checks. Added %02d format to time string. Added title s...Björn Stenberg
2002-06-27Added path to default display. Time is now MM:SS instead of ms.Björn Stenberg
2002-06-27Now uses global_settings.playlist_shuffleBjörn Stenberg
2002-06-27removes the .mp3 text from the scrolling line for WPS Parse ModeJerome Kuptz
2002-06-27Added mp3/m3u filterBjörn Stenberg
2002-06-27Allow exit from dir in playmode 2 (playlist)Björn Stenberg
2002-06-27account for white space at the end of a filenameRobert Hak
2002-06-27Starting a playlist now displays WPSBjörn Stenberg
2002-06-27Dir-play mode now continues until you step out of the dir (not just stepping ...Björn Stenberg
2002-06-27Abstracted settings user interface into set_bool, set_int and set_option.Björn Stenberg
2002-06-27Init global_settings in simulator tooBjörn Stenberg
2002-06-27Moved settings.c/h to apps/Björn Stenberg
2002-06-26Remove play.h dependencyBjörn Stenberg
2002-06-26Files play.c/h have been obsoleted.Björn Stenberg
2002-06-26Added next/previous trackBjörn Stenberg
2002-06-26Jerome Kuptz deserves a place in hereDaniel Stenberg
2002-06-25moved the declaration int l=0; above the #ifdef so all targets compileJerome Kuptz