rockbox/apps/plugins
Nils Wallménius 4461b0498d FS10820 - Shopper, a shopping list plugin by Daniel Rigby.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27842 a1c6a512-1295-4272-9138-f99709370657
2010-08-18 09:10:37 +00:00
..
beatbox Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
bitmaps Sudoku coloured number display 2010-07-22 08:48:32 +00:00
chessbox chessbox: fix 'i = i++', based on gnuchess4.0-pl80 2010-07-04 13:27:50 +00:00
clock S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
doom doom: fix types mismatch spotted by gcc 4.5.1 2010-08-01 16:39:03 +00:00
fft Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
fractals Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
frotz Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and a bit further cleanup in main gets rid of a warning when compiling for android. 2010-08-12 13:38:25 +00:00
goban Rename/change SIMVER to APP_TYPE in the Makefiles. 2010-07-10 13:49:49 +00:00
imageviewer Revert accidental commit of "%z" support in r26071 (the implementation assumed size_t==long, which is not always the case in hosted environments) 2010-07-18 12:42:47 +00:00
lib strncpy.c / assert.h : need to include _ansi.h 2010-07-25 14:53:06 +00:00
lua lua: make DEBUG undefined by default, as doc states 2010-07-11 16:46:45 +00:00
midi Replace remaining printf in midi plugin (fix yellow/red) 2010-07-25 19:47:07 +00:00
mpegplayer mpegplayer mad: apply r27655 fix 2010-08-01 16:38:58 +00:00
pacbox PacBox: Premultiply sound prom data on load rather than during emulation. Use 16-bit data for 'raw' output instead of int. 2010-07-01 03:57:37 +00:00
pdbox pdbox: disable strict aliasing optimizations since pdbox breaks the strict aliasing rules which causes warnings. 2010-07-23 08:56:18 +00:00
pictureflow Rename/change SIMVER to APP_TYPE in the Makefiles. 2010-07-10 13:49:49 +00:00
reversi Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
rockboy Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
searchengine Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
shortcuts Revert accidental commit of "%z" support in r26071 (the implementation assumed size_t==long, which is not always the case in hosted environments) 2010-07-18 12:42:47 +00:00
sudoku Save the scratchpad state in Sudoku plugin (FS#5737). 2010-06-06 10:59:29 +00:00
text_viewer text_viewer: remove unneeded code. 2010-07-12 13:38:40 +00:00
zxbox Rename/change SIMVER to APP_TYPE in the Makefiles. 2010-07-10 13:49:49 +00:00
alarmclock.c Fix typo that made alarmclock exit immediately and add scrollwheel actions. 2010-05-28 21:08:52 +00:00
alpine_cdc.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
battery_bench.c battery_bench: make log time start at 0 (since plugin started) 2010-07-07 18:17:37 +00:00
bench_mem_jpeg.c
bench_scaler.c
blackjack.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
boomshine.lua
bounce.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
brickmania.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
bubbles.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
BUILD_OVERLAY Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
calculator.c Move math.h to firmware/libc/include/ and fix slight incompatibilities between our and the host's math.h 2010-05-14 12:43:45 +00:00
calendar.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
CATEGORIES FS10820 - Shopper, a shopping list plugin by Daniel Rigby. 2010-08-18 09:10:37 +00:00
chessbox.c Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes 2010-05-18 14:14:53 +00:00
chessclock.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
chip8.c Fix yellows and reds (one was a type, the other was rather incorrect before already) 2010-06-21 17:10:22 +00:00
chopper.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
clix.c
codebuster.c Fix a data abort in codebuster. 2010-05-20 18:09:41 +00:00
credits.c
credits.pl
crypt_firmware.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
cube.c Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
demystify.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
dice.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
dict.c add simple text viewer to pluginlib and use this for dict to show description. 2010-06-08 11:07:36 +00:00
disktidy.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
disktidy.config
elfdep.pl
euroconverter.c
fire.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
fireworks.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
firmware_flash.c Only build firmware_flash plugin on archos 2010-05-31 00:02:20 +00:00
flipit.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
goban.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
greyscale.c
helloworld.c
helloworld.lua
invadrox.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
iriver_flash.c Generate C file / header for svn version string 2010-05-27 09:41:46 +00:00
iriverify.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
jackpot.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
jewels.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
keybox.c FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox 2010-05-13 22:21:09 +00:00
lamp.c
logo.c Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote to the logo plugin. Fixes a warning when building with gcc 4.4.4. 2010-07-23 20:20:40 +00:00
lrcplayer.c s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/ 2010-07-24 10:51:58 +00:00
matrix.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
maze.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
mazezam.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
md5sum.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
metronome.c metronome: fix issue that backlight doesn't turn off. 2010-07-01 13:35:16 +00:00
minesweeper.c minesweeper: bugfixes / code improvements 2010-06-19 08:06:31 +00:00
mosaique.c Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
mp3_encoder.c mp3_encoder: fix a typo, put uninitialized variable in BSS 2010-05-18 10:23:32 +00:00
nim.c
oscilloscope.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
pegbox.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
pictureflow.c
pitch_detector.c e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below are being a bear as far as minor crackling at higher amplitude-- leave them out for the time being since no solution is currently evident. 48, 44, 32 (rec rates 24, 22, 16) seem perfectly fine. I'm betting c200 is ok to include because it uses the same setup as e200. 2010-06-26 10:07:17 +00:00
plasma.c Convert plasma to use pluginlib actions. 2010-06-22 22:03:17 +00:00
plugin.lds Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, and a small increase in battery life. 2010-05-31 21:00:25 +00:00
plugins.make Rename/change SIMVER to APP_TYPE in the Makefiles. 2010-07-10 13:49:49 +00:00
pong.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
ppmviewer.c ppmviewer/rockpaint: do not steal the audiobuffer (and stop playback) if the plugin buffer is large enough 2010-06-10 19:46:14 +00:00
properties.c
random_folder_advance_config.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
remote_control.c
robotfindskitten.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
rockblox.c Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
rockblox1d.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
rockbox-fonts.config
rockbox_flash.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
rockboy.c Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes 2010-05-18 14:14:53 +00:00
rocklife.c S#10387 - Rework pluginlib actions 2010-05-20 17:41:28 +00:00
rockpaint.c ppmviewer/rockpaint: do not steal the audiobuffer (and stop playback) if the plugin buffer is large enough 2010-06-10 19:46:14 +00:00
search.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
settings_dumper.c Generate C file / header for svn version string 2010-05-27 09:41:46 +00:00
shopper.c FS10820 - Shopper, a shopping list plugin by Daniel Rigby. 2010-08-18 09:10:37 +00:00
sliding_puzzle.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
snake.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
snake2.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
snake2.levels
snow.c Convert some more stuff to mylcd_ and support pgfx as well. 2010-06-04 13:22:50 +00:00
sokoban.c plugins: changes for targets with small plugin buffer (Clipv1) 2010-05-18 12:46:53 +00:00
sokoban.levels
solitaire.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sort.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
SOURCES FS10820 - Shopper, a shopping list plugin by Daniel Rigby. 2010-08-18 09:10:37 +00:00
spacerocks.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
splitedit.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
star.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
starfield.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
stats.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
stopwatch.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
stopwatch.lua
SUBDIRS rockboy: simplify build condition 2010-07-21 06:05:51 +00:00
superdom.c use int instead of enum. 2010-06-18 13:33:22 +00:00
test_boost.c test_boost: fix r25464: button_get() can't be used with actions 2010-04-05 10:08:00 +00:00
test_codec.c Commit FS#11458 by me. Fixes test_codec to work on files larger then the available audio buffer. Allows test_codec to work normally on the AMS Sansas as well as D2, etc. 2010-07-06 00:11:30 +00:00
test_core_jpeg.c fix warrnings in test_core_jpeg.c and test_mem_jpeg.c 2010-08-08 20:07:21 +00:00
test_disk.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
test_fps.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
test_gfx.c test_gfx preprocessing needs to be rearranged a little different so mylcd defaults to core graphics unless greylib is being tested. 2010-06-04 13:54:35 +00:00
test_grey.c Add interpolation so output file contains lcdlinear[] matrix dump 2010-06-16 09:12:46 +00:00
test_greylib_bitmap_scale.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
test_mem.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
test_mem_jpeg.c fix warrnings in test_core_jpeg.c and test_mem_jpeg.c 2010-08-08 20:07:21 +00:00
test_resize.c Fix test_resize 2010-05-20 20:49:04 +00:00
test_sampr.c
test_scanrate.c HD200 - implement blit functions 2010-04-30 14:13:52 +00:00
test_touchscreen.c
test_viewports.c
test_viewports.lua
text_editor.c text_editor: make functions and variables static. slightly reduce plugin size. 2010-07-12 14:29:40 +00:00
theme_remove.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
vbrfix.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
video.c
viewers.config FS10820 - Shopper, a shopping list plugin by Daniel Rigby. 2010-08-18 09:10:37 +00:00
vu_meter.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
wav2wv.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
wavplay.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wavrecord.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wavview.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wormlet.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
xobox.c Add MPIO HD200 port - changed files 2010-04-26 21:40:00 +00:00
zxbox.c Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes 2010-05-18 14:14:53 +00:00