summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Define empty macros for cpu boosting on targets with no such a feature.Miika Pekkarinen2005-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7412 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Reduced pops from the line out connector.Miika Pekkarinen2005-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7411 a1c6a512-1295-4272-9138-f99709370657
* Fixed iriver cpu boosting problems.Miika Pekkarinen2005-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7410 a1c6a512-1295-4272-9138-f99709370657
* Updated Czech language file by Jiri JurecekJonas Häggqvist2005-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7409 a1c6a512-1295-4272-9138-f99709370657
* Const policed the radio menu.Jens Arnold2005-08-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7408 a1c6a512-1295-4272-9138-f99709370657
* Synced.Thom Johansen2005-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7407 a1c6a512-1295-4272-9138-f99709370657
* SH1: Tiny optimisation of the thread scheduler.Jens Arnold2005-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7406 a1c6a512-1295-4272-9138-f99709370657
* Synced.Jonas Häggqvist2005-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7405 a1c6a512-1295-4272-9138-f99709370657
* Updated Islenska language by Richard O'Brien, still missing a few strings. ↵Jonas Häggqvist2005-08-26
| | | | | | See patch #1262000. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7404 a1c6a512-1295-4272-9138-f99709370657
* Updated French translation.Jonas Häggqvist2005-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7403 a1c6a512-1295-4272-9138-f99709370657
* Bug fix suggested by Antonius Hellman, the status could be redrawn far too ↵Linus Nielsen Feltzing2005-08-26
| | | | | | often. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7402 a1c6a512-1295-4272-9138-f99709370657
* H300 BDM newsLinus Nielsen Feltzing2005-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7401 a1c6a512-1295-4272-9138-f99709370657
* iriver: const police.Magnus Holmgren2005-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7400 a1c6a512-1295-4272-9138-f99709370657
* Ooops, didn't mean to commit thatLinus Nielsen Feltzing2005-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7399 a1c6a512-1295-4272-9138-f99709370657
* FM radio: fix by Antonius Hellman, no more crash when loading preset files ↵Linus Nielsen Feltzing2005-08-24
| | | | | | with more than 32 entries git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7398 a1c6a512-1295-4272-9138-f99709370657
* Keyboard code cleanup & optimisation. Corrected potential overflow problem.Jens Arnold2005-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7397 a1c6a512-1295-4272-9138-f99709370657
* Icon code cleanup, optimisation & policeing. Removed unused icons. Applied ↵Jens Arnold2005-08-24
| | | | | | uniform icon naming scheme. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7396 a1c6a512-1295-4272-9138-f99709370657
* Corrected malformed cvs id line.Jens Arnold2005-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7395 a1c6a512-1295-4272-9138-f99709370657
* Widgets: Reduced code size by not checking coordinate boundaries, as current ↵Jens Arnold2005-08-23
| | | | | | lcd code handles clipping. Optimised calculation of scrollbar know position/size. Always clear inner part of checkbox. Removed old progressbar/slidebar direction enum. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7394 a1c6a512-1295-4272-9138-f99709370657
* Frank convbdf patcherDaniel Stenberg2005-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7393 a1c6a512-1295-4272-9138-f99709370657
* patch #1267220 by Frank - phaedrus961Daniel Stenberg2005-08-23
| | | | | | | | | | Currently convbdf will sort the bits order in the order of the encoding when creating the .c or .fnt file, but it doesn't update the offsets. This patch makes sure the offsets are updated along with the bits, so that fonts with out of order glyphs display properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7392 a1c6a512-1295-4272-9138-f99709370657
* iriver: The MP3 codec didn't take the ID3 tag size into account when seekingLinus Nielsen Feltzing2005-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7391 a1c6a512-1295-4272-9138-f99709370657
* No need to build the example plugin "helloworld". Not building it alsoDaniel Stenberg2005-08-23
| | | | | | | prevents it from getting shipped in all automatically built zipfiles... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7390 a1c6a512-1295-4272-9138-f99709370657
* size check adjusted, naked bootbox is smallJörg Hohensohn2005-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7389 a1c6a512-1295-4272-9138-f99709370657
* allow the flash plugin to verify the RomBox link addressJörg Hohensohn2005-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7388 a1c6a512-1295-4272-9138-f99709370657
* forgot to commit these improvements to the bootbox charging info, since ↵Jörg Hohensohn2005-08-23
| | | | | | quite a while git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7387 a1c6a512-1295-4272-9138-f99709370657
* Fixed a rounding error in the PCM buffer latency calculationLinus Nielsen Feltzing2005-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7386 a1c6a512-1295-4272-9138-f99709370657
* Trying to enter STANDBY mode when entering USB mode seems to cause more ↵Linus Nielsen Feltzing2005-08-22
| | | | | | trouble than it is worth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7385 a1c6a512-1295-4272-9138-f99709370657
* UTF-8 badness removedJens Arnold2005-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7384 a1c6a512-1295-4272-9138-f99709370657
* Some slight size optimisations.Jens Arnold2005-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7383 a1c6a512-1295-4272-9138-f99709370657
* UTF-8 badness removedLinus Nielsen Feltzing2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7382 a1c6a512-1295-4272-9138-f99709370657
* Iriver: somewhat more efficient bitswap for voice files. No assembler this ↵Jens Arnold2005-08-21
| | | | | | time since this is a temporary solution anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7381 a1c6a512-1295-4272-9138-f99709370657
* Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ↵Linus Nielsen Feltzing2005-08-21
| | | | | | not 100% complete, but I wanted to commit it before the 2.5 feature freeze git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7380 a1c6a512-1295-4272-9138-f99709370657
* Coldfire: assembler optimised SWAB32() inline function. Added SWAW32() even ↵Jens Arnold2005-08-21
| | | | | | if it isn't currently used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7379 a1c6a512-1295-4272-9138-f99709370657
* --nocrc to disable CRC checksumsDaniel Stenberg2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7378 a1c6a512-1295-4272-9138-f99709370657
* Help text added for --help. Confusion about the --dirisalbum andDaniel Stenberg2005-08-21
| | | | | | | --dirisalbumname options. What do they actually do? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7377 a1c6a512-1295-4272-9138-f99709370657
* Hooked up the runtime database on archos.Jens Arnold2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7376 a1c6a512-1295-4272-9138-f99709370657
* Fixed title extracting for Ogg files. Fixed suggested by 'cosmocat' in theDaniel Stenberg2005-08-21
| | | | | | | Misticriver forum. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7375 a1c6a512-1295-4272-9138-f99709370657
* The previous commit I did was supposed to fix the wps mode patch onlyMiika Pekkarinen2005-08-21
| | | | | | | | | but it committed the wps align patch "[ 1236643 ] Enable multiple align tags in wps" also which I didn't want to do right now. But it's now done and here is the last portion of that patch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7374 a1c6a512-1295-4272-9138-f99709370657
* Sim build fixLinus Nielsen Feltzing2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7373 a1c6a512-1295-4272-9138-f99709370657
* Archos players doesn't have a hold switch.Miika Pekkarinen2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7372 a1c6a512-1295-4272-9138-f99709370657
* Committed the "[ 1247788 ] Adds wps tags for repeat modes" patch.Miika Pekkarinen2005-08-21
| | | | | | | Please revert back should it cause problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7371 a1c6a512-1295-4272-9138-f99709370657
* Fixed unused codec swapping when voice codec is not playing.Miika Pekkarinen2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7370 a1c6a512-1295-4272-9138-f99709370657
* Now codecs will do the buffer flushing after seeking as they find itMiika Pekkarinen2005-08-21
| | | | | | | necessary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7369 a1c6a512-1295-4272-9138-f99709370657
* Fixed and removed the most annoying pops with iRiver.Miika Pekkarinen2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7368 a1c6a512-1295-4272-9138-f99709370657
* Fixed the usb mode. We did hit the thread limit which was nowMiika Pekkarinen2005-08-21
| | | | | | | increased from 10 to 14. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7367 a1c6a512-1295-4272-9138-f99709370657
* Fixed the warning.Miika Pekkarinen2005-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7366 a1c6a512-1295-4272-9138-f99709370657
* Now beep can be disabled.Miika Pekkarinen2005-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7365 a1c6a512-1295-4272-9138-f99709370657
* Plugin that counds files and folders on harddisk. Works on all models.Jonas Häggqvist2005-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7364 a1c6a512-1295-4272-9138-f99709370657
* Preparations to fix the usb mode (something is still preventing it fromMiika Pekkarinen2005-08-20
| | | | | | | working). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7363 a1c6a512-1295-4272-9138-f99709370657