summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Henrik Backe's english language file cleanup. This ups the language fileDaniel Stenberg2004-01-23
| | | | | | | version number from 1 to 2, making *ALL* old language files obsolete. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4270 a1c6a512-1295-4272-9138-f99709370657
* mkdir() fix for the winsim, should fix the red build.Daniel Stenberg2004-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4269 a1c6a512-1295-4272-9138-f99709370657
* New feature: NOw you can store the recorded files in either /recordings (the ↵Linus Nielsen Feltzing2004-01-21
| | | | | | | | | | directory will be created automatically) or in the current directory. New feature: A "Create directory" menu option (untested in the simulator). Bug fix: The ON+Play menu could do nasty things if you pressed ON+Play in an empty dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4268 a1c6a512-1295-4272-9138-f99709370657
* Andreas Stemmer's updateDaniel Stenberg2004-01-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4267 a1c6a512-1295-4272-9138-f99709370657
* Check USB before resumingBjörn Stenberg2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4266 a1c6a512-1295-4272-9138-f99709370657
* link to the rvf docs as wellDaniel Stenberg2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4265 a1c6a512-1295-4272-9138-f99709370657
* Andreas Stemmer's tools page!Daniel Stenberg2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4264 a1c6a512-1295-4272-9138-f99709370657
* forgot </ol>Daniel Stenberg2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4263 a1c6a512-1295-4272-9138-f99709370657
* The bookmark options were incorrectly read from the settings block, even if ↵Linus Nielsen Feltzing2004-01-20
| | | | | | the data was uninitialized. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4262 a1c6a512-1295-4272-9138-f99709370657
* Fixed the english language file, patch by Philip PertermannLinus Nielsen Feltzing2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4261 a1c6a512-1295-4272-9138-f99709370657
* Reverted to the old ADC driver, since it appeared to cause fake OFF ↵Linus Nielsen Feltzing2004-01-20
| | | | | | keypresses (weird indeed, since the OFF key doesn't use the ADC on the plain Recorder). However, I did fix the batch convert, since it caused fake keypresses at boot time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4260 a1c6a512-1295-4272-9138-f99709370657
* gone!Daniel Stenberg2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4259 a1c6a512-1295-4272-9138-f99709370657
* <dir> is now [dir]Daniel Stenberg2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4258 a1c6a512-1295-4272-9138-f99709370657
* we have bookmarks, prerecording and 23 languagesDaniel Stenberg2004-01-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4257 a1c6a512-1295-4272-9138-f99709370657
* minor formatting fixDaniel Stenberg2004-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4256 a1c6a512-1295-4272-9138-f99709370657
* Zakk Roberts' docs, edited by meDaniel Stenberg2004-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4255 a1c6a512-1295-4272-9138-f99709370657
* Added bookmark.c. Defined HAVE_RTC.Hardeep Sidhu2004-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4254 a1c6a512-1295-4272-9138-f99709370657
* Don't start wps from rockbox_browse().Hardeep Sidhu2004-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4253 a1c6a512-1295-4272-9138-f99709370657
* prepared to flash uncompressed ucl such that suitable Rockbox builds ↵Jörg Hohensohn2004-01-18
| | | | | | directly execute from ROM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4252 a1c6a512-1295-4272-9138-f99709370657
* a typo prevented proper loading of the LCD flip from .cfg filesJörg Hohensohn2004-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4251 a1c6a512-1295-4272-9138-f99709370657
* *** empty log message ***Björn Stenberg2004-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4250 a1c6a512-1295-4272-9138-f99709370657
* Fixed the settings crash. The SH1 CPU is very picky about alignment.Linus Nielsen Feltzing2004-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4249 a1c6a512-1295-4272-9138-f99709370657
* warning + obsolete variable removedJörg Hohensohn2004-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4248 a1c6a512-1295-4272-9138-f99709370657
* Optimized the sector read loop as much as C allows. I measured an overall ↵Jörg Hohensohn2004-01-16
| | | | | | speed improvement for file reading of 12.5% for 16-bit aligned and 35% for misaligned. I took the rest of ata_read_sectors() out of IRAM, it's sufficient if only the copy loop stays there. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4247 a1c6a512-1295-4272-9138-f99709370657
* Temporarily removed resume settings, since they crash! I need to look at it, ↵Björn Stenberg2004-01-16
| | | | | | but first I need to sleep. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4246 a1c6a512-1295-4272-9138-f99709370657
* Allow any non-play button to cancel auto-bookmarkBjörn Stenberg2004-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4245 a1c6a512-1295-4272-9138-f99709370657
* Fixed resume problem (caused by the change from short to int)Björn Stenberg2004-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4244 a1c6a512-1295-4272-9138-f99709370657
* Always show correct play modeBjörn Stenberg2004-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4243 a1c6a512-1295-4272-9138-f99709370657
* Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing2004-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4242 a1c6a512-1295-4272-9138-f99709370657
* Second bug in mkdir() :-)Linus Nielsen Feltzing2004-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4241 a1c6a512-1295-4272-9138-f99709370657
* Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg2004-01-15
| | | | | | | | | | upcoming song (if available). Now we just need a WPS patch to make it possibly to display info based on this! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4240 a1c6a512-1295-4272-9138-f99709370657
* First mkdir() bug killed :-)Linus Nielsen Feltzing2004-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4239 a1c6a512-1295-4272-9138-f99709370657
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4238 a1c6a512-1295-4272-9138-f99709370657
* Re-added wake-up alarm which was lost in the menu reorganisation.Björn Stenberg2004-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4237 a1c6a512-1295-4272-9138-f99709370657
* nicer reverse play, FF/FR with acceleration and position barJörg Hohensohn2004-01-15
| | | | | | | (BTW: cut still images like lena to fit into buffer if they don't loop any more) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4236 a1c6a512-1295-4272-9138-f99709370657
* Firmware and a lost question mark.Mats Lidell2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4235 a1c6a512-1295-4272-9138-f99709370657
* Synced.Mats Lidell2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4234 a1c6a512-1295-4272-9138-f99709370657
* Fixed typoBjörn Stenberg2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4233 a1c6a512-1295-4272-9138-f99709370657
* Added display of acoustic management, power management and read look-ahead.Björn Stenberg2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4232 a1c6a512-1295-4272-9138-f99709370657
* Menu reorganization (patch #872810 by Peter Schneider)Björn Stenberg2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4231 a1c6a512-1295-4272-9138-f99709370657
* Added acoustic management, power management and read look-ahead.Björn Stenberg2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4230 a1c6a512-1295-4272-9138-f99709370657
* Craig Sather's patch #749974:Daniel Stenberg2004-01-14
| | | | | | | | | | | | | | | | Adds the ability to define 2 or more alternating lines on each line of the WPS and the ability to control how long each alternating line is displayed before switching to the next one. Backward compatible with the current WPS specification language (existing WPS files will display the same as they do now). His HTML version of the docs is found at: http://home.pacbell.net/csath/rockbox/details.html git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4229 a1c6a512-1295-4272-9138-f99709370657
* Removed warningsBjörn Stenberg2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4228 a1c6a512-1295-4272-9138-f99709370657
* Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg2004-01-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4227 a1c6a512-1295-4272-9138-f99709370657
* Craig Sather's patch #849405:Daniel Stenberg2004-01-13
| | | | | | | | | | | | | | | | | This patch fixes two bugs associated with lcd_puts and scrolling on the recorder. 1 - Unlike the implementation in the player code, on the recorder a call to lcd_puts does not stop the scrolling text from a previous lcd_puts_scroll call, so the new line gets overwritten by the old scrolling text. More discussion and details can be found at: http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-11/0531.shtml 2 - When the function lcd_puts_scroll_style is called with an x offset greater than 0, the scrolling text is placed at an offset of 2x instead of x. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4226 a1c6a512-1295-4272-9138-f99709370657
* Slightly improved VBR fixer, now uses the same template header throughout ↵Linus Nielsen Feltzing2004-01-13
| | | | | | the entire file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4225 a1c6a512-1295-4272-9138-f99709370657
* mpeg_stop() now clears the paused flag in the simulatorLinus Nielsen Feltzing2004-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4224 a1c6a512-1295-4272-9138-f99709370657
* Increased the mp3 buffer for the simulator, to avoid crash when running the ↵Linus Nielsen Feltzing2004-01-13
| | | | | | Xing header generator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4223 a1c6a512-1295-4272-9138-f99709370657
* Faster, simplified A/D driver. The previous batch convert in init_adc() ↵Linus Nielsen Feltzing2004-01-13
| | | | | | produced garbage because of the fast conversion time, causing fake keypresses that made ask_resume() return prematurely. This should fix the intermittent resume problem reported by many users. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4222 a1c6a512-1295-4272-9138-f99709370657
* Synced.Mats Lidell2004-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4221 a1c6a512-1295-4272-9138-f99709370657