summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make 'Filename:' on recording screen possible to translate. Also replace ↵Magnus Holmgren2006-09-09
| | | | | | some hardcoded values with sizeof. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10908 a1c6a512-1295-4272-9138-f99709370657
* Convert WPS keymap to use the new action macros, added dirskip for iriver ↵Nils Wallménius2006-09-09
| | | | | | H100/300 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10907 a1c6a512-1295-4272-9138-f99709370657
* Fix typoNils Wallménius2006-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10906 a1c6a512-1295-4272-9138-f99709370657
* Synced Swedish translation.Magnus Holmgren2006-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10905 a1c6a512-1295-4272-9138-f99709370657
* Fixed the problem on the x5 of spontaneous shutdown after holding the power ↵Michael Sevakis2006-09-09
| | | | | | key for 1s. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10904 a1c6a512-1295-4272-9138-f99709370657
* FS patch #5959 by Antonius Hellmann. Update MP3 encoder to the state of the ↵Thom Johansen2006-09-09
| | | | | | MP3 encoder plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10903 a1c6a512-1295-4272-9138-f99709370657
* Fire: * Improved greyscale palette. * Fixed colour mode (palette was ↵Jens Arnold2006-09-08
| | | | | | inverted, an d the multiplication factor was chosen in a way that the 'flames' heated up infinitely (avalanche effect). * Better adjustment to the various LCD sizes. * Tweaks and cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10902 a1c6a512-1295-4272-9138-f99709370657
* Fix erronous label and replace mov with bx.Thom Johansen2006-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10901 a1c6a512-1295-4272-9138-f99709370657
* Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up ↵Jens Arnold2006-09-07
| | | | | | LCD clearing and solid rectangle drawing on colour iPods somewhat. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10900 a1c6a512-1295-4272-9138-f99709370657
* Add vector drawings of the h10 and h10_5gb from Marianne ArnoldMartin Arver2006-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10899 a1c6a512-1295-4272-9138-f99709370657
* Correct the help text for iriver HXXX playersMartin Arver2006-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10898 a1c6a512-1295-4272-9138-f99709370657
* More natural bouncing cards animation.Jens Arnold2006-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10897 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: * Improved large suits for medium/large LCDs, and all new large ↵Jens Arnold2006-09-06
| | | | | | suits for small LCDs, by Marianne Arnold. * Use the actual card dimensions in the code. Old values were one off. * #ifdef cleanup using the capabilities of the bitmap build system. * Some more tweaks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10896 a1c6a512-1295-4272-9138-f99709370657
* Fix sound in Doom on H10 - we don't support 11025Hz so use 44100Hz instead.Barry Wardell2006-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10895 a1c6a512-1295-4272-9138-f99709370657
* Untested cursor display fix when no cards are left/drawn on the remains stack.Antoine Cellerier2006-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10894 a1c6a512-1295-4272-9138-f99709370657
* Add some yielding during the bouncing cards sequence (and only refresh ↵Antoine Cellerier2006-09-05
| | | | | | what's needed) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10893 a1c6a512-1295-4272-9138-f99709370657
* Fix a small typo. Spotted by Marvin Moskowitz (FS#5944)Dominik Riebeling2006-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10892 a1c6a512-1295-4272-9138-f99709370657
* Recude iram usage for the Vorbis decoder a little. Makes it possible to ↵Magnus Holmgren2006-09-05
| | | | | | build with gcc 4.0.3. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10891 a1c6a512-1295-4272-9138-f99709370657
* A few minor changes to match upstream svn.Magnus Holmgren2006-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10890 a1c6a512-1295-4272-9138-f99709370657
* Fix the warnings.Dan Everton2006-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10889 a1c6a512-1295-4272-9138-f99709370657
* At startup enable the hardware equalizer if it's set to be on.Dan Everton2006-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10888 a1c6a512-1295-4272-9138-f99709370657
* Fix not being able to exit Doom on the H10.Barry Wardell2006-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10887 a1c6a512-1295-4272-9138-f99709370657
* Fix display bugs with H10 LCDs (both 20GB and 5/6GB models). The 20GB LCD is ↵Barry Wardell2006-09-04
| | | | | | actually a 128x160 LCD rotated 90 degrees, so we need to take account of this. The 5/6GB LCD is not rotated by 90 degrees but was treated as if it was (FS #5925, patch thanks to Thilo-Alexander Ginkel) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10886 a1c6a512-1295-4272-9138-f99709370657
* Foreground color in menusAntoine Cellerier2006-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10885 a1c6a512-1295-4272-9138-f99709370657
* Bouncing cards when you win :)Antoine Cellerier2006-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10884 a1c6a512-1295-4272-9138-f99709370657
* Restore default background color when going back to menu after winning.Antoine Cellerier2006-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10883 a1c6a512-1295-4272-9138-f99709370657
* Basic support for the H10 scrollpad.Barry Wardell2006-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10882 a1c6a512-1295-4272-9138-f99709370657
* Some more remains' stack bug fixes. I must've been drunk when i wrote the ↵Antoine Cellerier2006-09-04
| | | | | | original code... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10881 a1c6a512-1295-4272-9138-f99709370657
* Use a better target cpu for gcc when building for coldfire targets. Makes ↵Magnus Holmgren2006-09-04
| | | | | | the code slightly smaller and slightly faster. Tested with gcc 3.4.6 and 4.0.3. You'll need to re-run configure for this to be applied. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10880 a1c6a512-1295-4272-9138-f99709370657
* Gracefully shutdown unless firmware is found.Miika Pekkarinen2006-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10879 a1c6a512-1295-4272-9138-f99709370657
* Disable cpu frequency adjusting for H10 for now as it is causing freezes.Barry Wardell2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10878 a1c6a512-1295-4272-9138-f99709370657
* Minor fixes/updatesMartin Arver2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10877 a1c6a512-1295-4272-9138-f99709370657
* Oops - fix warnings and add a simulator version of remove_thread_on_core()Daniel Ankers2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10876 a1c6a512-1295-4272-9138-f99709370657
* Fix simulation of threads across multiple coresDaniel Ankers2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10875 a1c6a512-1295-4272-9138-f99709370657
* Fixed the warning.Miika Pekkarinen2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10874 a1c6a512-1295-4272-9138-f99709370657
* Fix some more bugs found by amiconn:Antoine Cellerier2006-09-03
| | | | | | | | | | | | | | (1) The bug I already described yesterday: If the draw stack becomes completely empty, it reappears. Slightly irritating (2) When the cursor is placed on the remains' stack when there is no card, and then a card is drawn, the cursor disappears (4) (easy one) The help texts refer to drawing 3 new cards, but solitaire now has selectable draw one / draw three git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10873 a1c6a512-1295-4272-9138-f99709370657
* Opt out some SWCODEC only information from archos manuals and made some ↵Nils Wallménius2006-09-03
| | | | | | small tweaks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10872 a1c6a512-1295-4272-9138-f99709370657
* Fixed cpu incorrectly unboosted at boot.Miika Pekkarinen2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10871 a1c6a512-1295-4272-9138-f99709370657
* make a little more use of the setting macroNils Wallménius2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10870 a1c6a512-1295-4272-9138-f99709370657
* more fixes for the iriver remotesJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10869 a1c6a512-1295-4272-9138-f99709370657
* Use consistant margins. If people still have ideas to make it look better on ↵Antoine Cellerier2006-09-03
| | | | | | some of the targets, feel free to say so on IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10868 a1c6a512-1295-4272-9138-f99709370657
* add disktidy to the manualsNils Wallménius2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10867 a1c6a512-1295-4272-9138-f99709370657
* doesnt really need to use the sysfont for the pitch screenJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10866 a1c6a512-1295-4272-9138-f99709370657
* make the pitch screen use the remote screen also, and fix non-lcd iriver ↵Jonathan Gordon2006-09-03
| | | | | | remote for the screen (again) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10865 a1c6a512-1295-4272-9138-f99709370657
* fix pitch and quick screen keymaps for h100 lcd remoteJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10864 a1c6a512-1295-4272-9138-f99709370657
* make the F1 key work a bit more reliably in the wpsJonathan Gordon2006-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10863 a1c6a512-1295-4272-9138-f99709370657
* Some more tweaking so that it now looks really good on small screensAntoine Cellerier2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10862 a1c6a512-1295-4272-9138-f99709370657
* Fix solitaire card colorsAntoine Cellerier2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10861 a1c6a512-1295-4272-9138-f99709370657
* more make magic to heal the broken buildsDaniel Stenberg2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10860 a1c6a512-1295-4272-9138-f99709370657
* Hopefully fix solitaire invisible card bug ... and add some more.Antoine Cellerier2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10859 a1c6a512-1295-4272-9138-f99709370657