summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg2006-09-02
| | | | | | | | sure all these knows how to find that include file as otherwise does the depfile generation break down git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10858 a1c6a512-1295-4272-9138-f99709370657
* #include button.h in settings.h - HAVE_BUTTON_HOLD (defined in button.h) is ↵Dave Chapman2006-09-02
| | | | | | used in the definition of the settings structure - meaning different settings structures were being used depending on whether the .c file included button.h before settings.h or not. Thanks to David Rothenberger for spotting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10857 a1c6a512-1295-4272-9138-f99709370657
* Display bitrate (Q value for Archos), samplerate, channels and recording ↵Martin Scarratt2006-09-02
| | | | | | format (M = MP3) in the statusbar in the recording screen. This is all new info for archos targets and I-river targets now have this info on the remote as well as the main screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10856 a1c6a512-1295-4272-9138-f99709370657
* Fixed the errors.Miika Pekkarinen2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10854 a1c6a512-1295-4272-9138-f99709370657
* Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10853 a1c6a512-1295-4272-9138-f99709370657
* Oops! Missed a couple #defines to enable the features for iRiver.Michael Sevakis2006-09-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10852 a1c6a512-1295-4272-9138-f99709370657
* Enabled channel selection for UDA1380 and limited frquency select to 44.1KHz ↵Michael Sevakis2006-09-02
| | | | | | for the time being on SWCODEC git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10851 a1c6a512-1295-4272-9138-f99709370657
* Fixed metadata parser to allow playback of self-extracting WavPack files andDave Bryant2006-09-01
| | | | | | | also prevent playback of WavPack files with floating-point audio data. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10850 a1c6a512-1295-4272-9138-f99709370657
* Hopefully this tweak to the Coldfire assembly in mp3_enc.c will fix the ↵Michael Sevakis2006-09-01
| | | | | | compiling problem for cygwin users git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10847 a1c6a512-1295-4272-9138-f99709370657
* Put Musepack output data array back in IRAM for faster DSP processing. Patch ↵Thom Johansen2006-09-01
| | | | | | by Andrew Cupper. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10844 a1c6a512-1295-4272-9138-f99709370657
* Support for Musepack SV4-6 stream files. Patch by Andrew Cupper.Thom Johansen2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10843 a1c6a512-1295-4272-9138-f99709370657
* Fix a display issue for targets with AGC where filetype info was overwriting ↵Martin Scarratt2006-09-01
| | | | | | the samplerate. Also filetype always displayed directly below samplerate in all modes for all targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10841 a1c6a512-1295-4272-9138-f99709370657
* fix key mappings for H1xx remote in quickscreen Spotted by David RothenbergerMartin Scarratt2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10840 a1c6a512-1295-4272-9138-f99709370657
* fix the other typo in the H1xx remote keymaps, Spotted by David RothenbergerMartin Scarratt2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10839 a1c6a512-1295-4272-9138-f99709370657
* Rearrangement of playback.c to group routines by threadSteve Bavin2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10838 a1c6a512-1295-4272-9138-f99709370657
* fix text editor for actions system, stopgap approach untill actions is ↵Jonathan Gordon2006-09-01
| | | | | | modified properly for plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10836 a1c6a512-1295-4272-9138-f99709370657
* removed an unneeded variableJonathan Gordon2006-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10835 a1c6a512-1295-4272-9138-f99709370657
* Typo for H3xx remote button config, spotted by David RothenbergerMartin Scarratt2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10832 a1c6a512-1295-4272-9138-f99709370657
* Save a few bytes on non-Portalplayer buildsDaniel Ankers2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10831 a1c6a512-1295-4272-9138-f99709370657
* When booting into the recording screen on SWcodec targets, the codecs ↵Martin Scarratt2006-08-31
| | | | | | attempt to load before the player is fully initialized causing a hang. Fix it with a quick nap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10829 a1c6a512-1295-4272-9138-f99709370657
* FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should ↵Thom Johansen2006-08-31
| | | | | | also be faster. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10827 a1c6a512-1295-4272-9138-f99709370657
* Add logging for all playback queueing, for the simulator at leastSteve Bavin2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10823 a1c6a512-1295-4272-9138-f99709370657
* Fix a small display issue in the FM recording modeMartin Scarratt2006-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10819 a1c6a512-1295-4272-9138-f99709370657