summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use filesize instead of lseek to find the size of a file. Reduces disk ↵Frank Dischner2006-04-24
| | | | | | access and improves font loading time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9792 a1c6a512-1295-4272-9138-f99709370657
* Fix color->grayscale bitmap loading on grayscale ipods and mono->grayscale ↵Frank Dischner2006-04-24
| | | | | | on all grayscale targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9791 a1c6a512-1295-4272-9138-f99709370657
* Fix the most likely cause of ipod nano startup race, and also seems to fix ↵Brandon Low2006-04-24
| | | | | | crossfade buffer reinitialization during playback for me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9790 a1c6a512-1295-4272-9138-f99709370657
* Fix another possible glitch causer on crossfadeBrandon Low2006-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9789 a1c6a512-1295-4272-9138-f99709370657
* Ipods, X5: Proper backlight behaviour on buton unlock.Jens Arnold2006-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9788 a1c6a512-1295-4272-9138-f99709370657
* Show RoLo messages on remote.Jens Arnold2006-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9787 a1c6a512-1295-4272-9138-f99709370657
* Clear all screens before the shutdown splash.Jens Arnold2006-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9786 a1c6a512-1295-4272-9138-f99709370657
* Fix crossfade locational settingBrandon Low2006-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9785 a1c6a512-1295-4272-9138-f99709370657
* Remove accidentally commited commented code, no functional changesBrandon Low2006-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9784 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Reworked remote detection & init: * Monitor the remote type & try to ↵Jens Arnold2006-04-24
| | | | | | init the LCD for 20 seconds after plugin. Fixes wrong type detection & non-working LCD when plugging in slowly, and inits much faster if the remote is already plugged at boot (no delayed logo). * Don't try to init the LCD for a non-LCD remote in order to save CPU power. * More precise scroll timing, taking drawing time & other delays into account. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9783 a1c6a512-1295-4272-9138-f99709370657
* Make track info update in a smarter wayBrandon Low2006-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9782 a1c6a512-1295-4272-9138-f99709370657
* Fix some todos, and prevent the position from jumping around badly on seekBrandon Low2006-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9781 a1c6a512-1295-4272-9138-f99709370657
* Rework crossfade to properly follow pcmbuf chunks instaed of blindly ↵Brandon Low2006-04-23
| | | | | | inserting into the ring buffer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9780 a1c6a512-1295-4272-9138-f99709370657
* Improve stop behaviorBrandon Low2006-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9779 a1c6a512-1295-4272-9138-f99709370657
* Fix a warning, and prepare for handling end-of-track seekingBrandon Low2006-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9778 a1c6a512-1295-4272-9138-f99709370657
* Should fix some track ending early problemsBrandon Low2006-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9777 a1c6a512-1295-4272-9138-f99709370657
* Make some adjustments to when the WPS will be updated, giving faster next ↵Brandon Low2006-04-23
| | | | | | track and cleaner track change updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9776 a1c6a512-1295-4272-9138-f99709370657
* Much faster optimized version of tagcache commit. Added a few items toMiika Pekkarinen2006-04-23
| | | | | | | | the debug menu (still buggy) and fixed a problem with partial tagcache updates. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9775 a1c6a512-1295-4272-9138-f99709370657
* Don't call playlist_start() when changing directories on swcodec devices. ↵Hardeep Sidhu2006-04-23
| | | | | | Fixes problem with previous dir not working. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9774 a1c6a512-1295-4272-9138-f99709370657
* Jewels: simplify and standardize plugin exitAdam Boot2006-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9773 a1c6a512-1295-4272-9138-f99709370657
* Whoops, forgot to 'duck' the music below the voice when I redid the mixBrandon Low2006-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9772 a1c6a512-1295-4272-9138-f99709370657
* Korean language update from Jeong Taek InBrandon Low2006-04-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9771 a1c6a512-1295-4272-9138-f99709370657
* Recording screen: Make the peakmeter single height again on archos, bringing ↵Jens Arnold2006-04-22
| | | | | | back the sample frequency line. The recording screen still needs to be *properly* adapted to the multi-screen API, including the peakmeter. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9770 a1c6a512-1295-4272-9138-f99709370657
* Update libwavpack to the latest stream specification, and cross fingersDave Bryant2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9769 a1c6a512-1295-4272-9138-f99709370657
* Add ID3 Database to Show Files. Resort Show Files to match actual order.Dominik Riebeling2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9768 a1c6a512-1295-4272-9138-f99709370657
* Remove double Fade On Stop/Pause item. Break some long lines.Dominik Riebeling2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9767 a1c6a512-1295-4272-9138-f99709370657
* Revert the previous commit because it seemed to break the 4G Gray Sim,Dave Bryant2006-04-22
| | | | | | | although I can't figure out why or how, and I can't reproduce problem here... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9766 a1c6a512-1295-4272-9138-f99709370657
* Remove an unneeded define, add a todoBrandon Low2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9765 a1c6a512-1295-4272-9138-f99709370657
* Correct how to enter the pitch screen.Dominik Riebeling2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9764 a1c6a512-1295-4272-9138-f99709370657
* Update libwavpack to the latest stream specificationDave Bryant2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9763 a1c6a512-1295-4272-9138-f99709370657
* use button macros for hard power off descriptionDominik Riebeling2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9762 a1c6a512-1295-4272-9138-f99709370657
* Comment and make pretty the hackBrandon Low2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9761 a1c6a512-1295-4272-9138-f99709370657
* Fix warningBrandon Low2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9760 a1c6a512-1295-4272-9138-f99709370657
* Replace one hack with a better hackBrandon Low2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9759 a1c6a512-1295-4272-9138-f99709370657
* First commit of reworking voice to be mroe stable on swcodecBrandon Low2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9758 a1c6a512-1295-4272-9138-f99709370657
* Fixed busy loop, and implemented a simpler kind of cursor blinking that also ↵Jens Arnold2006-04-22
| | | | | | ensures blinking always starts with 'cursor visible' after button actions. Removed redraw variable, since we now always redraw. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9757 a1c6a512-1295-4272-9138-f99709370657
* Updated vkeyboard. For players that require the user to scroll the cursor ↵Zakk Roberts2006-04-22
| | | | | | off the keyboard in order to edit the line itself (iPods, iAudio..), the line is now inverted when in line-edit mode. For all models: blinking line cursor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9756 a1c6a512-1295-4272-9138-f99709370657
* Make the get_image_id() function more robust, and catch a parsing error when ↵Dave Chapman2006-04-22
| | | | | | parsing the %x tags. This prevents Rockbox crashing when presented with an incorrect %x|filename.bmp| WPS line. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9755 a1c6a512-1295-4272-9138-f99709370657
* Better video update, add options to startup menu, change default screensizeKarl Kurbjun2006-04-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9754 a1c6a512-1295-4272-9138-f99709370657
* Adjust pitch screen to match currently changed behaviour.Dominik Riebeling2006-04-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9753 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow builds.Zakk Roberts2006-04-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9752 a1c6a512-1295-4272-9138-f99709370657
* Updated pitch screen again. *Back to old behavior of only coming up on ↵Zakk Roberts2006-04-21
| | | | | | ON+UP/DOWN (Archos) or PLAY+UP/DOWN (iriver) - fixes FS#4928. *Button mappings changed: Up/Down = +/- 0.1%; holding Up/Down = +/- 2%; Left/Right = 'temporary' +/- 2% (old behavior). *SWCODEC: pcmbuf_set_low_latency, now you can hear pitch adjustments quicker. *Broke pitchscreen code into two parts; one to draw and one to deal with buttons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9751 a1c6a512-1295-4272-9138-f99709370657
* Ipod mini: Correct placement of odd bubble rows.Jens Arnold2006-04-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9750 a1c6a512-1295-4272-9138-f99709370657
* Use correct macros to check for iriver architecture.Jens Arnold2006-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9749 a1c6a512-1295-4272-9138-f99709370657
* SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ↵Jens Arnold2006-04-20
| | | | | | -O2 proof). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9748 a1c6a512-1295-4272-9138-f99709370657
* Optimizations for doom: coldfire asm drawspan routine = not much, fixed ↵Karl Kurbjun2006-04-20
| | | | | | point multiply changes = not much, H300 asm lcd update = some, IRAM sound updates and simplifications = more git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9747 a1c6a512-1295-4272-9138-f99709370657
* Add missing screenshots for player. Remove an unnecessary paragraph break.Dominik Riebeling2006-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9746 a1c6a512-1295-4272-9138-f99709370657
* Remove the choice table for archos, it's useless since device specific ↵Dominik Riebeling2006-04-20
| | | | | | manuals. Leave the file alone for now to reuse it later in an all-devices table. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9745 a1c6a512-1295-4272-9138-f99709370657
* some updates to tagcache sectionDominik Riebeling2006-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9744 a1c6a512-1295-4272-9138-f99709370657
* Repeat mode should be an integer, not a boolean. Fixes bug #2955.Hardeep Sidhu2006-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9743 a1c6a512-1295-4272-9138-f99709370657