summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2002-08-31USB Related: Justin Heiner8-85/+117
2002-08-30Set lcd margins only if we return from main_menu().Markus Braun1-6/+6
2002-08-30Killed warning.Markus Braun1-1/+1
2002-08-30Fixed time display in statusbar.Markus Braun3-15/+13
2002-08-30Fix for display of WPS settings in the menuJustin Heiner1-2/+2
2002-08-30Killed warning.Markus Braun1-0/+4
2002-08-30Added scrollbar to tree view and menus.Markus Braun5-41/+121
2002-08-30Added char rockboxdir[] containing the directory /.rockbox/ where we shouldHeikki Hannikainen2-0/+4
2002-08-30Psyco Dedman's player progress-bar fixDaniel Stenberg3-17/+24
2002-08-30id3->album is checked for null before use.Mats Lidell1-1/+1
2002-08-30Corrected bit masks for time setting menu.Markus Braun1-5/+5
2002-08-30Moved display portions of wps.c into new file: wps-display.cBjörn Stenberg3-595/+686
2002-08-30Bad ifdef removed. Open handles simulator filesystem.Mats Lidell1-4/+0
2002-08-30Simulator reads wps config from file too.Mats Lidell1-13/+8
2002-08-30Got rid of the old WPS, and use Custom WPS as the method of WPS updating. Als...Justin Heiner3-181/+45
2002-08-30Added %pr to CUSTOM_WPS to display remaining time in song.Justin Heiner1-1/+8
2002-08-30update to my updateJustin Heiner1-1/+3
2002-08-30Another update to Zagor's commitJustin Heiner1-15/+25
2002-08-30Fixed a couple of problems with Zagor's commit, along with some of my own CUS...Justin Heiner2-2/+22
2002-08-30Removed warningBjörn Stenberg1-0/+3
2002-08-30Fixed player buildBjörn Stenberg1-12/+0
2002-08-30Added status_draw() to set_playmode().Björn Stenberg3-16/+26
2002-08-30Refactored. States are now handled in separate functions instead of using sta...Björn Stenberg1-488/+446
2002-08-29With proportional fonts on the recorder, the scroll speed indicator in scrollHeikki Hannikainen1-1/+1
2002-08-29Don't resume when song is already paused and user selects previousHardeep Sidhu1-2/+6
2002-08-29Custom WPS update - works for recorder and player now. Also updated how the W...Justin Heiner3-102/+264
2002-08-29update to the ff/rw options accelerate optionsEric Linenberg4-25/+11
2002-08-28Nate Nystrom's ff/rw acceleration patchEric Linenberg4-6/+63
2002-08-28Added basic handling of \r\n (ignores it) to the Custom WPSJustin Heiner1-0/+16
2002-08-28Centered the ROCKbox! logo in the playerJustin Heiner1-1/+1
2002-08-28Added a scrollbar with sizable knob for directory browsing etc.Markus Braun1-3/+9
2002-08-28No longer use the *_PIXEL macros.Markus Braun1-81/+121
2002-08-28Changed the lcd_drawrect() api.Markus Braun1-17/+7
2002-08-28Changed the lcd_drawrect() api.Markus Braun2-14/+9
2002-08-28syntax error fixDave Chapman1-2/+2
2002-08-28allow mp2 and mpa as valid file extensions and rename TREE_ATTR_MP3 to TREE_A...Dave Chapman1-10/+12
2002-08-28Reverted back to monospace again. Let's not rock the boat until people can ch...Björn Stenberg1-3/+0
2002-08-28First attempt to use the new playlist APILinus Nielsen Feltzing1-2/+6
2002-08-28modified the playlist system slightly:Daniel Stenberg2-10/+21
2002-08-28Made LCD_PROPFONTS and LOADABLE_FONTS mutually exclusiveBjörn Stenberg1-1/+4
2002-08-28Added -DLCD_PROPFONTSLinus Nielsen Feltzing1-1/+1
2002-08-28Added REPEAT to UP/DOWN keys in the time/date settingLinus Nielsen Feltzing1-0/+2
2002-08-28Corrected a commentLinus Nielsen Feltzing1-2/+2
2002-08-27Made LCD_PROPFONTS default on recorderBjörn Stenberg1-5/+0
2002-08-27Fixed a little problem coming out of the Player's ID3 info screen. You had to...Justin Heiner1-1/+1
2002-08-27Update to CUSTOM_WPS. Now has an If/Else ability. Also updated the docsJustin Heiner1-8/+57
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg5-4/+26
2002-08-26Removed the LEFT key from dbg_ports() to be able to debug the analog key leve...Linus Nielsen Feltzing1-1/+0
2002-08-26Adapted wormlet to code standard and added it to simulators.Björn Stenberg1-270/+229
2002-08-26When toggling shuffle from on to off while a playlist is playing, update the ...Hardeep Sidhu3-4/+21