summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
...
* Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg2004-01-14
* Synced.Mats Lidell2004-01-12
* Restore LCD margins after plugin exitsBjörn Stenberg2004-01-12
* Itai Shaked/pascal paillet (?) brought this mosaique plugin displayingDaniel Stenberg2004-01-08
* Lee Pilgrim's patch to enable the chip8 plugin for the simulatorDaniel Stenberg2004-01-08
* Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectoriesDaniel Stenberg2004-01-08
* Updated the plugin API number due to the modified splash(). The plugins madeDaniel Stenberg2004-01-08
* adjust to the new splash()Daniel Stenberg2004-01-08
* use the new splash() apiDaniel Stenberg2004-01-08
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
* fix by Alex PleinerJörg Hohensohn2004-01-06
* fixes the red builds, I hopeJörg Hohensohn2004-01-05
* Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn2004-01-05
* tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn2004-01-05
* bring back the cat for the preprocessing of the app.lds file, sinceDaniel Stenberg2004-01-04
* oops, before code police arrests me: C++ style comment removedJörg Hohensohn2004-01-02
* checks relaxed again, to tolerate firmware 1.15-1.29 for recordersJörg Hohensohn2004-01-02
* on popular demand: flip screen now in F3 menu, instead of inverseJörg Hohensohn2004-01-01
* New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing2003-12-31
* Fixed yellow and red buildsLinus Nielsen Feltzing2003-12-28
* Patch #866595, a rock that displays a clock, both digital and analog, by Zakk...Linus Nielsen Feltzing2003-12-28
* Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn2003-12-23
* I found several plugins to draw beyond screen boundaryJörg Hohensohn2003-12-23
* better USB handling, typo fixedJörg Hohensohn2003-12-22
* icons for .ch8, .rvfJörg Hohensohn2003-12-22
* emulator is a lot faster with my lcd_blit() function and yield() instead of s...Jörg Hohensohn2003-12-22
* Fixed the display corruption in the recording screen when the status bar is d...Linus Nielsen Feltzing2003-12-20
* Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn2003-12-20
* Silly me, I passed the wrong number of items to menu_init(). Thanks to Mike G...Linus Nielsen Feltzing2003-12-19
* Automatic detection of FM radio hardware for V2 recordersLinus Nielsen Feltzing2003-12-19
* Added sound controls to the FM radio menuLinus Nielsen Feltzing2003-12-19
* the vidoe player has some control now: backward, pause, step, FF/FRJörg Hohensohn2003-12-18
* Synced.Mats Lidell2003-12-17
* prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg2003-12-15
* prevent buffer overflowDaniel Stenberg2003-12-15
* handle_on() depends on the presence of an ON buttonDaniel Stenberg2003-12-15
* Since some code isn't used if no ON button exist, we need to ifdef aroundDaniel Stenberg2003-12-15
* kill an "unused variable" compiler warningDaniel Stenberg2003-12-15
* Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing2003-12-15
* #ifdef platform exclusion fixedJörg Hohensohn2003-12-15
* the video player plugin and file the type / plugin API for itJörg Hohensohn2003-12-15
* removed the neo-specific scramble-tool and made it an option to scrambleDaniel Stenberg2003-12-12
* Make it build without ON button. We should probably allow a different keyDaniel Stenberg2003-12-12
* Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg2003-12-12
* Rockbox on Neo supportDaniel Stenberg2003-12-12
* New Neo-specific code from the Open Neo project. Unfortunately, the sourcesDaniel Stenberg2003-12-12
* fixed a // comment, added a comment how this source file checks for featuresDaniel Stenberg2003-12-12
* Fixed incorrect #ifdef for .ucl and .ajz filesHardeep Sidhu2003-12-11
* Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu2003-12-10
* Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu2003-12-09