summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* H300: The FM tuner uses different port pinsLinus Nielsen Feltzing2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7963 a1c6a512-1295-4272-9138-f99709370657
* H300: power_init() adjustmentsLinus Nielsen Feltzing2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7962 a1c6a512-1295-4272-9138-f99709370657
* H300 has no ATA LEDLinus Nielsen Feltzing2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7961 a1c6a512-1295-4272-9138-f99709370657
* lots of old and new editsBjörn Stenberg2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7960 a1c6a512-1295-4272-9138-f99709370657
* Fixed a bug in the WPS which ate the first non-bitmap line after a bitmap tagLinus Nielsen Feltzing2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7959 a1c6a512-1295-4272-9138-f99709370657
* Add the 'rwps' field for <wps> sections with a RWPS: field, but not for ↵Daniel Stenberg2005-11-18
| | | | | | <rwps> ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7958 a1c6a512-1295-4272-9138-f99709370657
* not staticDaniel Stenberg2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7957 a1c6a512-1295-4272-9138-f99709370657
* Aligned the engineeer2 WPSLinus Nielsen Feltzing2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7956 a1c6a512-1295-4272-9138-f99709370657
* Correctly auto-save bookmarks when powering off in the WPSLinus Nielsen Feltzing2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7955 a1c6a512-1295-4272-9138-f99709370657
* Missing file headers put back. Code within 80 cols. Code policed indentingDaniel Stenberg2005-11-18
| | | | | | | | and style. Simplified struct levels. #if 0'ed unused functions. Made private stuff static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7954 a1c6a512-1295-4272-9138-f99709370657
* private function made staticDaniel Stenberg2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7953 a1c6a512-1295-4272-9138-f99709370657
* Initial stab at theme support.Christi Scarborough2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7952 a1c6a512-1295-4272-9138-f99709370657
* generic multi-screen support for yes/no screens (like the one when reseting ↵Kevin Ferrare2005-11-18
| | | | | | settings or when firmware has changed) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7951 a1c6a512-1295-4272-9138-f99709370657
* oops, wrong rwps dimensions in the previous commitAnton Oleynikov2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7950 a1c6a512-1295-4272-9138-f99709370657
* added RWPS for iAmp in the new formatAnton Oleynikov2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7949 a1c6a512-1295-4272-9138-f99709370657
* Added tiny docs, only make .cfg files for <wps> sections and shut up a fewDaniel Stenberg2005-11-17
| | | | | | | outputs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7948 a1c6a512-1295-4272-9138-f99709370657
* Removed the percent symbol from the volume and battery WPS tagsLinus Nielsen Feltzing2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7947 a1c6a512-1295-4272-9138-f99709370657
* link to since25Björn Stenberg2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7946 a1c6a512-1295-4272-9138-f99709370657
* added copying of RWPS files (if exist)Anton Oleynikov2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7945 a1c6a512-1295-4272-9138-f99709370657
* Added the wps moduleLinus Nielsen Feltzing2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7944 a1c6a512-1295-4272-9138-f99709370657
* added RWPS for iAmpAnton Oleynikov2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7943 a1c6a512-1295-4272-9138-f99709370657
* Re-adding these bitmaps as binary filesChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7942 a1c6a512-1295-4272-9138-f99709370657
* Removing these files so I can re-commit them as binariesChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7941 a1c6a512-1295-4272-9138-f99709370657
* .rwps support and support for a rwps: field within the WPSLIST file, whichDaniel Stenberg2005-11-17
| | | | | | | really is more like a list of themes now... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7940 a1c6a512-1295-4272-9138-f99709370657
* Some consistency fixes for the WPS moduleChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7939 a1c6a512-1295-4272-9138-f99709370657
* zezayer WPS by Jake OwenChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7938 a1c6a512-1295-4272-9138-f99709370657
* iAmp WPS from Raymond HohAnton Oleynikov2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7937 a1c6a512-1295-4272-9138-f99709370657
* Bejeweled: Changed the tile size for archos recorder/Ondio to 8x10 to ↵Jens Arnold2005-11-17
| | | | | | account for the non-square LCD aspect. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7936 a1c6a512-1295-4272-9138-f99709370657
* And the rest of the files tooChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7935 a1c6a512-1295-4272-9138-f99709370657
* Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7934 a1c6a512-1295-4272-9138-f99709370657
* No voice string for the "please wait" splash.Miika Pekkarinen2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7933 a1c6a512-1295-4272-9138-f99709370657
* Fix to the previous commit: Pointers were not always correctly erased.Miika Pekkarinen2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7932 a1c6a512-1295-4272-9138-f99709370657
* Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2005-11-17
| | | | | | | | automatically accuired from dircache. WPS UI response with dircache enabled should be instant. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7931 a1c6a512-1295-4272-9138-f99709370657
* Don't call a plugin function just 'main()', this will crash the win32 simulator.Jens Arnold2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7930 a1c6a512-1295-4272-9138-f99709370657
* 16bit LCD driver: Optimised native bitmap drawing.Jens Arnold2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7929 a1c6a512-1295-4272-9138-f99709370657
* Win32 simulator: * Use a 16 bit display bitmap for 16bit target simulation. ↵Jens Arnold2005-11-17
| | | | | | Simpler & faster this way. * Changed separate lcd_update() implementation into a simple call of lcd_update_rect() with the full rectangle. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7928 a1c6a512-1295-4272-9138-f99709370657
* Minor cleaning of the iPod LCD driverDave Chapman2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7927 a1c6a512-1295-4272-9138-f99709370657
* iPod: Correct the background colour of the IPL logoDave Chapman2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7926 a1c6a512-1295-4272-9138-f99709370657
* iPod: CONFIG_CPU is not defined for the sims - use CONFIG_KEYPAD to disable ↵Dave Chapman2005-11-17
| | | | | | plugins for the iPod (which is probably a better choice anyway) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7925 a1c6a512-1295-4272-9138-f99709370657
* Engineer2 WPS by Magnus Westerlund (properly this time)Christi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7924 a1c6a512-1295-4272-9138-f99709370657
* Engineer2 WPS by Magnus WesterlundChristi Scarborough2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7923 a1c6a512-1295-4272-9138-f99709370657
* repaired the h300 x11 sim buildDaniel Stenberg2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7922 a1c6a512-1295-4272-9138-f99709370657
* Moved some often-used parts of the LCD driver into IRAM.Jens Arnold2005-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7921 a1c6a512-1295-4272-9138-f99709370657
* Fixed the 16bit screendump to work with either endianess and use the 16 bit ↵Jens Arnold2005-11-17
| | | | | | BMP format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7920 a1c6a512-1295-4272-9138-f99709370657
* Always turn on the backlight in the H300 boot loaderLinus Nielsen Feltzing2005-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7919 a1c6a512-1295-4272-9138-f99709370657
* Reverted erroneous commitLinus Nielsen Feltzing2005-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7918 a1c6a512-1295-4272-9138-f99709370657
* added "Auto scan presets" option to radio menuAnton Oleynikov2005-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7917 a1c6a512-1295-4272-9138-f99709370657
* Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing2005-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7916 a1c6a512-1295-4272-9138-f99709370657
* Rockboy: adapted to colour LCD (but no colours for gameboy color games yet). ↵Jens Arnold2005-11-16
| | | | | | Some cleanup; killed a ton of TABs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7915 a1c6a512-1295-4272-9138-f99709370657
* Can now patch a bootloader image into an H300 firmwareLinus Nielsen Feltzing2005-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7914 a1c6a512-1295-4272-9138-f99709370657