summaryrefslogtreecommitdiff
path: root/apps/plugins (follow)
Commit message (Collapse)AuthorAge
...
* Get VU Meter plugin working on SWCODEC targets. Still needs to be scaled to ↵Dan Everton2006-03-05
| | | | | | fit better on larger displays. Also requires bumping the plugin API versions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8915 a1c6a512-1295-4272-9138-f99709370657
* Patch #4736 for Chessbox from Miguel A. Arévalo - Added support for user ↵Dave Chapman2006-03-03
| | | | | | interaction while thinking, you can force move now with PLAY and quit with OFF (iRiver example). Yield only on Search as any Evaluate will be preceded by a Search. Plus some minor code policing from me to remove tabs in both the patch and the original code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8896 a1c6a512-1295-4272-9138-f99709370657
* Removed unused debug function which caused a warning for 64bit simulators.Jens Arnold2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8895 a1c6a512-1295-4272-9138-f99709370657
* Code Police raid. Mostly changed // comments and indented to Rockbox style.Daniel Stenberg2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8894 a1c6a512-1295-4272-9138-f99709370657
* Code-policed: cleaned off tabs, indented fine, narrowed to 80 columns (mostly)Daniel Stenberg2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8892 a1c6a512-1295-4272-9138-f99709370657
* Ooops. INT_MAX is now visible to plugins, so don't redefine it.Jens Arnold2006-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8889 a1c6a512-1295-4272-9138-f99709370657
* gigabeat related changesMarcoen Hirschberg2006-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8885 a1c6a512-1295-4272-9138-f99709370657
* Fixed more pointer size vs. int size problems (64 bit sims)Jens Arnold2006-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8882 a1c6a512-1295-4272-9138-f99709370657
* Fixed grammar mistake, pointed out by Marianne Arnold.Jens Arnold2006-03-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8879 a1c6a512-1295-4272-9138-f99709370657
* Quick hack to restore the reading of ISO encoded text files with the viewer ↵Linus Nielsen Feltzing2006-03-01
| | | | | | plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8875 a1c6a512-1295-4272-9138-f99709370657
* Correctly byte-swap the pixel values for the iPod 4G Color and Nano - this ↵Dave Chapman2006-02-27
| | | | | | fixes the colours for those players git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8860 a1c6a512-1295-4272-9138-f99709370657
* use the 2bit version for X5 until there's a 16bit availableDaniel Stenberg2006-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8854 a1c6a512-1295-4272-9138-f99709370657
* Patch #4718 from Mikael Magnusson - colour support for the fire plugin. ↵Dave Chapman2006-02-26
| | | | | | Optimised by me to pre-calculate the rgb565 values and render directly into the lcd framebuffer instead of using the xlcd library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8851 a1c6a512-1295-4272-9138-f99709370657
* Finally - grayscale library support for the simulators. Currently SDL only, ↵Jens Arnold2006-02-26
| | | | | | win32 and x11 won't link anymore due to missing simulator functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8845 a1c6a512-1295-4272-9138-f99709370657
* More iPod 3G work from Seven Le MesleDave Chapman2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8835 a1c6a512-1295-4272-9138-f99709370657
* fix x5 button definition broken by gigabeat commitMarcoen Hirschberg2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8832 a1c6a512-1295-4272-9138-f99709370657
* first gigabeat commitMarcoen Hirschberg2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
* code police strikes againMarcoen Hirschberg2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8829 a1c6a512-1295-4272-9138-f99709370657
* Button driver for iAudio X5Linus Nielsen Feltzing2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8828 a1c6a512-1295-4272-9138-f99709370657
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8827 a1c6a512-1295-4272-9138-f99709370657
* Ooops, commit missing chessbox changes. Silly cvs...Jens Arnold2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8823 a1c6a512-1295-4272-9138-f99709370657
* Made chessbox work on archos recorders and Ondios as an overlay. * Proper ↵Jens Arnold2006-02-24
| | | | | | 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
* new menu system, consolidated button assignments, ipod mini supportAdam Boot2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8821 a1c6a512-1295-4272-9138-f99709370657
* Static allocation of ttable.Jens Arnold2006-02-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8820 a1c6a512-1295-4272-9138-f99709370657
* Fixes to Chessclock from Miguel (to make it work again after we broke his ↵Dave Chapman2006-02-23
| | | | | | patch), plus iPod button mapping changes from me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8816 a1c6a512-1295-4272-9138-f99709370657
* Made the overlay loader code part of the plugin library.Jens Arnold2006-02-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8813 a1c6a512-1295-4272-9138-f99709370657
* Add chessbox to the build system (currently only for iRiver H1x0/H3x0 and ↵Dave Chapman2006-02-23
| | | | | | 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
* Apply same optimisation as for the core lcd drivers.Jens Arnold2006-02-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8797 a1c6a512-1295-4272-9138-f99709370657
* Fixed some iPod button mappings.Zakk Roberts2006-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8795 a1c6a512-1295-4272-9138-f99709370657
* iAudio has no BUTTON_SELECT.Jens Arnold2006-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8792 a1c6a512-1295-4272-9138-f99709370657
* Colour targets: Optimised plasma.rock. Now renders directly in fb_data ↵Jens Arnold2006-02-22
| | | | | | 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
* Correct Miguel's last name pt. 2Hristo Kovachev2006-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8780 a1c6a512-1295-4272-9138-f99709370657
* New chessbox plugin by Miguel A. ArГ©valo, based on GNU Chess v2Hristo Kovachev2006-02-22
| | | | | | | 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
* BrickMania for Archos Recorder/Ondio, iAudio x5 (b/w at the moment) and iPod 3GBen Basha2006-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8776 a1c6a512-1295-4272-9138-f99709370657
* Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman2006-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8764 a1c6a512-1295-4272-9138-f99709370657
* First attempt at generating and using .h files from bitmaps using bmp2rb. ↵Dave Chapman2006-02-21
| | | | | | 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
* Faster filled triangle drawing for colour targets and greyscale iPods.Jens Arnold2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8751 a1c6a512-1295-4272-9138-f99709370657
* BrickMania for iPod NanoBen Basha2006-02-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8750 a1c6a512-1295-4272-9138-f99709370657
* Re-adding in binary modeDave Chapman2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8744 a1c6a512-1295-4272-9138-f99709370657
* Added in ASCII mode.Dave Chapman2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8743 a1c6a512-1295-4272-9138-f99709370657
* Patch #1418787 brickmania for the H1xx series by Dominik Wenger with changes ↵Ben Basha2006-02-19
| | | | | | 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
* Add ASM optimised range_limit() for ARM, which gives a tiny performanceThom Johansen2006-02-19
| | | | | | | gain. Removed a couple of tabs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8740 a1c6a512-1295-4272-9138-f99709370657
* Repeat rate adaption is now handled by the button driver.Jens Arnold2006-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8739 a1c6a512-1295-4272-9138-f99709370657
* Replace the range_limit lookup table with an inline function, asm optimised ↵Jens Arnold2006-02-19
| | | | | | 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
* Oops, fix the simulator buildsHristo Kovachev2006-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8730 a1c6a512-1295-4272-9138-f99709370657
* Okay, clearing the display twice doesn't give us anything more..Hristo Kovachev2006-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8729 a1c6a512-1295-4272-9138-f99709370657
* "Next/Previous jpeg from within the JPEG viewer" addition by Alexander ↵Hristo Kovachev2006-02-18
| | | | | | | | | 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
* Fix playback stopping during playback due to lack of yields when framerate ↵Brandon Low2006-02-17
| | | | | | falls below threshold git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8719 a1c6a512-1295-4272-9138-f99709370657
* Put not-so-large arrays on the stack, so they end up in IRAM on Iriver and ↵Jens Arnold2006-02-17
| | | | | | iPod. Approximately doubles decoding speed on Iriver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8717 a1c6a512-1295-4272-9138-f99709370657
* Use macro instead of literal constant for readability.Jens Arnold2006-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8716 a1c6a512-1295-4272-9138-f99709370657