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