summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-07-28Put the X5 LCD frame buffer in SDRAMLinus Nielsen Feltzing1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10349 a1c6a512-1295-4272-9138-f99709370657
2006-07-28Fixed one of the many pending bugs in the playback engine and restoredMiika Pekkarinen1-3/+11
the instant wps skip feature. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10348 a1c6a512-1295-4272-9138-f99709370657
2006-07-28X5 remote LCD drawing. This will break target linking atm - ↵Jens Arnold16-37/+1181
lcd_remote_update[_rect]() are not yet implemented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10347 a1c6a512-1295-4272-9138-f99709370657
2006-07-28LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same ↵Jens Arnold9-136/+216
scrolltext drawing anywhere. * Cleanup, fixes and definitions in preparation for X5 remote. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10346 a1c6a512-1295-4272-9138-f99709370657
2006-07-27Star plugin (again): Apply http://www.rockbox.org/tracker/task/5493 (button ↵Antoine Cellerier1-1/+38
help strings for all targets) and rework the help string for grey/color targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10345 a1c6a512-1295-4272-9138-f99709370657
2006-07-27Add bitmaps for greyscale LCD targets for "star" game. Closes ↵Antoine Cellerier3-10/+12
http://www.rockbox.org/tracker/task/5509 (bitmaps are a bit too large for ipod mini, but the game is still playable) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10344 a1c6a512-1295-4272-9138-f99709370657
2006-07-27Thou shall always test compilation before commiting. (fixes b&w LCD targets)Antoine Cellerier1-0/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10343 a1c6a512-1295-4272-9138-f99709370657
2006-07-27Apply patch from http://www.rockbox.org/tracker/task/5569Antoine Cellerier1-7/+22
Quote: * Reduced the speed back to normal on colour targets (except 5G because it's LCD is slow) * Added the ability to use the select button to navigate menus on iPod and irivers. * Tried to fix the animation next to the menu. It's a little better but still very flakey. * Adjusted the position of the ball and block indicator bitmap while playing the game, so they are not placed off the edge of the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10342 a1c6a512-1295-4272-9138-f99709370657
2006-07-27 * fix "number of mines" display on some target (previously didn't work on ↵Antoine Cellerier1-22/+22
iPod 5G). This closes http://www.rockbox.org/tracker/task/5701 * remove trailing spaces git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10341 a1c6a512-1295-4272-9138-f99709370657
2006-07-27'Repaired' Rockbox logo for archos, by Marianne Arnold. Spot the difference...Jens Arnold1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10340 a1c6a512-1295-4272-9138-f99709370657
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing18-157/+241
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10339 a1c6a512-1295-4272-9138-f99709370657
2006-07-27No need to include button.hLinus Nielsen Feltzing1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10338 a1c6a512-1295-4272-9138-f99709370657
2006-07-27CR/LF cleanupLinus Nielsen Feltzing0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10337 a1c6a512-1295-4272-9138-f99709370657
2006-07-27Updates to description of Tag Cache operation. Incorporates changes made to ↵Michael DiFebbo2-45/+88
the TagCache wiki by Chris Oxtoby, which I believe were based on Miika's post in the forums.Still needs work, so please feel free to point out mistakes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10336 a1c6a512-1295-4272-9138-f99709370657
2006-07-27Small fix.Jens Arnold2-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10335 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Rockbox logo adjusted to the correct iriver remote LCD size, and rockbox ↵Jens Arnold5-2/+8
logo for the upcoming X5 remote LCD driver, by Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10334 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Swedish translation: Synced.Magnus Holmgren1-140/+388
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10333 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Add resume support for AC3 files.Magnus Holmgren2-1/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10332 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Remote LCD communication driver for X5, very loosely based on patch FS#5634 ↵Linus Nielsen Feltzing5-0/+220
by Rani Hod git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10331 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Fix spellingLinus Nielsen Feltzing1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10330 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Include more files from the target tree in the source tarballsLinus Nielsen Feltzing1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10329 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Fixed single track insertion to playlist from tagcache. Fixes FS#5719.Miika Pekkarinen1-1/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10328 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Fixes text viewer column advance when in wide mode using play+left/right ↵Mark Arigo1-16/+18
button combo (bug #5685) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10327 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Small tweaks to the text, remove rockboy ref from ondio manualNils Wallménius1-16/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10326 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Corrected opts to include the right options for each target. Added missing ↵Nils Wallménius1-153/+198
settings. Made more use of setting macro. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10325 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen3-8/+8
mp3 files). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10324 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Vorbis: Improve ability to decode old files (using floor0). Not enough to be ↵Magnus Holmgren1-5/+10
able to decode one test file though... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10323 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Patch FS#5712 by Michael Sevakis - X5 Backlight brightness improvement/fixLinus Nielsen Feltzing6-19/+32
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10322 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Turn off FM radio properly when starting playback, fixes FS#5706Linus Nielsen Feltzing1-8/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10321 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Changed copyrightLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10320 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Ooops, forgot to use memset-arm.SLinus Nielsen Feltzing1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10319 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Moved some assembly optimizations to the target treeLinus Nielsen Feltzing10-578/+652
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10318 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Contrast setting cleanup: * Only include contrast setting for targets where ↵Jens Arnold9-38/+40
it's used. * Make lcd_default_contrast() a stub for simulators. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10317 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Nice diagram explaining better tagcache internals.Miika Pekkarinen1-0/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10316 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Enabled playlist submenu for tagcache!Miika Pekkarinen4-28/+101
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10315 a1c6a512-1295-4272-9138-f99709370657
2006-07-25Restore the default backlight settings broken by RaniLinus Nielsen Feltzing4-4/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10314 a1c6a512-1295-4272-9138-f99709370657
2006-07-24Implement frequency scaling on iPod 3Gs - FS #5686Daniel Ankers2-1/+34
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10313 a1c6a512-1295-4272-9138-f99709370657
2006-07-24Fix typoNils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10312 a1c6a512-1295-4272-9138-f99709370657
2006-07-24make the "Firmware loading" section a bit nicer and add x5 file extension.Dominik Riebeling1-7/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10311 a1c6a512-1295-4272-9138-f99709370657
2006-07-24Introduce SPLITHTML to control the splitting of the html manual. Set ↵Dominik Riebeling1-2/+7
SPLITHTML=1 for single file output, 2 (default) for splitting on chapters and 3 for even more. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10310 a1c6a512-1295-4272-9138-f99709370657
2006-07-24Compiling libmad with -O instead of -O2 gives a small speedup (60% boost ↵Dave Chapman1-1/+9
instead of 66% boost on my test tracks) on ipods. Based on patch #5707 for the ipod 3g by Daniel Ankers, extended to all ipods by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10309 a1c6a512-1295-4272-9138-f99709370657
2006-07-24Don't corrupt runtimedb when tagcache is loaded in ram.Miika Pekkarinen1-9/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10308 a1c6a512-1295-4272-9138-f99709370657
2006-07-24Fixed bug in finding entry from disk by filename and not starting autoMiika Pekkarinen1-1/+5
update unless proper setting has been enabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10307 a1c6a512-1295-4272-9138-f99709370657
2006-07-24enable record and pause icons in recording screen status bar for software ↵Martin Scarratt1-9/+14
codec targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10306 a1c6a512-1295-4272-9138-f99709370657
2006-07-23double fault.Rani Hod1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10305 a1c6a512-1295-4272-9138-f99709370657
2006-07-23oopsRani Hod1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10304 a1c6a512-1295-4272-9138-f99709370657
2006-07-23Accepted FS #5474 by yours truly.Rani Hod6-13/+24
Save your settings; CONFIG_BLOCK_VERSION is increased. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10303 a1c6a512-1295-4272-9138-f99709370657
2006-07-23Accepted FS #5696 by yours truly.Rani Hod1-0/+3
(1st cvs commit!) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10302 a1c6a512-1295-4272-9138-f99709370657
2006-07-23Fix compile warningAntoine Cellerier1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10301 a1c6a512-1295-4272-9138-f99709370657
2006-07-23Make the font browser a bit more usable on real targets. (The screen is only ↵Antoine Cellerier1-60/+111
redrawn when scrolling is needed) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10300 a1c6a512-1295-4272-9138-f99709370657