summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Another attempt to stop the red led dead.Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3498 a1c6a512-1295-4272-9138-f99709370657
* Only queue mp3 files.Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3497 a1c6a512-1295-4272-9138-f99709370657
* No VBRfix for non-mp3 files. Fixed delete confirmation.Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3496 a1c6a512-1295-4272-9138-f99709370657
* The Xing flag word wasn't correctly generatedLinus Nielsen Feltzing2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3495 a1c6a512-1295-4272-9138-f99709370657
* Fixed silly overflow in recalculate_watermark()Linus Nielsen Feltzing2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3494 a1c6a512-1295-4272-9138-f99709370657
* Reverted last changeLinus Nielsen Feltzing2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3493 a1c6a512-1295-4272-9138-f99709370657
* Don't fail on bitrate 0. Our own recordings have bitrate 0...Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3492 a1c6a512-1295-4272-9138-f99709370657
* Spell checkLinus Nielsen Feltzing2003-03-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3491 a1c6a512-1295-4272-9138-f99709370657
* The create_playlist() function didn't correctly handle fd == 0, and didn't ↵Linus Nielsen Feltzing2003-03-21
| | | | | | force a directory reload git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3490 a1c6a512-1295-4272-9138-f99709370657
* Added 8MB recorderBjörn Stenberg2003-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3489 a1c6a512-1295-4272-9138-f99709370657
* i screwed up the perl callRobert Hak2003-03-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3488 a1c6a512-1295-4272-9138-f99709370657
* paulheu updatesRobert Hak2003-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3487 a1c6a512-1295-4272-9138-f99709370657
* autodetect an ID smarterDaniel Stenberg2003-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3486 a1c6a512-1295-4272-9138-f99709370657
* *** empty log message ***Robert Hak2003-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3485 a1c6a512-1295-4272-9138-f99709370657
* Corrections from Mike HoldenRobert Hak2003-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3484 a1c6a512-1295-4272-9138-f99709370657
* account for the # in anchor tagsRobert Hak2003-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3483 a1c6a512-1295-4272-9138-f99709370657
* added comments that certain strings are no longer usedRobert Hak2003-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3482 a1c6a512-1295-4272-9138-f99709370657
* even faster nowDaniel Stenberg2003-03-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3481 a1c6a512-1295-4272-9138-f99709370657
* make use of the splash screen, kill displays we don't need anymoreRobert Hak2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3480 a1c6a512-1295-4272-9138-f99709370657
* remove debug lineRobert Hak2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3479 a1c6a512-1295-4272-9138-f99709370657
* make the win32 sim build againDaniel Stenberg2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3478 a1c6a512-1295-4272-9138-f99709370657
* point to the docs pageRobert Hak2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3477 a1c6a512-1295-4272-9138-f99709370657
* When you use splash() and a centered output, it will now put the text inDaniel Stenberg2003-03-18
| | | | | | | | | | | | | | | a centered "box" on the screen and will not clear the rest of the screen. This makes a neat "windows-effect", as can be seen on these demo-shots: http://www.contactor.se/~dast/splash3.png http://www.contactor.se/~dast/splash2.png http://www.contactor.se/~dast/splash.png Needless to say, current code that "pops-up" information should be moved to use splash() instead... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3476 a1c6a512-1295-4272-9138-f99709370657
* Tidied up the ID3V2 parser a littleLinus Nielsen Feltzing2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3475 a1c6a512-1295-4272-9138-f99709370657
* Faster ID3 parsing with the new filesize() functionLinus Nielsen Feltzing2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3474 a1c6a512-1295-4272-9138-f99709370657
* Added the filesize() functionLinus Nielsen Feltzing2003-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3473 a1c6a512-1295-4272-9138-f99709370657
* The keyboard input didn't terminate the on-screen stringLinus Nielsen Feltzing2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3472 a1c6a512-1295-4272-9138-f99709370657
* added strtok_r() proto to build warning-free on mingwDaniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3471 a1c6a512-1295-4272-9138-f99709370657
* don't set NOCYGWIN unconditionally! ;-)Daniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3470 a1c6a512-1295-4272-9138-f99709370657
* more shots, some using custom language and fontDaniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3469 a1c6a512-1295-4272-9138-f99709370657
* updated keywordsDaniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3468 a1c6a512-1295-4272-9138-f99709370657
* new screenshot linkDaniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3467 a1c6a512-1295-4272-9138-f99709370657
* use splash() when a new language is loadedDaniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3466 a1c6a512-1295-4272-9138-f99709370657
* Hey, how come no one reported this? The credits were rolling using thatDaniel Stenberg2003-03-17
| | | | | | | boring old monospace font! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3465 a1c6a512-1295-4272-9138-f99709370657
* power-splash, this should be able to replace most cases where we "splash"Daniel Stenberg2003-03-17
| | | | | | | messages for a brief period git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3464 a1c6a512-1295-4272-9138-f99709370657
* adjust the splash timer if the wrong key is pressed many timesDaniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3463 a1c6a512-1295-4272-9138-f99709370657
* Hey Linus! Here it is!Daniel Stenberg2003-03-17
| | | | | | | | | | | Added splash(). Shows a message on screen during a given period, waiting for the given keymask. This function word-wraps the input message itself to show it as nicely as possible. Multi platform function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3462 a1c6a512-1295-4272-9138-f99709370657
* Spinup time was not accessible in disk info debugHardeep Sidhu2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3461 a1c6a512-1295-4272-9138-f99709370657
* Don't reload_dir after page up/down.Hardeep Sidhu2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3460 a1c6a512-1295-4272-9138-f99709370657
* removed libmad leftoversDaniel Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3459 a1c6a512-1295-4272-9138-f99709370657
* Check paused state after pitch screenBjörn Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3458 a1c6a512-1295-4272-9138-f99709370657
* Don't spin down disk while retryingBjörn Stenberg2003-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3457 a1c6a512-1295-4272-9138-f99709370657
* wps-display() now tries to inform the user if the LCD is too old for full ↵Linus Nielsen Feltzing2003-03-17
| | | | | | line progress bar on the Player git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3456 a1c6a512-1295-4272-9138-f99709370657
* kill warningDaniel Stenberg2003-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3455 a1c6a512-1295-4272-9138-f99709370657
* 'screenshots' needs a make tooDaniel Stenberg2003-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3454 a1c6a512-1295-4272-9138-f99709370657
* images and HTMLDaniel Stenberg2003-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657
* only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg2003-03-16
| | | | | | | | for the win32 simulator and the fprintf() of Rockbox differs slightly from how the true POSIX one is (the first argument). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3452 a1c6a512-1295-4272-9138-f99709370657
* added fprintf() protoDaniel Stenberg2003-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3451 a1c6a512-1295-4272-9138-f99709370657
* introducing fprintf():Daniel Stenberg2003-03-16
| | | | | | | | | int fprintf(int fd, const char *fmt, ...) Returns number of bytes written to the file descriptor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3450 a1c6a512-1295-4272-9138-f99709370657
* initial test code for the snprintf() (and family) functionDaniel Stenberg2003-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3449 a1c6a512-1295-4272-9138-f99709370657