Age | Commit message (Expand) | Author |
2003-12-28 | Internal code cleanup - the header template is not taken from the stream if a... | Linus Nielsen Feltzing |
2003-12-28 | Internal code cleanup - the header template for the Xing header generation is... | Linus Nielsen Feltzing |
2003-12-24 | oops, optimized lcd_bitmap() too much, obey the clear flag | Jörg Hohensohn |
2003-12-23 | Screen buffer transposed, such that bytes in X-direction are consecutive. Thi... | Jörg Hohensohn |
2003-12-23 | I found several plugins to draw beyond screen boundary | Jörg Hohensohn |
2003-12-23 | Use rockbox random in win32 simulator | Hardeep Sidhu |
2003-12-22 | better USB handling, typo fixed | Jörg Hohensohn |
2003-12-22 | Patch #863775 by Bluechip - fixes window size on win32 simulator | Linus Nielsen Feltzing |
2003-12-22 | icons for .ch8, .rvf | Jörg Hohensohn |
2003-12-22 | emulator is a lot faster with my lcd_blit() function and yield() instead of s... | Jörg Hohensohn |
2003-12-21 | Moved memset() out of .iram | Björn Stenberg |
2003-12-20 | Fixed the display corruption in the recording screen when the status bar is d... | Linus Nielsen Feltzing |
2003-12-20 | Upside Down option for display (and buttons) now wired into the display setti... | Jörg Hohensohn |
2003-12-19 | Silly me, I passed the wrong number of items to menu_init(). Thanks to Mike G... | Linus Nielsen Feltzing |
2003-12-19 | Added auto-detection of FM radio hardware | Linus Nielsen Feltzing |
2003-12-19 | Automatic detection of FM radio hardware for V2 recorders | Linus Nielsen Feltzing |
2003-12-19 | Added sound controls to the FM radio menu | Linus Nielsen Feltzing |
2003-12-18 | the vidoe player has some control now: backward, pause, step, FF/FR | Jörg Hohensohn |
2003-12-17 | Removed mkneofile from TARGETS | Hardeep Sidhu |
2003-12-17 | Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes. | Björn Stenberg |
2003-12-17 | Synced. | Mats Lidell |
2003-12-17 | radio on the v2 | Daniel Stenberg |
2003-12-15 | prevent compiler errors on platforms we can't (currently) flash | Daniel Stenberg |
2003-12-15 | Without having a clue about the actual platform, I hereby announce that the | Daniel Stenberg |
2003-12-15 | prevent buffer overflow | Daniel Stenberg |
2003-12-15 | handle_on() depends on the presence of an ON button | Daniel Stenberg |
2003-12-15 | Since some code isn't used if no ON button exist, we need to ifdef around | Daniel Stenberg |
2003-12-15 | kill an "unused variable" compiler warning | Daniel Stenberg |
2003-12-15 | kill a compiler warning | Daniel Stenberg |
2003-12-15 | xoffset is only when not building for a simulator (for now) | Daniel Stenberg |
2003-12-15 | added the lcd-common.c to the build, which fixes the lcd_blit build problem | Daniel Stenberg |
2003-12-15 | Ooops! I forgot to remove my debugging changes | Linus Nielsen Feltzing |
2003-12-15 | fixed lcd_blit for the (x11) sim | Daniel Stenberg |
2003-12-15 | Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video... | Linus Nielsen Feltzing |
2003-12-15 | #ifdef platform exclusion fixed | Jörg Hohensohn |
2003-12-15 | the video player plugin and file the type / plugin API for it | Jörg Hohensohn |
2003-12-15 | Fix for the LED problem in lcd_write_data(). The r0 register was not preserve... | Linus Nielsen Feltzing |
2003-12-12 | LCD flip (upside down) and a high-performance blit function | Jörg Hohensohn |
2003-12-12 | Removed mkneofile | Björn Stenberg |
2003-12-12 | restart the byte counter on a new recorded file | Daniel Stenberg |
2003-12-12 | removed the neo-specific scramble-tool and made it an option to scramble | Daniel Stenberg |
2003-12-12 | Make it build without ON button. We should probably allow a different key | Daniel Stenberg |
2003-12-12 | Initial suppport for building Rockbox for Neo. The Neo has a different | Daniel Stenberg |
2003-12-12 | Rockbox on Neo support | Daniel Stenberg |
2003-12-12 | Added the 'mkneofile' tool that is used instead of scramble when making the | Daniel Stenberg |
2003-12-12 | New Neo-specific code from the Open Neo project. Unfortunately, the sources | Daniel Stenberg |
2003-12-12 | All platforms don't have USB | Daniel Stenberg |
2003-12-12 | link support for Neo | Daniel Stenberg |
2003-12-12 | Additional Neo support | Daniel Stenberg |
2003-12-12 | first attempt at Neo 35 config | Daniel Stenberg |