summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2003-03-10Added cursor movement (Alexander Eickhoff's patch, minus some cosmetics.)Björn Stenberg1-31/+103
2003-03-10Don't allow renaming to ''.Björn Stenberg1-1/+1
2003-03-10Kill silly warningBjörn Stenberg1-2/+2
2003-03-10Now only shows extensions in mode Show files: AllBjörn Stenberg1-7/+11
2003-03-10Added new channels modes and invert setting in cfg-loader. Patch by Christian...Björn Stenberg1-4/+9
2003-03-10Treat empty id3 strings as non-existingBjörn Stenberg1-1/+1
2003-03-10renamed string.c to misc.c and added a misc.h for the num2max5() function,Daniel Stenberg3-3/+25
2003-03-10Gain adjustments now use key repeatsLinus Nielsen Feltzing1-0/+2
2003-03-08corrected a wrong translation, bug 699278Uwe Freese1-1/+1
2003-03-07The simulators can't use the mp3 buffer.Björn Stenberg1-0/+2
2003-03-07I am silly. We need the dedicated buffer for ram playlists (dir play). Now on...Björn Stenberg1-6/+12
2003-03-07Wrong declaration order.Björn Stenberg1-1/+1
2003-03-07Use mp3buf for playlist loading instead of a dedicated buffer. Speeds up load...Björn Stenberg1-2/+5
2003-03-07Mike Holden's patch #687181 to correct the bad screen update when deletingDaniel Stenberg1-5/+9
2003-03-05Craig Sather's patch #696996 that corrects various things for the %pfDaniel Stenberg1-31/+48
2003-03-04CP: no tabs, 4-level indent.Daniel Stenberg1-30/+30
2003-03-03avoid min+hour to be out of range after changing the batteriesUwe Freese1-7/+12
2003-03-03export MEM variable in firmware and appsUwe Freese1-1/+1
2003-03-03new translationsUwe Freese1-64/+252
2003-03-02Synched.Mats Lidell1-93/+123
2003-03-01updates by monterRobert Hak1-24/+49
2003-02-28updatesRobert Hak3-198/+395
2003-02-28invert is now an option on f3Robert Hak1-0/+15
2003-02-27allow a bigger language file to loadDaniel Stenberg1-1/+1
2003-02-27Invert is a booleanBjörn Stenberg1-4/+3
2003-02-27Added three new channel modes: Stereo narrow, Stereo wide, and Karaoke (voice...Björn Stenberg3-6/+33
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg4-5/+29
2003-02-27We declare variables at start of functions (code police)Kjell Ericson1-2/+3
2003-02-27Added s.bruder's wonderful full-line player progressbar + time display. Wps t...Björn Stenberg1-8/+143
2003-02-26code policeRobert Hak1-1/+1
2003-02-26Moved to one single .lds file for ALL builds.Daniel Stenberg1-4/+3
2003-02-26MEM should be passed in to this make, setting the size of the DRAM in MB.Daniel Stenberg1-14/+23
2003-02-26use the same .lds file for recorder and player, they were identical anyway!Daniel Stenberg1-4/+0
2003-02-25stupid tabsRobert Hak1-2/+2
2003-02-25undo bug across levels, you can't undo to the previous levelRobert Hak1-1/+4
2003-02-25Fixed bad backlight and peak meter value list (Henrik Backe)Björn Stenberg1-5/+4
2003-02-25hopefully no loud sound at beginning of fade in. Brian King suggestionEric Linenberg1-1/+1
2003-02-25missed one :)Eric Linenberg1-1/+1
2003-02-25more typos found by monterRobert Hak7-8/+10
2003-02-25typo/error correctionsRobert Hak14-24/+16
2003-02-25language file correctionRobert Hak1-1/+1
2003-02-24Silly font_load() mistake spotted by Christian DetermannBjörn Stenberg1-1/+1
2003-02-24updated spellings/capitalizationsEric Linenberg1-65/+65
2003-02-24use void, not blanks, in function protos to prevent warningsDaniel Stenberg1-6/+6
2003-02-24rewrite/cleanup, addition of multilevel undo (limit is 5 right now)Robert Hak1-428/+590
2003-02-23Bug fix: .cfg line 'font' must use set_file()Björn Stenberg1-2/+4
2003-02-23Bug fix: Font and lang files weren't save correctly to settingsBjörn Stenberg1-3/+2
2003-02-21added undo info to opening screenRobert Hak1-4/+5
2003-02-21english.langRobert Hak1-0/+5
2003-02-18Assign ANYREC before checking if this is a DEBUG build or not, without thisDaniel Stenberg1-4/+3