summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Correct key for accepting deleteNils Wallménius2006-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10916 a1c6a512-1295-4272-9138-f99709370657
* Corrected some info regarding fontsNils Wallménius2006-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10915 a1c6a512-1295-4272-9138-f99709370657
* Include Jpeg viewer and Doom in more manuals, added buttons for new targets ↵Nils Wallménius2006-09-10
| | | | | | to doom and a x5/h10 screenshot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10914 a1c6a512-1295-4272-9138-f99709370657
* More PMU madness for x5-- a better, more paranoid sequence for enabling GPI0 ↵Michael Sevakis2006-09-10
| | | | | | IMHO git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10913 a1c6a512-1295-4272-9138-f99709370657
* A tiny change to pcf50506-x5.c. Don't know why Recorder-8MB build would have ↵Michael Sevakis2006-09-10
| | | | | | been affected by the last change. It doesn't add anything to it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10912 a1c6a512-1295-4272-9138-f99709370657
* Added remote backlight on hold option to players with remote hold switch. ↵Michael Sevakis2006-09-10
| | | | | | Disabled IRQs while reading pcf50606 ADC. This seems to have stopped buttons becoming unresponsive when using remote. Maybe fixes other button glitches as well? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10911 a1c6a512-1295-4272-9138-f99709370657
* H10 fixes: Split LCD driver up into two drivers, one for each LCD type. ↵Barry Wardell2006-09-09
| | | | | | Improvements to 20GB LCD driver - support for enable/disable, contrast adjustment, make the update code clearer and ~4% faster, support for flipping, support for invert. Fix CPU frequency for both models. Fix default battery capacity for 5/6GB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10910 a1c6a512-1295-4272-9138-f99709370657
* Sync WPS context menu section with reality, make some small improvements, ↵Nils Wallménius2006-09-09
| | | | | | use more actions, add fixmes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10909 a1c6a512-1295-4272-9138-f99709370657
* 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