rockbox/apps/plugins
Teruaki Kawashima f3439293e3 snake2: improve redrawing after pause. wrap some long lines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22409 a1c6a512-1295-4272-9138-f99709370657
2009-08-18 13:45:47 +00:00
..
beatbox Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
bitmaps M:Robe 500: Add missing files 2009-08-09 05:26:25 +00:00
chessbox Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
clock
doom Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
goban Goban: Rename save file extension back to sgf to match other applications. 2009-08-06 05:02:52 +00:00
jpeg Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
lib pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a multiple of 4. optimize a bit. 2009-08-16 14:57:15 +00:00
lua
midi Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
mpegplayer FS#10526: mpegplayer audio out of sync, reverts r22280 2009-08-15 14:36:49 +00:00
pacbox fix for r22171 for pacbox. make "Quit" item quit the plugin again. 2009-08-06 11:20:55 +00:00
pdbox PDBox: Simplified some float math functions. 2009-08-17 15:39:08 +00:00
pictureflow use set_option instead of menu api for some settings of plugins to make it clear it's a setting. 2009-08-06 14:01:47 +00:00
png Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
reversi Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
rockboy Fix mistake at checking the return in rockboy. Thanks Al Le for spotting. 2009-08-12 15:00:16 +00:00
searchengine
shortcuts
sudoku Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
zxbox Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
alpine_cdc.c
battery_bench.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
bench_mem_jpeg.c
bench_scaler.c Use pre-multiplication in scaler to save one multiply per color component on ARM and Coldfire, at the cost of an extra add/shift in the horizontal scaler to reduce values to a workable range. SH-1 retains the same basic math, as 2009-05-26 20:00:47 +00:00
blackjack.c Remove unneeded blackjack defines for the YH series. 2009-08-04 18:01:03 +00:00
bounce.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
brickmania.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
bubbles.c calendar: fix bug when add new event text longer than last entry. 2009-08-03 16:30:08 +00:00
calculator.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
calendar.c Make kbd_input() show a cancel splash to indicate user abort better and for better consistency all over the place. Change checking for its return value (style-wise) at some places too. 2009-08-12 14:38:25 +00:00
CATEGORIES
chessbox.c
chessclock.c add playback control to more menu of plugins. 2009-08-05 14:29:29 +00:00
chip8.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
chopper.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
clix.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
credits.c
credits.pl
cube.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
demystify.c
dice.c add playback control to more menu of plugins. 2009-08-05 14:29:29 +00:00
dict.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
disktidy.c a bit of code polish for rockpaint and disktidy. 2009-08-06 12:44:12 +00:00
disktidy.config
elfdep.pl
euroconverter.c
fire.c
fireworks.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
firmware_flash.c
flipit.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
goban.c
greyscale.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
helloworld.c
helloworld.lua
invadrox.c Invadrox: Add support for 640x480 screens. 2009-08-04 05:22:10 +00:00
iriver_flash.c
iriverify.c
jackpot.c
jewels.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
keybox.c Make kbd_input() show a cancel splash to indicate user abort better and for better consistency all over the place. Change checking for its return value (style-wise) at some places too. 2009-08-12 14:38:25 +00:00
lamp.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
logo.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
lua.c
mandelbrot.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
matrix.c Fix out of bounds accesses in keybox and matrix 2009-08-06 19:02:59 +00:00
maze.c
mazezam.c small fixes for mazezam. 2009-08-06 13:21:08 +00:00
md5sum.c
metronome.c
minesweeper.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
mosaique.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
mp3_encoder.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
nim.c
oscilloscope.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
pegbox.c Always do an SVN up before committing . . . hopefully fixes red by defining more buttons. Unfortunately I'm not sure what blackjack should be so I've left it incomplete until someone comes up with a working keymap. 2009-08-04 03:26:03 +00:00
pictureflow.c
plasma.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
plugin.lds
plugins.make
pong.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
ppmviewer.c
properties.c
random_folder_advance_config.c
remote_control.c
robotfindskitten.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
rockblox.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
rockblox1d.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
rockbox_flash.c
rockboy.c
rocklife.c calendar: fix bug when add new event text longer than last entry. 2009-08-03 16:30:08 +00:00
rockpaint.c use set_option instead of menu api for some settings of plugins to make it clear it's a setting. 2009-08-06 14:01:47 +00:00
search.c
settings_dumper.c
sliding_puzzle.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
snake.c snake: Clear backdrop before displaying highscores and restore background, foreground and backdrop after displaying highscores. 2009-08-18 13:40:08 +00:00
snake2.c snake2: improve redrawing after pause. wrap some long lines. 2009-08-18 13:45:47 +00:00
snake2.levels
snow.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
sokoban.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
sokoban.levels
solitaire.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
sort.c
SOURCES
spacerocks.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
splitedit.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
star.c add playback control to more menu of plugins. 2009-08-05 14:29:29 +00:00
starfield.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
stats.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
stopwatch.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
SUBDIRS PDBox: Added iriver H100 to supported targets. 2009-08-05 13:21:08 +00:00
superdom.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
test_boost.c
test_codec.c FS#10199: Adds limiter DSP function 2009-08-18 03:24:45 +00:00
test_core_jpeg.c
test_disk.c
test_fps.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
test_gfx.c
test_grey.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
test_greylib_bitmap_scale.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
test_mem_jpeg.c
test_resize.c
test_sampr.c
test_scanrate.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
test_touchscreen.c
test_viewports.c
test_viewports.lua
text_editor.c Make kbd_input() show a cancel splash to indicate user abort better and for better consistency all over the place. Change checking for its return value (style-wise) at some places too. 2009-08-12 14:38:25 +00:00
vbrfix.c
video.c
viewer.c * Fix red 2009-08-17 23:05:45 +00:00
viewers.config
vu_meter.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
wav2wv.c
wavplay.c
wavrecord.c
wavview.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
wormlet.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
xobox.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
zxbox.c