rockbox/apps/plugins
Rafaël Carré bdb5974c0e Revert r21912 : "Storage API : remove undeeded target-specific functions"
After a discussion mixed on mailing list and irc, it was agreed that
more abstraction for plugins is better (so developers don't have to add
a check to HAVE_DISK_STORAGE when writing disk-specific code)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21923 a1c6a512-1295-4272-9138-f99709370657
2009-07-17 16:34:34 +00:00
..
beatbox set svn:keywords property 2009-07-12 15:04:56 +00:00
bitmaps remove references to pegbox bitmaps that were removed in r21907 (problem not detected by build system) 2009-07-16 22:55:39 +00:00
chessbox FS#10080 2009-07-14 13:57:45 +00:00
clock Revert r21912 : "Storage API : remove undeeded target-specific functions" 2009-07-17 16:34:34 +00:00
doom FS#10080 2009-07-14 13:57:45 +00:00
goban FS#10080 2009-07-14 13:57:45 +00:00
jpeg Revert r21912 : "Storage API : remove undeeded target-specific functions" 2009-07-17 16:34:34 +00:00
lib Fix a bug in lib display_text.h, which inserts a unwanted blank line 2009-07-15 15:14:17 +00:00
lua Lua IOlib: when opening files for writing/appending, check if they exist and if not, add O_CREAT. 2009-07-17 11:09:51 +00:00
midi
mpegplayer Revert r21912 : "Storage API : remove undeeded target-specific functions" 2009-07-17 16:34:34 +00:00
pacbox FS#10235 - "(fuze) pacbox keymap change" by Ralph Soto. 2009-07-13 18:34:10 +00:00
pdbox Another patch by Wincent Balin (from the FS #10416 series): get rid of some warnings. PDBox now builds without any error or warning. 2009-07-12 19:18:59 +00:00
pictureflow FS#10080 2009-07-14 13:57:45 +00:00
reversi Accept FS#10094 by Teruaki Kawashima: 2009-06-16 04:25:21 +00:00
rockboy FS#10080 2009-07-14 13:57:45 +00:00
searchengine
shortcuts FS#10080 2009-07-14 13:57:45 +00:00
sudoku FS#10080 2009-07-14 13:57:45 +00:00
zxbox FS#10080 2009-07-14 13:57:45 +00:00
alpine_cdc.c Remove int_prio argument from timer_register, and move the only use for it into alpine_cdc plugin, since this plugin is only built on SH7034 2009-06-29 14:29:46 +00:00
battery_bench.c Sansa Fuze : use single press HOME button for exiting battery_bench 2009-06-06 09:08:11 +00:00
bench_mem_jpeg.c Use TIME_BEFORE in bench_* plugins, and use 10s test duration. 2009-05-18 20:21:03 +00:00
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 set svn:keywords property 2009-07-12 15:04:56 +00:00
bounce.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
brickmania.c use lib display text to display help messages (FS#10099). 2009-07-14 13:03:17 +00:00
bubbles.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
calculator.c FS#10211 Clear full size of display of calculator; not rounded size. 2009-05-22 04:03:14 +00:00
calendar.c FS#10283 simplify plugins' menus by using stringlist with callback (by Teruaki Kawashima - some minor changes by myself) 2009-06-26 17:59:33 +00:00
CATEGORIES Patch by Wincent Balin: convert pdbox from app to viewer 2009-07-12 17:53:25 +00:00
chessbox.c
chessclock.c fix FS#9383 (chessclock freezes on deleting a player), patch by Yoshihisa Uchida. 2009-07-09 13:36:22 +00:00
chip8.c
chopper.c set svn:keywords property 2009-07-12 15:04:56 +00:00
clix.c use lib display text to display help messages (FS#10099). 2009-07-14 13:03:17 +00:00
credits.c
credits.pl
cube.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
demystify.c
dice.c
dict.c FS#10080 2009-07-14 13:57:45 +00:00
disktidy.c
disktidy.config
elfdep.pl
euroconverter.c
fire.c
fireworks.c Accept FS#10094 by Teruaki Kawashima: 2009-06-16 04:25:21 +00:00
firmware_flash.c
flipit.c
goban.c
greyscale.c
helloworld.c
helloworld.lua Helloworld.lua: fix file_put_contents depending on a wrong return value of io.write + use a cleaner version of if(file == nil) (thanks to Christophe Gragnic) 2009-07-08 21:05:56 +00:00
invadrox.c FS#10080 2009-07-14 13:57:45 +00:00
iriver_flash.c
iriverify.c
jackpot.c
jewels.c Jewels: Simplify support for new target screen sizes. Just adding new bitmaps for the target should now be enough. 2009-07-17 05:08:08 +00:00
keybox.c FS#10080 2009-07-14 13:57:45 +00:00
lamp.c
logo.c FS#10256 by Frank Oosterhuis : use HOME button to quit plugins 2009-05-28 15:57:29 +00:00
lua.c Commit FS#9174: Lua scripting language by Dan Everton 2009-05-21 19:01:41 +00:00
mandelbrot.c
matrix.c
maze.c FS#10294: reform the weird buttons in maze and mazezam for Fuze, E200 and ipod3G 2009-06-27 11:14:47 +00:00
mazezam.c Trivial changes to Mazezam to fix the red on 3G iPods. 2009-06-28 09:36:08 +00:00
md5sum.c set svn:keywords property 2009-07-12 15:04:56 +00:00
metronome.c Remove int_prio argument from timer_register, and move the only use for it into alpine_cdc plugin, since this plugin is only built on SH7034 2009-06-29 14:29:46 +00:00
minesweeper.c Initialise minesweeper main menu so that first item is selected on plugin start (previously was uninitialised, for me usually started off with second item selected) 2009-07-02 23:29:59 +00:00
mosaique.c
mp3_encoder.c FS#10080 2009-07-14 13:57:45 +00:00
nim.c
oscilloscope.c
pegbox.c Tiny bug fix for help text in pegbox 2009-07-15 15:15:48 +00:00
pictureflow.c
plasma.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
plugin.lds Fix red 2009-06-13 21:26:50 +00:00
plugins.make
pong.c Sansa Fuze : fix r20680 for pong plugin (BUTTON_REPEAT can't be used) 2009-05-20 11:15:08 +00:00
ppmviewer.c
properties.c FS#10080 2009-07-14 13:57:45 +00:00
random_folder_advance_config.c FS#10080 2009-07-14 13:57:45 +00:00
robotfindskitten.c use lib display text to display help messages (FS#10099). 2009-07-14 13:03:17 +00:00
rockblox.c Improve the highscore related functions in plugin lib (FS#10350) 2009-06-30 20:00:46 +00:00
rockblox1d.c
rockbox_flash.c
rockboy.c
rocklife.c Commit next part of FS#10138 by Teruaki Kawashima. Fixes check for open error in rocklife. 2009-05-27 19:21:05 +00:00
rockpaint.c FS#10080 2009-07-14 13:57:45 +00:00
search.c
settings_dumper.c set svn:keywords property 2009-07-12 15:04:56 +00:00
sliding_puzzle.c Support JPEG album art in sliding_puzzle. 2009-05-20 09:47:11 +00:00
snake.c
snake2.c
snake2.levels
snow.c
sokoban.c FS#10080 2009-07-14 13:57:45 +00:00
sokoban.levels
solitaire.c use lib display text to display help messages (FS#10099). 2009-07-14 13:03:17 +00:00
sort.c
SOURCES new game plugin for colored players named clix (by Rene Peinthor) 2009-07-08 17:42:37 +00:00
spacerocks.c Commit next part of FS# 10138 by Teruaki Kawashima. Check for PLAY_MODE before enabling pause after hold. Fixes a bug where toggling hold would confuse the game state. 2009-05-27 20:35:30 +00:00
splitedit.c FS#10080 2009-07-14 13:57:45 +00:00
star.c use lib display text to display help messages (FS#10099). 2009-07-14 13:03:17 +00:00
starfield.c
stats.c
stopwatch.c Commit next part of FS# 10138 by Teruaki Kawashima. Replace ROCKBOX_DIR and related defines with PLUGIN_APPS_DIR or PLUGIN_GAMES_DIR. 2009-05-27 20:31:07 +00:00
SUBDIRS Don't build mpegplayer on targets with 2MB of RAM or less since it won't run 2009-05-22 10:44:32 +00:00
superdom.c use lib display text to display help messages (FS#10099). 2009-07-14 13:03:17 +00:00
test_boost.c set svn:keywords property 2009-07-12 15:04:56 +00:00
test_codec.c FS#10080 2009-07-14 13:57:45 +00:00
test_core_jpeg.c
test_disk.c Accept FS#10094 by Teruaki Kawashima: 2009-06-16 04:25:21 +00:00
test_fps.c Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyway (and won't build) 2009-06-21 14:09:48 +00:00
test_gfx.c Plugin for testing LCD driver and greylib drawing performance. 2009-06-20 18:12:34 +00:00
test_grey.c
test_greylib_bitmap_scale.c
test_mem_jpeg.c
test_resize.c
test_sampr.c Accept FS#10094 by Teruaki Kawashima: 2009-06-16 04:25:21 +00:00
test_scanrate.c Remove int_prio argument from timer_register, and move the only use for it into alpine_cdc plugin, since this plugin is only built on SH7034 2009-06-29 14:29:46 +00:00
test_touchscreen.c
test_viewports.c Lua: port viewports + add test_viewports.lua 2009-05-25 14:21:17 +00:00
test_viewports.lua Fix some typos 2009-05-25 14:56:59 +00:00
text_editor.c FS#10080 2009-07-14 13:57:45 +00:00
vbrfix.c
video.c Revert r21912 : "Storage API : remove undeeded target-specific functions" 2009-07-17 16:34:34 +00:00
viewer.c Correct return value of function get_ucs, position of next character, in viewer plugin (FS #9387, patch by Yoshihisa Uchida, small modification by me). 2009-07-10 14:06:34 +00:00
viewers.config Patch by Wincent Balin: convert pdbox from app to viewer 2009-07-12 17:53:25 +00:00
vu_meter.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
wav2wv.c
wavplay.c Revert r21912 : "Storage API : remove undeeded target-specific functions" 2009-07-17 16:34:34 +00:00
wavrecord.c Fix plugins for the changed pitch scale from r21781 2009-07-11 23:11:56 +00:00
wavview.c
wormlet.c
xobox.c FS#10283 simplify plugins' menus by using stringlist with callback (by Teruaki Kawashima - some minor changes by myself) 2009-06-26 17:59:33 +00:00
zxbox.c