summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Use \setting{} macro instead of quotation marks for settings.Michael DiFebbo2006-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10366 a1c6a512-1295-4272-9138-f99709370657
* accept patch FS#4761 - putting the player on hold will now pause games. this ↵Shachar Liberman2006-07-30
| | | | | | | | | | should be fitted to pong and rockblox as well. credit Lukas Sabota for the initial work, and, my very own first commit! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10365 a1c6a512-1295-4272-9138-f99709370657
* Completely remove all track entries at audio_rebuffer().Miika Pekkarinen2006-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10364 a1c6a512-1295-4272-9138-f99709370657
* Another oops.Miika Pekkarinen2006-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10363 a1c6a512-1295-4272-9138-f99709370657
* Oops, committed some extra stuff not necessary.Miika Pekkarinen2006-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10362 a1c6a512-1295-4272-9138-f99709370657
* Define MAX_TRACK_MAX and use it to keep the ring track structureMiika Pekkarinen2006-07-29
| | | | | | | inside boundaries. Cleaned identation also. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10361 a1c6a512-1295-4272-9138-f99709370657
* Applied FS #5727 (fix backlight flicker on X5) by Michael SevakisRani Hod2006-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10360 a1c6a512-1295-4272-9138-f99709370657
* oops, fixed typoNils Wallménius2006-07-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10359 a1c6a512-1295-4272-9138-f99709370657
* fixed description of hard poweroff for ondio, removed A-B repeat from ondio ↵Nils Wallménius2006-07-29
| | | | | | manual, made more use of setting macro and broke some long lines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10358 a1c6a512-1295-4272-9138-f99709370657
* Add missing combo for going directly to the ID3 viewer from WPS on irivers ↵Nils Wallménius2006-07-28
| | | | | | fixes FS#5722, added missing volume up/down buttons for x5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10357 a1c6a512-1295-4272-9138-f99709370657
* Commit greyscale images again using binary mode this time. Also changed ↵Antoine Cellerier2006-07-28
| | | | | | bitmap a bit to increase contrast git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10356 a1c6a512-1295-4272-9138-f99709370657
* Remove bitmap (i'll commit it again in binary mode). This will break some of ↵Antoine Cellerier2006-07-28
| | | | | | the builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10355 a1c6a512-1295-4272-9138-f99709370657
* Add a define for unplugged remoteHristo Kovachev2006-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10354 a1c6a512-1295-4272-9138-f99709370657
* Bumped config block versionLinus Nielsen Feltzing2006-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10353 a1c6a512-1295-4272-9138-f99709370657
* LCD remote support for iAudio X5Linus Nielsen Feltzing2006-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10352 a1c6a512-1295-4272-9138-f99709370657
* Remote backlight is in the target tree for X5Linus Nielsen Feltzing2006-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10351 a1c6a512-1295-4272-9138-f99709370657
* CR/LF cleanupLinus Nielsen Feltzing2006-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10350 a1c6a512-1295-4272-9138-f99709370657
* Put the X5 LCD frame buffer in SDRAMLinus Nielsen Feltzing2006-07-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10349 a1c6a512-1295-4272-9138-f99709370657
* Fixed one of the many pending bugs in the playback engine and restoredMiika Pekkarinen2006-07-28
| | | | | | | the instant wps skip feature. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10348 a1c6a512-1295-4272-9138-f99709370657
* X5 remote LCD drawing. This will break target linking atm - ↵Jens Arnold2006-07-28
| | | | | | lcd_remote_update[_rect]() are not yet implemented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10347 a1c6a512-1295-4272-9138-f99709370657
* LCD drivers: * Slight speedup for 2bit greyscale drivers. Use the same ↵Jens Arnold2006-07-28
| | | | | | 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
* Star plugin (again): Apply http://www.rockbox.org/tracker/task/5493 (button ↵Antoine Cellerier2006-07-27
| | | | | | 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
* Add bitmaps for greyscale LCD targets for "star" game. Closes ↵Antoine Cellerier2006-07-27
| | | | | | | | | 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
* Thou shall always test compilation before commiting. (fixes b&w LCD targets)Antoine Cellerier2006-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10343 a1c6a512-1295-4272-9138-f99709370657
* Apply patch from http://www.rockbox.org/tracker/task/5569Antoine Cellerier2006-07-27
| | | | | | | | | | | 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
* * fix "number of mines" display on some target (previously didn't work on ↵Antoine Cellerier2006-07-27
| | | | | | | | | 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
* 'Repaired' Rockbox logo for archos, by Marianne Arnold. Spot the difference...Jens Arnold2006-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10340 a1c6a512-1295-4272-9138-f99709370657
* Moved the X5 button driver to the target treeLinus Nielsen Feltzing2006-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10339 a1c6a512-1295-4272-9138-f99709370657
* No need to include button.hLinus Nielsen Feltzing2006-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10338 a1c6a512-1295-4272-9138-f99709370657
* CR/LF cleanupLinus Nielsen Feltzing2006-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10337 a1c6a512-1295-4272-9138-f99709370657
* Updates to description of Tag Cache operation. Incorporates changes made to ↵Michael DiFebbo2006-07-27
| | | | | | 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
* Small fix.Jens Arnold2006-07-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10335 a1c6a512-1295-4272-9138-f99709370657
* Rockbox logo adjusted to the correct iriver remote LCD size, and rockbox ↵Jens Arnold2006-07-26
| | | | | | 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
* Swedish translation: Synced.Magnus Holmgren2006-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10333 a1c6a512-1295-4272-9138-f99709370657
* Add resume support for AC3 files.Magnus Holmgren2006-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10332 a1c6a512-1295-4272-9138-f99709370657
* Remote LCD communication driver for X5, very loosely based on patch FS#5634 ↵Linus Nielsen Feltzing2006-07-26
| | | | | | by Rani Hod git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10331 a1c6a512-1295-4272-9138-f99709370657
* Fix spellingLinus Nielsen Feltzing2006-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10330 a1c6a512-1295-4272-9138-f99709370657
* Include more files from the target tree in the source tarballsLinus Nielsen Feltzing2006-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10329 a1c6a512-1295-4272-9138-f99709370657
* Fixed single track insertion to playlist from tagcache. Fixes FS#5719.Miika Pekkarinen2006-07-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10328 a1c6a512-1295-4272-9138-f99709370657
* Fixes text viewer column advance when in wide mode using play+left/right ↵Mark Arigo2006-07-25
| | | | | | button combo (bug #5685) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10327 a1c6a512-1295-4272-9138-f99709370657
* Small tweaks to the text, remove rockboy ref from ondio manualNils Wallménius2006-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10326 a1c6a512-1295-4272-9138-f99709370657
* Corrected opts to include the right options for each target. Added missing ↵Nils Wallménius2006-07-25
| | | | | | settings. Made more use of setting macro. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10325 a1c6a512-1295-4272-9138-f99709370657
* Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen2006-07-25
| | | | | | | mp3 files). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10324 a1c6a512-1295-4272-9138-f99709370657
* Vorbis: Improve ability to decode old files (using floor0). Not enough to be ↵Magnus Holmgren2006-07-25
| | | | | | able to decode one test file though... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10323 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#5712 by Michael Sevakis - X5 Backlight brightness improvement/fixLinus Nielsen Feltzing2006-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10322 a1c6a512-1295-4272-9138-f99709370657
* Turn off FM radio properly when starting playback, fixes FS#5706Linus Nielsen Feltzing2006-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10321 a1c6a512-1295-4272-9138-f99709370657
* Changed copyrightLinus Nielsen Feltzing2006-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10320 a1c6a512-1295-4272-9138-f99709370657
* Ooops, forgot to use memset-arm.SLinus Nielsen Feltzing2006-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10319 a1c6a512-1295-4272-9138-f99709370657
* Moved some assembly optimizations to the target treeLinus Nielsen Feltzing2006-07-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10318 a1c6a512-1295-4272-9138-f99709370657
* Contrast setting cleanup: * Only include contrast setting for targets where ↵Jens Arnold2006-07-25
| | | | | | 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