summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Correct the colours in the logo on SansaDaniel Ankers2006-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11566 a1c6a512-1295-4272-9138-f99709370657
* Fix sh2d to work properly on non-32bit hosts.Jens Arnold2006-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11565 a1c6a512-1295-4272-9138-f99709370657
* H100 series: Adjusted gray scale balance and default contrast for more ↵Michael Sevakis2006-11-21
| | | | | | linear gray levels. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11564 a1c6a512-1295-4272-9138-f99709370657
* Coldfire: Add DMA auto alignment to pcm recording.Michael Sevakis2006-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11563 a1c6a512-1295-4272-9138-f99709370657
* A wps file has to be in /.rockbox/wps to get remembered. Fixes FS#6362.Dominik Riebeling2006-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11562 a1c6a512-1295-4272-9138-f99709370657
* Change references to "version 1.2" to "version 1.2 or later" - the special ↵Dave Chapman2006-11-20
| | | | | | install instructions for Nanos with version 1.2 of the original firmware also apply to later versions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11561 a1c6a512-1295-4272-9138-f99709370657
* new usb logos for all screens, utilising lcd_bitmap_transparent() on colour ↵Marianne Arnold2006-11-20
| | | | | | displays. It saves some bytes on Archos as a nice side effect git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11560 a1c6a512-1295-4272-9138-f99709370657
* BMP loader: Using shifts for division by powers of 2 saves a bit on code size.Jens Arnold2006-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11559 a1c6a512-1295-4272-9138-f99709370657
* BMP loader: Remote LCD format support.Jens Arnold2006-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11558 a1c6a512-1295-4272-9138-f99709370657
* Solitaire: Repair card border and selection frame. Would it be better to ↵Jens Arnold2006-11-19
| | | | | | make the playfield background always green again? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11557 a1c6a512-1295-4272-9138-f99709370657
* Check if file has already been removed from DB when manually invokingMiika Pekkarinen2006-11-19
| | | | | | | reverse scan. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11556 a1c6a512-1295-4272-9138-f99709370657
* Fixed the dithering once more.Jens Arnold2006-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11555 a1c6a512-1295-4272-9138-f99709370657
* please, oh please give me a green build so I can goto bedJonathan Gordon2006-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11554 a1c6a512-1295-4272-9138-f99709370657
* grr.. forgot to add these filesJonathan Gordon2006-11-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11553 a1c6a512-1295-4272-9138-f99709370657
* * Move checkbox to plugin api (core never uses it)Jonathan Gordon2006-11-19
| | | | | | | * replace the last of the scrollbar() calls with gui_scrollbar_draw() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11552 a1c6a512-1295-4272-9138-f99709370657
* Add a few missing files to the tarballJonas Häggqvist2006-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11551 a1c6a512-1295-4272-9138-f99709370657
* Remove rootdir guessing since it's no longer necessary to guess.Jonas Häggqvist2006-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11550 a1c6a512-1295-4272-9138-f99709370657
* Fix an error in configure when run from strange places.Jonas Häggqvist2006-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11549 a1c6a512-1295-4272-9138-f99709370657
* Complete rework of the BMP loader: * Support for 4 bit, 15/16 bit and 32 bit ↵Jens Arnold2006-11-18
| | | | | | BMPs in addition to the already supported 1 bit, 8 bit and 24 bit formats. * Better protection against corrupt BMP files. * Added dithering for 2 bit targets. * Optimised, compact code. There's almost no code size increase for SH1 (only 68 bytes), and even a decrease for coldfire, with all the additional features. * Code policed. * Fixes bug that loading a backdrop worked only once per session. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11548 a1c6a512-1295-4272-9138-f99709370657
* fix bubbles for good this time.Jonathan Gordon2006-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11547 a1c6a512-1295-4272-9138-f99709370657
* fix ondios again. Add a context for left/right/fire actions which seemsJonathan Gordon2006-11-18
| | | | | | | to work well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11546 a1c6a512-1295-4272-9138-f99709370657
* Changed #ifdef USE_IRAM to #ifdef IRAM_STEAL. Also want to check if results ↵Michael Sevakis2006-11-18
| | | | | | are the same again since another person also built a red one successfully. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11545 a1c6a512-1295-4272-9138-f99709370657
* SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines ↵Michael Sevakis2006-11-18
| | | | | | two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11544 a1c6a512-1295-4272-9138-f99709370657
* fix ondio keymapsJonathan Gordon2006-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11543 a1c6a512-1295-4272-9138-f99709370657
* More target specific lang fixes from Austin AppelJonathan Gordon2006-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11542 a1c6a512-1295-4272-9138-f99709370657
* fix ondio keys, and tempo +/- on all targetsJonathan Gordon2006-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11541 a1c6a512-1295-4272-9138-f99709370657
* Fix alignment issue that caused data aborts on arm targetsMark Arigo2006-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11540 a1c6a512-1295-4272-9138-f99709370657
* Add target specific language to keymappings for iPods, x5 and h10 targets. ↵Michael Sevakis2006-11-16
| | | | | | Resolves FS#6157. Patch by Austin Appel. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11539 a1c6a512-1295-4272-9138-f99709370657
* Removed muting from pcm buffer during starts, stops and pauses for tlv320 ↵Michael Sevakis2006-11-16
| | | | | | and uda1380. Far less in the way of pops now. Voice during FM radio playback keeps radio steady. If it is determined that other audio codecs don't benefit from this remove the muting code and defines altogether. Saving the state and not resetting more than needed seems to prevent popping more effectively than muting at DMA starts and stops. Voice can click a little if truncating a clip (not annoyingly though) but that should be handled by a DSP fade out over a few ms instead-- a side benefit would be a general DSP fade rather than using volume control. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11538 a1c6a512-1295-4272-9138-f99709370657
* fix buildsJonathan Gordon2006-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11537 a1c6a512-1295-4272-9138-f99709370657
* woops, i'm a dill!Jonathan Gordon2006-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11536 a1c6a512-1295-4272-9138-f99709370657
* implement actions in the plugins, bubbles and metronome converted.Jonathan Gordon2006-11-16
| | | | | | | | | (hopefully buttons are correct, let me know in http://forums.rockbox.org/index.php?topic=5829.0 if there is a major stuff up) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11535 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#6322. Battery level gets updated again as it should.Barry Wardell2006-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11534 a1c6a512-1295-4272-9138-f99709370657
* H100/300: Fixed radio silence problem. Removed the wrong call in my last ↵Michael Sevakis2006-11-15
| | | | | | update. :P git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11533 a1c6a512-1295-4272-9138-f99709370657
* Make the updated %rg tag match playback behaviour (fall back to track gain ↵Magnus Holmgren2006-11-15
| | | | | | if album gain requested but not available). Share the mode decision logic with playback code and simplify the %rg tag handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11532 a1c6a512-1295-4272-9138-f99709370657
* Improved replaygain tags for WPS by Ian Webber fs#6223. Shows the current ↵Martin Scarratt2006-11-15
| | | | | | status of the gain rather than what the setting is set to. %?rg<off|track|album|shuffletrack|shufflealbum|notag>. Also, %rg will give the current gain adjustment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11531 a1c6a512-1295-4272-9138-f99709370657
* dump the old scrollbar(), make it a wrapper to gui_scrollbar_draw() onlyJonathan Gordon2006-11-15
| | | | | | | drawing to the main LCD. Saves ~400bytes on the recorder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11530 a1c6a512-1295-4272-9138-f99709370657
* didn't include the frequency stuff in snake2Karl Kurbjun2006-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11529 a1c6a512-1295-4272-9138-f99709370657
* Hopefully clean up some errorsKarl Kurbjun2006-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11528 a1c6a512-1295-4272-9138-f99709370657
* one more for the backdrop stuffKarl Kurbjun2006-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11527 a1c6a512-1295-4272-9138-f99709370657
* Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun2006-11-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
* Strip APE tags during buffering so they do not break MP3 gapless playback.Mark Arigo2006-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11525 a1c6a512-1295-4272-9138-f99709370657
* Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis2006-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11524 a1c6a512-1295-4272-9138-f99709370657
* H100/General: HAL for S/PDIF and refinement/bufixes in optical output ↵Michael Sevakis2006-11-13
| | | | | | powering/source selection. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11523 a1c6a512-1295-4272-9138-f99709370657
* Add a description of the bacdrop functionality and include description of ↵Nils Wallménius2006-11-13
| | | | | | relevant options for greyscale targets too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11522 a1c6a512-1295-4272-9138-f99709370657
* Minor voice fixes; prevent voice queue overflow, fix compile of voice-less buildSteve Bavin2006-11-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11521 a1c6a512-1295-4272-9138-f99709370657
* Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold2006-11-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11520 a1c6a512-1295-4272-9138-f99709370657
* Get rid of ages-old interdependency between ata.c and mas.cJens Arnold2006-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11519 a1c6a512-1295-4272-9138-f99709370657
* Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing ↵Jens Arnold2006-11-12
| | | | | | LCD driver. Doesn't change anything for current targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11518 a1c6a512-1295-4272-9138-f99709370657
* Split 1 bit LCD code and move appropriate parts to target tree. Only archos ↵Jens Arnold2006-11-12
| | | | | | code is tested. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11517 a1c6a512-1295-4272-9138-f99709370657