Age | Commit message (Expand) | Author |
2004-01-08 | Itai Shaked/pascal paillet (?) brought this mosaique plugin displaying | Daniel Stenberg |
2004-01-08 | Lee Pilgrim's patch to enable the chip8 plugin for the simulator | Daniel Stenberg |
2004-01-08 | Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectories | Daniel Stenberg |
2004-01-08 | Updated the plugin API number due to the modified splash(). The plugins made | Daniel Stenberg |
2004-01-08 | adjust to the new splash() | Daniel Stenberg |
2004-01-08 | use the new splash() api | Daniel Stenberg |
2004-01-08 | The splash() function's second argument (keymask) is now removed, as it | Daniel Stenberg |
2004-01-06 | fix by Alex Pleiner | Jörg Hohensohn |
2004-01-05 | fixes the red builds, I hope | Jörg Hohensohn |
2004-01-05 | Moved the low-level playback functionality into a new, separate module "mp3_p... | Jörg Hohensohn |
2004-01-05 | tolerate firmware v1.32 for a V2 Recorder | Jörg Hohensohn |
2004-01-04 | bring back the cat for the preprocessing of the app.lds file, since | Daniel Stenberg |
2004-01-02 | oops, before code police arrests me: C++ style comment removed | Jörg Hohensohn |
2004-01-02 | checks relaxed again, to tolerate firmware 1.15-1.29 for recorders | Jörg Hohensohn |
2004-01-01 | on popular demand: flip screen now in F3 menu, instead of inverse | Jörg Hohensohn |
2003-12-31 | New recording feature: Prerecord up to 30 seconds before you press the Play k... | Linus Nielsen Feltzing |
2003-12-28 | Fixed yellow and red builds | Linus Nielsen Feltzing |
2003-12-28 | Patch #866595, a rock that displays a clock, both digital and analog, by Zakk... | Linus Nielsen Feltzing |
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-22 | better USB handling, typo fixed | Jörg Hohensohn |
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-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 | 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 | Synced. | Mats Lidell |
2003-12-15 | prevent compiler errors on platforms we can't (currently) flash | 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 | 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-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 | New Neo-specific code from the Open Neo project. Unfortunately, the sources | Daniel Stenberg |
2003-12-12 | fixed a // comment, added a comment how this source file checks for features | Daniel Stenberg |
2003-12-11 | Fixed incorrect #ifdef for .ucl and .ajz files | Hardeep Sidhu |
2003-12-10 | Added viewer for currently playing playlist. Accessed from Menu->Playlist Op... | Hardeep Sidhu |
2003-12-09 | Don't write playlist shuffle settings immediately to disk. Instead, save the... | Hardeep Sidhu |
2003-12-09 | typecast the five functions that still make a simulator produce compiler | Daniel Stenberg |
2003-12-08 | my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t | Daniel Stenberg |
2003-12-07 | table-driven internal handling of file types, so we can have many of them | Jörg Hohensohn |