summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2003-01-31Language support for player keyboard.Mats Lidell3-5/+125
2003-01-30no inline for simulator compilationFelix Arends1-0/+5
2003-01-30fix the scroll on the player againDaniel Stenberg1-3/+3
2003-01-29first variables, then codeDaniel Stenberg1-2/+3
2003-01-29Fix simulator build errorBjörn Stenberg1-3/+0
2003-01-29Added basic playlist creation. Creates <dirname>.m3u in the parent directory,...Björn Stenberg4-4/+117
2003-01-29Removed cursor before adding it.Kjell Ericson1-0/+1
2003-01-29Code police raidBjörn Stenberg1-113/+89
2003-01-29New onplay-menu for the Player.Kjell Ericson3-14/+138
2003-01-28Show status stopped after playlist endsBjörn Stenberg1-0/+2
2003-01-28avoid division by zero (appears in the sim at times)Daniel Stenberg1-3/+4
2003-01-28Allow usb connect in ask_resumeBjörn Stenberg1-2/+8
2003-01-27include time.h for the sim (the win version in fact)Daniel Stenberg1-0/+3
2003-01-27tm_mon starts at 0Björn Stenberg1-1/+1
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson1-17/+37
2003-01-27Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg2-8/+5
2003-01-26Cursor movement in the middle of the screen only moves the cursor.Mats Lidell1-6/+10
2003-01-24Adds cursor blink and forward and backwards delete to keyboard input. (No lan...Mats Lidell1-119/+155
2003-01-24Local variables line removed.Mats Lidell1-1/+0
2003-01-24fixed the dir browsing graphical flaws introduced yesterday.Daniel Stenberg1-28/+48
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell11-50/+0
2003-01-23my compiler warned on a missing newline on the last line!Daniel Stenberg1-1/+1
2003-01-23Removed unnecessary calls to lcd_stop_scroll().Kjell Ericson6-46/+35
2003-01-22Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...Uwe Freese5-3/+298
2003-01-22Fixed WPS-screen for player.Kjell Ericson1-35/+37
2003-01-21First version of a "better" keyboard handling for the Player.Kjell Ericson1-65/+150
2003-01-20added new queue stringsArnaud de Bonald1-2/+15
2003-01-20First attempt in rocklatin1 input for player.Mats Lidell1-14/+50
2003-01-18avoid mem info overflow when having 8MB ;-)Uwe Freese1-1/+2
2003-01-18Added repeat for DEL keyBjörn Stenberg1-0/+1
2003-01-17Bug fix: Exit volume setting even if both keys are released simultaneouslyBjörn Stenberg1-0/+2
2003-01-16Include config.h. Fixes compile error because of new MAS define.Hardeep Sidhu1-0/+1
2003-01-16fixed bug with undo and switching levelsEric Linenberg1-5/+10
2003-01-16When building the FM version, invoke 'scramble' with the -fm option.Daniel Stenberg1-1/+5
2003-01-16FM Recorder support addedDaniel Stenberg1-6/+11
2003-01-16press ON for undo in sokoban (only 1 undo for now, but better than nothingEric Linenberg1-2/+59
2003-01-15resume_index was being reset too early in ask once resume mode resulting in i...Hardeep Sidhu1-5/+6
2003-01-15Centered fourth shift line (secretly removing a bug in the process)Björn Stenberg1-1/+1
2003-01-15Use lang definition for shuffling.Mats Lidell1-1/+1
2003-01-15What? Don't players have an OFF button??? ;)Björn Stenberg1-6/+16
2003-01-15Queue display is conditional for players too.Björn Stenberg1-1/+2
2003-01-15Added ON+PLAY in dir browser for file actions: Rename, Delete and Queue.Björn Stenberg2-81/+213
2003-01-15Fixed wrong u character.Björn Stenberg1-1/+1
2003-01-15Removed annoying OK delay from settings. Made cancel text visible.Björn Stenberg2-23/+11
2003-01-15Recording screen now uses fixed font.Björn Stenberg1-1/+2
2003-01-15Keyboard fixes. ON now means Done on both recorder and player. Navigation key...Björn Stenberg2-100/+114
2003-01-15menu_run() does not need to do lcd_update()Daniel Stenberg1-1/+0
2003-01-14Swedish language updated by Kjell and Mats Lidell.Kjell Ericson1-24/+24
2003-01-14Added cancel options in settings menues.Kjell Ericson2-11/+79
2003-01-14Added LANG_MENU_SETTING_OK/CANCEL for english and swedish.Kjell Ericson2-0/+21