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