summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-28Internal code cleanup - the header template is not taken from the stream if a...Linus Nielsen Feltzing
2003-12-28Internal code cleanup - the header template for the Xing header generation is...Linus Nielsen Feltzing
2003-12-24oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn
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-23Use rockbox random in win32 simulatorHardeep Sidhu
2003-12-22better USB handling, typo fixedJörg Hohensohn
2003-12-22Patch #863775 by Bluechip - fixes window size on win32 simulatorLinus Nielsen Feltzing
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-21Moved memset() out of .iramBjörn Stenberg
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-19Added auto-detection of FM radio hardwareLinus 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-17Removed mkneofile from TARGETSHardeep Sidhu
2003-12-17Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg
2003-12-17Synced.Mats Lidell
2003-12-17radio on the v2Daniel Stenberg
2003-12-15prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg
2003-12-15Without having a clue about the actual platform, I hereby announce that theDaniel 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-15kill a compiler warningDaniel Stenberg
2003-12-15xoffset is only when not building for a simulator (for now)Daniel Stenberg
2003-12-15added the lcd-common.c to the build, which fixes the lcd_blit build problemDaniel Stenberg
2003-12-15Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing
2003-12-15fixed lcd_blit for the (x11) simDaniel 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-15Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn
2003-12-12Removed mkneofileBjörn Stenberg
2003-12-12restart the byte counter on a new recorded fileDaniel Stenberg
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-12Added the 'mkneofile' tool that is used instead of scramble when making theDaniel Stenberg
2003-12-12New Neo-specific code from the Open Neo project. Unfortunately, the sourcesDaniel Stenberg
2003-12-12All platforms don't have USBDaniel Stenberg
2003-12-12link support for NeoDaniel Stenberg
2003-12-12Additional Neo supportDaniel Stenberg
2003-12-12first attempt at Neo 35 configDaniel Stenberg