rockbox/apps/plugins
Marianne Arnold 55259f526b The fire plugin got slightly too big for the Archos plugin buffer with one of the recent changes again, so save some bytes by reducing FIRE_WIDTH slightly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16408 a1c6a512-1295-4272-9138-f99709370657
2008-02-24 14:43:42 +00:00
..
beatbox Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
bitmaps Small improvements to sliding puzzle. (1) Don't draw the 'Moves' box at fixed size, and display 'Moves:' and number of moves on one line for square and portrait screens. (2) Use 4x4 spots on Archos too, to make the spots look square on the Archos display - change the default 80x64 image accordingly. (3) Replace the 110x110 images with 108x108 so that the width is evenly divisible by 4 (number of spots) as mentioned in the comment. (4) Make the greyscale images look a little less broken, could be even better though. -- The code could be made simpler and more flexible but one step at a time. 2008-02-02 12:10:42 +00:00
chessbox Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. 2008-01-10 08:08:31 +00:00
clock Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions. 2008-01-23 08:25:04 +00:00
doom Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct. 2008-01-13 00:11:43 +00:00
lib Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire interface spec. Needs some tweaking as it's too sensitive with the default hardware settings. For now, the vertical strip is divided into up/select/down buttons. Also, redo the keymap (using the Gigabeat as a starting point), but it still needs a good bit of work. 2008-02-24 04:12:16 +00:00
midi Midiplay: more consistent button mapping on c200 - use the volume buttons to adjust volume (BTN_UP/DOWN), making it possible to use the 'Play' button for play/pause. 2008-01-13 14:52:31 +00:00
mpegplayer mpegplayer: Use the core DSP to process audio. Removes the sample rate restriction on audio and any mpeg audio samplerate may be used. Use the global sound settings for audio output with the option to force any one of the processing stages off. All are forced off by default. I didn't personally care to fully duplicate the Sound Settings menu which would have been needed since using the core one would affect settings globally and exactly the same configuration probably isn't desired since the CPU load for video playback is much greater. Rebalance the threading to compensate with some expense to buffering speed. 2008-02-01 02:25:15 +00:00
pacbox Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
reversi Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
rockboy Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. 2008-01-10 08:08:31 +00:00
searchengine Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
shortcuts Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
sudoku Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. 2008-01-10 08:08:31 +00:00
zxbox Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct. 2008-01-13 00:11:43 +00:00
alpine_cdc.c Phase in thread_wait when waiting for a thread to exit. Begin phasing out the spinlock object for general use; it will become a multicore-only object for core locking. Take care of plugins first. 2007-10-22 05:57:38 +00:00
battery_bench.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
blackjack.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
bounce.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
brickmania.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
bubbles.c
calculator.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
calendar.c
CATEGORIES m:robe 100: 2008-01-11 21:48:01 +00:00
chessbox.c
chessclock.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
chip8.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
chopper.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
credits.c
credits.pl
cube.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
demystify.c Fix some plugins not using the helper functions for the new backlight timeout handling. 2007-11-29 23:55:58 +00:00
dice.c Fixed the Total being out of screen with huge fonts like ter-u32b 2007-10-26 16:44:52 +00:00
dict.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
disktidy.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
elfdep.pl
euroconverter.c
fire.c The fire plugin got slightly too big for the Archos plugin buffer with one of the recent changes again, so save some bytes by reducing FIRE_WIDTH slightly. 2008-02-24 14:43:42 +00:00
fireworks.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
firmware_flash.c
flipit.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
greyscale.c Greyscale test plugin: Add missing button definitions for M5. 2008-01-13 12:30:11 +00:00
helloworld.c
invadrox.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
iriver_flash.c Added the checksum for H100/H110/H115 bootloader also. 2008-02-09 15:32:55 +00:00
iriverify.c
jackpot.c
jewels.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
jpeg.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
logo.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
Makefile
mandelbrot.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
matrix.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
maze.c
mazezam.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
metronome.c Fixed the problems on the new version of the fire plugin (so repush it), added new actions to the pluginlib_actions to fix the keymaps on the Sansa e200 for the clock and fire plugins. Also slightly simplified the metronome plugin's key mapping with those new actions. 2008-01-23 08:25:04 +00:00
metronome.h
midi2wav.c
minesweeper.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
mosaique.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
mp3_encoder.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
nim.c
oscilloscope.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
pictureflow.c Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. 2008-01-10 08:08:31 +00:00
plasma.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
plugin.lds Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
pong.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
properties.c
random_folder_advance_config.c
robotfindskitten.c
robotfindskitten_messages.h
rockblox.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
rockbox_flash.c
rockboy.c
rocklife.c Fix some plugins not using the helper functions for the new backlight timeout handling. 2007-11-29 23:55:58 +00:00
rockpaint.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
search.c
sliding_puzzle.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
snake.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
snake2.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
snake2.levels
snow.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
sokoban.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
sokoban.levels
solitaire.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
sort.c
SOURCES D2 simulator build (plugins not built yet) 2008-01-22 22:48:36 +00:00
spacerocks.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
splitedit.c
star.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
starfield.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
stats.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
stopwatch.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
SUBDIRS Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
superdom.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
test_codec.c FS#7954: Free resources when speed testing a folder. Also simplify the error handling code a little. 2007-12-15 13:54:58 +00:00
test_disk.c
test_fps.c Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct. 2008-01-13 00:11:43 +00:00
test_resize.c * Add mktccboot to svn:ignore for tools/ 2008-01-26 01:34:23 +00:00
test_sampr.c
test_scanrate.c
test_viewports.c Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385. 2008-01-08 01:22:14 +00:00
text_editor.c Oops. Was thinking _TREE_ not _STD_, so no changes to the text editor 2007-11-20 02:11:13 +00:00
vbrfix.c Reduce stack usage in the vbrfix plugin. Fixes FS#8402. 2008-01-09 12:39:06 +00:00
video.c
viewer.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
viewers.config Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game. 2008-01-26 00:16:06 +00:00
vu_meter.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
wav2wv.c
wavplay.c
wavrecord.c
wavview.c
wormlet.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
xobox.c Plugins now enabled and working for the Gigabeat S. 2008-02-17 12:23:02 +00:00
zxbox.c