summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2004-01-06fix by Alex PleinerJörg Hohensohn1-1/+1
2004-01-05fixes the red builds, I hopeJörg Hohensohn1-0/+1
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn7-18/+25
2004-01-05tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn1-0/+4
2004-01-04bring back the cat for the preprocessing of the app.lds file, sinceDaniel Stenberg1-1/+1
2004-01-02oops, before code police arrests me: C++ style comment removedJörg Hohensohn1-1/+0
2004-01-02checks relaxed again, to tolerate firmware 1.15-1.29 for recordersJörg Hohensohn1-10/+7
2004-01-01on popular demand: flip screen now in F3 menu, instead of inverseJörg Hohensohn1-9/+18
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing6-61/+121
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing1-3/+3
2003-12-28Patch #866595, a rock that displays a clock, both digital and analog, by Zakk...Linus Nielsen Feltzing1-0/+748
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn1-2/+2
2003-12-23I found several plugins to draw beyond screen boundaryJörg Hohensohn4-5/+123
2003-12-22better USB handling, typo fixedJörg Hohensohn1-2/+6
2003-12-22icons for .ch8, .rvfJörg Hohensohn3-5/+7
2003-12-22emulator is a lot faster with my lcd_blit() function and yield() instead of s...Jörg Hohensohn1-14/+6
2003-12-20Fixed the display corruption in the recording screen when the status bar is d...Linus Nielsen Feltzing1-0/+5
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn4-7/+40
2003-12-19Silly me, I passed the wrong number of items to menu_init(). Thanks to Mike G...Linus Nielsen Feltzing1-1/+1
2003-12-19Automatic detection of FM radio hardware for V2 recordersLinus Nielsen Feltzing3-17/+61
2003-12-19Added sound controls to the FM radio menuLinus Nielsen Feltzing1-1/+9
2003-12-18the vidoe player has some control now: backward, pause, step, FF/FRJörg Hohensohn1-29/+181
2003-12-17Synced.Mats Lidell1-2/+16
2003-12-15prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg1-1/+6
2003-12-15prevent buffer overflowDaniel Stenberg1-19/+28
2003-12-15handle_on() depends on the presence of an ON buttonDaniel Stenberg1-0/+2
2003-12-15Since some code isn't used if no ON button exist, we need to ifdef aroundDaniel Stenberg1-0/+4
2003-12-15kill an "unused variable" compiler warningDaniel Stenberg1-0/+2
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing1-1/+0
2003-12-15#ifdef platform exclusion fixedJörg Hohensohn1-3/+5
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn5-1/+221
2003-12-12removed the neo-specific scramble-tool and made it an option to scrambleDaniel Stenberg1-3/+4
2003-12-12Make it build without ON button. We should probably allow a different keyDaniel Stenberg1-0/+4
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg10-70/+130
2003-12-12Rockbox on Neo supportDaniel Stenberg1-4/+19
2003-12-12New Neo-specific code from the Open Neo project. Unfortunately, the sourcesDaniel Stenberg3-0/+378
2003-12-12fixed a // comment, added a comment how this source file checks for featuresDaniel Stenberg1-2/+6
2003-12-11Fixed incorrect #ifdef for .ucl and .ajz filesHardeep Sidhu1-1/+1
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu7-42/+1075
2003-12-09Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu4-61/+157
2003-12-09typecast the five functions that still make a simulator produce compilerDaniel Stenberg1-5/+5
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg1-5/+5
2003-12-07table-driven internal handling of file types, so we can have many of themJörg Hohensohn4-109/+97
2003-12-07relaxed version checking, some people had problems with itJörg Hohensohn1-4/+8
2003-12-06Re-added analog clockBjörn Stenberg1-10/+4
2003-12-04Language updatesBjörn Stenberg5-363/+2440
2003-12-04Buffer overrun fix by Craigh Sather (#852494)Björn Stenberg1-8/+14
2003-12-04Added a splash to indicate battery charging if user tries to shut off while p...Björn Stenberg4-1/+28
2003-12-03Battery meter now shows '?' after boot instead of nothing at all.Björn Stenberg2-7/+17
2003-12-03for FM and V2: removed the now false voltage reading from charging screen.Jörg Hohensohn1-8/+15