rockbox/apps/plugins
Jens Arnold 2f46958afb Bump flash image version and adapt flashing documentation.
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_2@20503 a1c6a512-1295-4272-9138-f99709370657
2009-03-23 22:02:12 +00:00
..
beatbox
bitmaps Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
chessbox Calculate the optimal memory location for overlay plugins, and use plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms. 2009-03-02 00:16:44 +00:00
clock Make clock menu capitalizing consistent (FS#9939). There is an ongoing 2009-03-01 10:39:02 +00:00
doom Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make. 2009-03-04 23:41:58 +00:00
goban Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
jpeg Change Grayscale to Greyscale in the JPEG viewer and add explanation of the Display Option menu to the manual. 2009-02-19 00:38:41 +00:00
lib Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit colour and greylib). Speeds up text rendering by 20..45% on colour coldfire, by 30..50% on colour ARM, and is noticeable in archos pictureflow. 2009-03-08 17:22:17 +00:00
midi Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make. 2009-03-04 23:41:58 +00:00
mpegplayer Philips HDD1630 - add LCD YUV functions so mpegplayer works. 2009-02-13 04:10:57 +00:00
pacbox Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
reversi Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make. 2009-03-04 23:41:58 +00:00
rockboy Calculate the optimal memory location for overlay plugins, and use plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms. 2009-03-02 00:16:44 +00:00
searchengine
shortcuts remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
sudoku Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
zxbox Calculate the optimal memory location for overlay plugins, and use plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms. 2009-03-02 00:16:44 +00:00
alpine_cdc.c
battery_bench.c fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones 2009-01-25 18:27:17 +00:00
blackjack.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
bounce.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
brickmania.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
bubbles.c Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons 2009-02-26 17:10:27 +00:00
calculator.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
calendar.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
CATEGORIES Oops, missed some files in my previous commit. 2009-02-11 16:42:50 +00:00
chessbox.c
chessclock.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
chip8.c fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones 2009-01-25 18:27:17 +00:00
chopper.c Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons 2009-02-26 17:10:27 +00:00
credits.c
credits.pl
cube.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
demystify.c
dice.c
dict.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
disktidy.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
disktidy.config
elfdep.pl
euroconverter.c
fire.c
fireworks.c Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons 2009-02-26 17:10:27 +00:00
firmware_flash.c fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones 2009-01-25 18:27:17 +00:00
flipit.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
goban.c And now with the added file... 2009-02-21 00:08:57 +00:00
greyscale.c
helloworld.c
invadrox.c
iriver_flash.c fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones 2009-01-25 18:27:17 +00:00
iriverify.c
jackpot.c
jewels.c Philips HDD1630: fix yellow 2009-01-24 23:52:40 +00:00
keybox.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
lamp.c revert r19656 for lamp which is no longer needed. should fix FS#9877 2009-02-13 00:14:59 +00:00
logo.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
mandelbrot.c Get rid of a useless copy instruction in the SH1 32*32->64bit multiply routines (signed and unsigned). 2009-02-15 23:13:26 +00:00
matrix.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
maze.c
mazezam.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
md5sum.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
metronome.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
minesweeper.c Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons 2009-02-26 17:10:27 +00:00
mosaique.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
mp3_encoder.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
nim.c
oscilloscope.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
pegbox.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
pictureflow.c Greyscale targets: Make the gradient a bit brighter and simplify the calculation. 2009-03-09 01:14:21 +00:00
plasma.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
plugin.lds Ladies and Gentlemen we now have sound through the codecs on the M:Robe 500i (DM320)\! 2009-03-11 03:46:24 +00:00
plugins.make Remove no longer used stuff. 2009-03-05 07:40:10 +00:00
pong.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
ppmviewer.c
properties.c Display duration for audio files, by special demand and because it was easy to add. 2009-02-21 22:22:05 +00:00
random_folder_advance_config.c
robotfindskitten.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
rockblox.c Remove SCROLL_WHEEL and use HAVE_SCROLLWHEEL instead. This also activates the little protection against accidental rotations (by pressing buttons on or near the wheel) on e200 and fuze, which is good. Also add a secondary button for right rotation for e200 and fuze, and use home button on the fuze. 2009-02-26 20:52:16 +00:00
rockblox1d.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
rockbox_flash.c Bump flash image version and adapt flashing documentation. 2009-03-23 22:02:12 +00:00
rockboy.c Fix rockboy on the recorders. 2009-03-01 23:52:23 +00:00
rocklife.c
rockpaint.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
search.c
settings_dumper.c
sliding_puzzle.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
snake.c Fix FS#2533, apple appearing late in the snake plugin 2009-02-05 14:22:04 +00:00
snake2.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
snake2.levels
snow.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
sokoban.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
sokoban.levels
solitaire.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
sort.c
SOURCES The metronome keymap is still not fixed for ondio, player and c200. Disable for release yet again 2009-03-21 14:14:47 +00:00
spacerocks.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
splitedit.c fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones 2009-01-25 18:27:17 +00:00
star.c Statusbar handling fixes. 2009-02-01 11:34:16 +00:00
starfield.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
stats.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
stopwatch.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
SUBDIRS FS#9901 by Joshua Simmons for the Goban plugin: Goban overlay for the Archos targets. 2009-02-20 23:14:09 +00:00
superdom.c Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons 2009-02-26 17:10:27 +00:00
test_boost.c
test_codec.c Make test_codec.c compilable again. 2009-02-12 05:30:12 +00:00
test_disk.c
test_fps.c
test_grey.c
test_greylib_bitmap_scale.c Define a specific exit button. Stops the plugin from exiting prematurely, e.g. due to a button release event. 2009-02-15 14:22:55 +00:00
test_resize.c
test_sampr.c
test_scanrate.c
test_touchscreen.c
test_viewports.c
text_editor.c Change spelling to British English in the filetype colours section 2009-03-16 21:24:29 +00:00
vbrfix.c
video.c fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones 2009-01-25 18:27:17 +00:00
viewer.c Plugins for the Philips HDD1630. The keymaps are largely untested on the device (patches welcome). 2009-01-24 22:41:55 +00:00
viewers.config New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer. 2009-02-11 16:03:17 +00:00
vu_meter.c Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons 2009-02-26 17:10:27 +00:00
wav2wv.c remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, and replace with pluginlib implementations in plugins/lib/gcc-support.c 2009-01-24 22:57:57 +00:00
wavplay.c
wavrecord.c
wavview.c
wormlet.c Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons 2009-02-26 17:10:27 +00:00
xobox.c Accept the first patch at FS#9953 - Add Playback Control to more plugins, by Joshua Simmons 2009-02-26 17:10:27 +00:00
zxbox.c