summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2006-02-24code police strikes againMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8829 a1c6a512-1295-4272-9138-f99709370657
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8828 a1c6a512-1295-4272-9138-f99709370657
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8827 a1c6a512-1295-4272-9138-f99709370657
2006-02-24iPod: Reset the settings if the hold button is turned on before Rockbox startsDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8826 a1c6a512-1295-4272-9138-f99709370657
2006-02-24Fixed the early usb initialization problem.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8825 a1c6a512-1295-4272-9138-f99709370657
2006-02-24Ooops, commit missing chessbox changes. Silly cvs...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8823 a1c6a512-1295-4272-9138-f99709370657
2006-02-24Made chessbox work on archos recorders and Ondios as an overlay. * Proper ↵Jens Arnold
button handling for Ondio. * Some cleanup of the plugin SOURCES file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8822 a1c6a512-1295-4272-9138-f99709370657
2006-02-24new menu system, consolidated button assignments, ipod mini supportAdam Boot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8821 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Static allocation of ttable.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8820 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Quick fix to not stop audio playback on .cfg file load unless language ↵Magnus Holmgren
setting has changed. (Could be taken one step further to only stop playback if there's been a change in voice file use.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8817 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Fixes to Chessclock from Miguel (to make it work again after we broke his ↵Dave Chapman
patch), plus iPod button mapping changes from me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8816 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Make peak meter work in simulator for SWCODEC targets.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8815 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Optimization of WavPack decoding in ARM assembler (for iPods). This allows ↵Dave Bryant
WavPack files encoded in "high" mode to play without skipping, although it's still rather marginal (i.e. can't play with other DSP effects enabled). For now this will not work with 24-bit files either, although that is coming along. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8814 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Made the overlay loader code part of the plugin library.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8813 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Erronous comment.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8803 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Add chessbox to the build system (currently only for iRiver H1x0/H3x0 and ↵Dave Chapman
iPods - it is too large for the Archos plugin buffer) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8798 a1c6a512-1295-4272-9138-f99709370657
2006-02-23Apply same optimisation as for the core lcd drivers.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8797 a1c6a512-1295-4272-9138-f99709370657
2006-02-22Fixed some iPod button mappings.Zakk Roberts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8795 a1c6a512-1295-4272-9138-f99709370657
2006-02-22iAudio has no BUTTON_SELECT.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8792 a1c6a512-1295-4272-9138-f99709370657
2006-02-22Colour targets: Optimised plasma.rock. Now renders directly in fb_data ↵Jens Arnold
format, and directly into the framebuffer. * Some slight optimisations for greyscale targets as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8790 a1c6a512-1295-4272-9138-f99709370657
2006-02-22Correct Miguel's last name pt. 2Hristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8780 a1c6a512-1295-4272-9138-f99709370657
2006-02-22New chessbox plugin by Miguel A. ArГ©valo, based on GNU Chess v2Hristo Kovachev
Not built yet because of a missing dependancy with the pieces' bitmaps. Someone with Makefile knowledge, please, look at it! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8778 a1c6a512-1295-4272-9138-f99709370657
2006-02-22Remove some unused/deprecated definesHristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8777 a1c6a512-1295-4272-9138-f99709370657
2006-02-22BrickMania for Archos Recorder/Ondio, iAudio x5 (b/w at the moment) and iPod 3GBen Basha
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8776 a1c6a512-1295-4272-9138-f99709370657
2006-02-22Fix some of the voice and beep bugs that people have noticed since my new ↵Brandon Low
pcmbuf code went in, reduce code duplication, and improve performance while I'm at it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8775 a1c6a512-1295-4272-9138-f99709370657
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
2006-02-21Change slider display when changing edit mode.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8762 a1c6a512-1295-4272-9138-f99709370657
2006-02-21Use scrollbar widget for the sliders instead of custom drawing routines.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8761 a1c6a512-1295-4272-9138-f99709370657
2006-02-21First attempt at generating and using .h files from bitmaps using bmp2rb. ↵Dave Chapman
The .h files are generated for both the core bitmaps and the plugins, but are only currently being used in the core. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8759 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Speed dsp gain up slightly mostly with better code orderBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8758 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen
other loops a little bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8754 a1c6a512-1295-4272-9138-f99709370657
2006-02-20Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8751 a1c6a512-1295-4272-9138-f99709370657
2006-02-20BrickMania for iPod NanoBen Basha
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8750 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Re-adding in binary modeDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8744 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Added in ASCII mode.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8743 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes ↵Ben Basha
by Liberman Shachar and me. +fixed bug with the glue pad. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8742 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Add ASM optimised range_limit() for ARM, which gives a tiny performanceThom Johansen
gain. Removed a couple of tabs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8740 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Repeat rate adaption is now handled by the button driver.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8739 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Adaptive button repeat: adapts repeat rate depending on the ability of the ↵Jens Arnold
application to cope. Avoids afterscroll and similar effects. * Yield while scrolling through lists. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8738 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Use a better string for 'Canceled' splashes.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8737 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Replace the range_limit lookup table with an inline function, asm optimised ↵Jens Arnold
for SH1 and coldfire. Slight speedup on SH1, up to 15% speedup on coldfire. Saves almost 1KB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8736 a1c6a512-1295-4272-9138-f99709370657
2006-02-19Proper screendump for greyscale iPods.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8735 a1c6a512-1295-4272-9138-f99709370657
2006-02-18Oops, fix the simulator buildsHristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8730 a1c6a512-1295-4272-9138-f99709370657
2006-02-18Okay, clearing the display twice doesn't give us anything more..Hristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8729 a1c6a512-1295-4272-9138-f99709370657
2006-02-18"Next/Previous jpeg from within the JPEG viewer" addition by Alexander ↵Hristo Kovachev
Spyridakis, modified a bit by me Also tries to use the plugin buffer instead of the audio buffer on the platforms with more than 130kb plugin buffer size (thus not stopping the music playback). If the free buffer from the plugin buffer is not enough, asks for stopping playback. Needs a little more work, but seems stable as it is. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8728 a1c6a512-1295-4272-9138-f99709370657
2006-02-18320x98 Rockbox logo for larger LCDs (currently only iPod 5G).Zakk Roberts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8725 a1c6a512-1295-4272-9138-f99709370657
2006-02-18Plugin loader: Handle the remote LCD the same way as the main LCD (clear, ↵Jens Arnold
set parameters). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8724 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Fix 4-grey rockbox logo.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8723 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Patch #1423609 by Martin Scarratt and myself: enables using the backlight as ↵Peter D'Hoye
record clipping indicator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8722 a1c6a512-1295-4272-9138-f99709370657
2006-02-17Remote type autodetection on iriver, remote_type() returns ↵Linus Nielsen Feltzing
REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8721 a1c6a512-1295-4272-9138-f99709370657