summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
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
2003-11-30now supporting V2 Recorder, firmware_flash has extra checks against files for...Jörg Hohensohn
2003-11-28No more dependency of the cat commandLinus Nielsen Feltzing
2003-11-28The FM/V2 Recorder battery capacity default value is now 2200mAhLinus Nielsen Feltzing
2003-11-26Set font before resume.Björn Stenberg
2003-11-26Changed WPS and synced.Mats Lidell
2003-11-25not yet for V2Jörg Hohensohn
2003-11-24s/stricmp/strcasecmp/Björn Stenberg
2003-11-24Case insensitive compare for BOOTFILEBjörn Stenberg
2003-11-21Changed Info screen battery info when unknown battery levelBjörn Stenberg
2003-11-20yellow build is badDaniel Stenberg