summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2004-01-20Check USB before resumingBjörn Stenberg1-0/+5
2004-01-20The bookmark options were incorrectly read from the settings block, even if t...Linus Nielsen Feltzing1-3/+5
2004-01-20Fixed the english language file, patch by Philip PertermannLinus Nielsen Feltzing1-10/+10
2004-01-18Don't start wps from rockbox_browse().Hardeep Sidhu1-0/+1
2004-01-18prepared to flash uncompressed ucl such that suitable Rockbox builds directly...Jörg Hohensohn1-19/+33
2004-01-17a typo prevented proper loading of the LCD flip from .cfg filesJörg Hohensohn1-1/+1
2004-01-16Fixed the settings crash. The SH1 CPU is very picky about alignment.Linus Nielsen Feltzing1-8/+4
2004-01-16Temporarily removed resume settings, since they crash! I need to look at it, ...Björn Stenberg1-0/+4
2004-01-16Allow any non-play button to cancel auto-bookmarkBjörn Stenberg1-11/+5
2004-01-16Fixed resume problem (caused by the change from short to int)Björn Stenberg1-8/+8
2004-01-15Always show correct play modeBjörn Stenberg1-1/+1
2004-01-15Re-added wake-up alarm which was lost in the menu reorganisation.Björn Stenberg1-0/+3
2004-01-15nicer reverse play, FF/FR with acceleration and position barJörg Hohensohn1-87/+126
2004-01-14Firmware and a lost question mark.Mats Lidell1-2/+2
2004-01-14Synced.Mats Lidell1-11/+176
2004-01-14Fixed typoBjörn Stenberg1-1/+1
2004-01-14Added display of acoustic management, power management and read look-ahead.Björn Stenberg1-1/+19
2004-01-14Menu reorganization (patch #872810 by Peter Schneider)Björn Stenberg3-99/+289
2004-01-14Craig Sather's patch #749974:Daniel Stenberg1-47/+243
2004-01-14Removed warningsBjörn Stenberg1-0/+2
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg15-40/+1537
2004-01-12Synced.Mats Lidell1-0/+16
2004-01-12Restore LCD margins after plugin exitsBjörn Stenberg1-2/+12
2004-01-08Itai Shaked/pascal paillet (?) brought this mosaique plugin displayingDaniel Stenberg1-0/+106
2004-01-08Lee Pilgrim's patch to enable the chip8 plugin for the simulatorDaniel Stenberg1-222/+232
2004-01-08Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectoriesDaniel Stenberg3-7/+10
2004-01-08Updated the plugin API number due to the modified splash(). The plugins madeDaniel Stenberg1-2/+2
2004-01-08adjust to the new splash()Daniel Stenberg1-1/+1
2004-01-08use the new splash() apiDaniel Stenberg1-5/+5
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg18-100/+95
2004-01-06fix by Alex PleinerJörg Hohensohn1-1/+1
2004-01-05fixes the red builds, I hopeJörg Hohensohn1-0/+1
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn7-18/+25
2004-01-05tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn1-0/+4
2004-01-04bring back the cat for the preprocessing of the app.lds file, sinceDaniel Stenberg1-1/+1
2004-01-02oops, before code police arrests me: C++ style comment removedJörg Hohensohn1-1/+0
2004-01-02checks relaxed again, to tolerate firmware 1.15-1.29 for recordersJörg Hohensohn1-10/+7
2004-01-01on popular demand: flip screen now in F3 menu, instead of inverseJörg Hohensohn1-9/+18
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing6-61/+121
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing1-3/+3
2003-12-28Patch #866595, a rock that displays a clock, both digital and analog, by Zakk...Linus Nielsen Feltzing1-0/+748
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn1-2/+2
2003-12-23I found several plugins to draw beyond screen boundaryJörg Hohensohn4-5/+123
2003-12-22better USB handling, typo fixedJörg Hohensohn1-2/+6
2003-12-22icons for .ch8, .rvfJörg Hohensohn3-5/+7
2003-12-22emulator is a lot faster with my lcd_blit() function and yield() instead of s...Jörg Hohensohn1-14/+6
2003-12-20Fixed the display corruption in the recording screen when the status bar is d...Linus Nielsen Feltzing1-0/+5
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn4-7/+40
2003-12-19Silly me, I passed the wrong number of items to menu_init(). Thanks to Mike G...Linus Nielsen Feltzing1-1/+1
2003-12-19Automatic detection of FM radio hardware for V2 recordersLinus Nielsen Feltzing3-17/+61