summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* iAudio X5: Remote control buttonsLinus Nielsen Feltzing2006-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8968 a1c6a512-1295-4272-9138-f99709370657
* Fix profiling compilation for non-m68k targetsBrandon Low2006-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8967 a1c6a512-1295-4272-9138-f99709370657
* Use an 8 bit ADC read for battery reading on ipod, that provides better than ↵Brandon Low2006-03-09
| | | | | | centivolt precision any way, also enable charging, it seems to detect fine when charging by USB git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8966 a1c6a512-1295-4272-9138-f99709370657
* Improve clarity, no functional changeBrandon Low2006-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8965 a1c6a512-1295-4272-9138-f99709370657
* Minor correction to irq maskingBrandon Low2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8964 a1c6a512-1295-4272-9138-f99709370657
* Slightly cleaner frontpage.Thom Johansen2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8963 a1c6a512-1295-4272-9138-f99709370657
* Make clipping detection more sensitive for swcodec platforms by triggering ↵Peter D'Hoye2006-03-08
| | | | | | on the first peak value git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8962 a1c6a512-1295-4272-9138-f99709370657
* Change the tables in the manual (except the plugins) to use booktabs instead ↵Martin Arver2006-03-08
| | | | | | of the default table commands. Change standard font to Times. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8961 a1c6a512-1295-4272-9138-f99709370657
* Config file section now reflects the wiki.Martin Arver2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8960 a1c6a512-1295-4272-9138-f99709370657
* The WPS section of the manual now reflects the wiki. Added booktabs.sty for ↵Martin Arver2006-03-08
| | | | | | prettier tables. Changed the way we get sans serif fonts as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8959 a1c6a512-1295-4272-9138-f99709370657
* Adapted ipodVOL wps to use nimbus-12 instead of chicago12.Martin Arver2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8958 a1c6a512-1295-4272-9138-f99709370657
* Fix the iPodVOL wps to have the statusbar visible in the filebrowserMartin Arver2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8957 a1c6a512-1295-4272-9138-f99709370657
* That function prototype should never have been in CVS - it was just part of ↵Dave Chapman2006-03-08
| | | | | | my testing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8956 a1c6a512-1295-4272-9138-f99709370657
* Fix lcd_roll() on H1x0.Jens Arnold2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8955 a1c6a512-1295-4272-9138-f99709370657
* The LCD extension lib was split into 3 parts: Removed old file.Jens Arnold2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8954 a1c6a512-1295-4272-9138-f99709370657
* ~2% performance improvement and some code cleanups for ipod video lcd updateBrandon Low2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8953 a1c6a512-1295-4272-9138-f99709370657
* Minor optimisation.Jens Arnold2006-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8952 a1c6a512-1295-4272-9138-f99709370657
* LCD extension library: Implemented scrolling for LCD depths below 8 bit. * ↵Jens Arnold2006-03-08
| | | | | | Oscilloscope: Use new scrolling function, some minor optimisations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8951 a1c6a512-1295-4272-9138-f99709370657
* Fixed dependency problem in compressed firmware build. (archos recorder v1)Jens Arnold2006-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8950 a1c6a512-1295-4272-9138-f99709370657
* _Slight_ optimization of peak calculationBrandon Low2006-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8949 a1c6a512-1295-4272-9138-f99709370657
* ATA driver: Fixed a flaw in check_registers(), and added support for iAudio X5Linus Nielsen Feltzing2006-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8948 a1c6a512-1295-4272-9138-f99709370657
* iAudio X5 target-specific ATA driver codeLinus Nielsen Feltzing2006-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8947 a1c6a512-1295-4272-9138-f99709370657
* Adapted to compile with lostlogics recent ADC driver changesLinus Nielsen Feltzing2006-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8946 a1c6a512-1295-4272-9138-f99709370657
* Add the target directory tree to the include path, and set the TARGET_TREE ↵Linus Nielsen Feltzing2006-03-07
| | | | | | macro for the targets that use it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8945 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#4745 by Manuel Dejonghe 1) Get CPU out of idle mode on key press ↵Hristo Kovachev2006-03-07
| | | | | | (on targets, supporting changing of the CPU freq), thus making the radio screen more responsive; 2) Mute the radio on startup or after pause, until the chip is tuned or a timeout expires (1, resp 2 sec) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8944 a1c6a512-1295-4272-9138-f99709370657
* Patch #4790 by Nils Wallménius. Added Bejeweled to the manual. Some minor ↵Martin Arver2006-03-07
| | | | | | changes to the text as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8943 a1c6a512-1295-4272-9138-f99709370657
* Added screenshots to some plugins for the 176x132x16 screens. Include the ↵Martin Arver2006-03-07
| | | | | | same plugins in the manual builds for the h300,ipodcolor and ipodnano players git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8942 a1c6a512-1295-4272-9138-f99709370657
* Fix red builds (with frustration)Brandon Low2006-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8941 a1c6a512-1295-4272-9138-f99709370657
* Additional minor button interrupt tweaks, in a completely unscientific way, ↵Brandon Low2006-03-07
| | | | | | this seems to make the 5g more responsive at 30mhz git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8940 a1c6a512-1295-4272-9138-f99709370657
* Slight simplification of scroll button driverBrandon Low2006-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8939 a1c6a512-1295-4272-9138-f99709370657
* Make seconds flow evenly and further throttle RTC reads solution partially ↵Brandon Low2006-03-06
| | | | | | thanks to amiconn git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8938 a1c6a512-1295-4272-9138-f99709370657
* Added screenshots for some of the plugins for the 112x64x1 and 220x176x16 ↵Martin Arver2006-03-06
| | | | | | players git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8937 a1c6a512-1295-4272-9138-f99709370657
* Added screenshots to a number of plugins for the 160x128x2 screensizes. Now ↵Martin Arver2006-03-06
| | | | | | most of the 2.4 plugins have screenshots for this resolution git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8936 a1c6a512-1295-4272-9138-f99709370657
* Wrong ifdefing of the loader plugin caused an empty chessbox.rock to be ↵Jens Arnold2006-03-06
| | | | | | included in the CVS builds (iPod, possibly iriver too). MEM is called MEMORYSIZE in SOURCES. D'oh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8935 a1c6a512-1295-4272-9138-f99709370657
* Make the ipod ADC driver more generic, preparing to share code between it ↵Brandon Low2006-03-06
| | | | | | and the iRiver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8934 a1c6a512-1295-4272-9138-f99709370657
* update by Jeong Taek InMarcoen Hirschberg2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8933 a1c6a512-1295-4272-9138-f99709370657
* Added a new \genericimg macro to the platform-files. Added screenshots to ↵Martin Arver2006-03-06
| | | | | | the cube-plugin as a demonstration of the generic-screenshot concept. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8932 a1c6a512-1295-4272-9138-f99709370657
* Enable ARM optimisation.Thom Johansen2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8931 a1c6a512-1295-4272-9138-f99709370657
* Actually. Let's build for the 3G.Zakk Roberts2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8930 a1c6a512-1295-4272-9138-f99709370657
* Fix H300 builds. Don't compile for iPod 3G yet.Zakk Roberts2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8929 a1c6a512-1295-4272-9138-f99709370657
* Enormous clock update. Most major functions rewritten & hugely optimized; a ↵Zakk Roberts2006-03-06
| | | | | | new Main Menu eliminates need for many different keys and thus brings the clock to iRiver H300 and iPod targets (working but not scaled up - yet). New mode: plain. New logo. Other miscellaneous fixes/improvements. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8928 a1c6a512-1295-4272-9138-f99709370657
* ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen2006-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8927 a1c6a512-1295-4272-9138-f99709370657
* Make the RTC read throttling work, thanks to herz42 on ircBrandon Low2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8926 a1c6a512-1295-4272-9138-f99709370657
* Don't leave the menu after clearing the backdrop image.Jens Arnold2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8925 a1c6a512-1295-4272-9138-f99709370657
* Dice rolling plugin by me with help from Paul_the_Nerd on some keypadsBrandon Low2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8924 a1c6a512-1295-4272-9138-f99709370657
* Fix warningsBrandon Low2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8923 a1c6a512-1295-4272-9138-f99709370657
* Finer grained irq masking, blocking for i2c, plus a mutex to prevent ↵Brandon Low2006-03-05
| | | | | | conflicting read/writes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8922 a1c6a512-1295-4272-9138-f99709370657
* Correct plugin min API version.Dan Everton2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8921 a1c6a512-1295-4272-9138-f99709370657
* Make better use of banked registers in FIQ mode to shrink the iPod FIQThom Johansen2006-03-05
| | | | | | | handler a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8920 a1c6a512-1295-4272-9138-f99709370657
* Fix red sim builds.Dan Everton2006-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8919 a1c6a512-1295-4272-9138-f99709370657