rockbox/apps/plugins
Daniel Ankers 242cbd5cd7 Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11569 a1c6a512-1295-4272-9138-f99709370657
2006-11-22 00:41:30 +00:00
..
bitmaps Height doesn't matter 2006-11-10 07:54:48 +00:00
chessbox Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
databox Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
doom SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. 2006-11-18 02:18:29 +00:00
lib grr.. forgot to add these files 2006-11-19 14:19:15 +00:00
midi More ADSR related voodoo. Hopefully will get to patch prescaler soon. 2006-10-03 23:27:44 +00:00
mpegplayer SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. 2006-11-18 02:18:29 +00:00
pacbox SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. 2006-11-18 02:18:29 +00:00
rockboy SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. 2006-11-18 02:18:29 +00:00
searchengine Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
sudoku Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
zxbox SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. 2006-11-18 02:18:29 +00:00
alpine_cdc.c * give tsr plugins the choice to quit or not 2006-10-31 11:17:00 +00:00
battery_bench.c player doesnt have lcd_update()... grr! 2006-10-31 11:34:46 +00:00
bounce.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
brickmania.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
bubbles.c fix bubbles for good this time. 2006-11-18 13:42:09 +00:00
calculator.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
calendar.c
chessbox.c
chessclock.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
chip8.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
clock.c * Move checkbox to plugin api (core never uses it) 2006-11-19 14:11:42 +00:00
credits.c
credits.pl
cube.c Don't need to remove the backdrop for all plugins - leave it up for some. 2006-11-15 06:14:27 +00:00
demystify.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
dice.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
dict.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
disktidy.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
elfdep.pl
euroconverter.c
fire.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
firmware_flash.c
flipit.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
grayscale.c
helloworld.c
iriver_flash.c Don't corrupt the original firmware when updating bootloader. 2006-10-16 08:34:48 +00:00
iriverify.c
jackpot.c
jewels.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
jpeg.c * Move checkbox to plugin api (core never uses it) 2006-11-19 14:11:42 +00:00
logo.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
Makefile Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
mandelbrot.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
metronome.c fix ondio keys, and tempo +/- on all targets 2006-11-17 00:50:35 +00:00
midi2wav.c
midiplay.c SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. 2006-11-18 02:18:29 +00:00
minesweeper.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
mosaique.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
mp3_encoder.c SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two macros for declaring and initializing IRAM. Plugins should use these instead. See mp3_encoder, doom, etc. for details. Further tweaks in buffer restoration after other use. Hiding of some interfaces that should only be used by buffer management. 2006-11-18 02:18:29 +00:00
nim.c
oscilloscope.c Don't need to remove the backdrop for all plugins - leave it up for some. 2006-11-15 06:14:27 +00:00
plasma.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
plugin.lds Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate 2006-11-22 00:41:30 +00:00
pong.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
random_folder_advance_config.c dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
rockblox.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
rockbox_flash.c
rockboy.c
rockpaint.c Don't need to remove the backdrop for all plugins - leave it up for some. 2006-11-15 06:14:27 +00:00
search.c
sliding_puzzle.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
snake.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
snake2.c didn't include the frequency stuff in snake2 2006-11-15 06:58:08 +00:00
snake2.levels
snow.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
sokoban.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
sokoban.levels
solitaire.c Solitaire: Repair card border and selection frame. Would it be better to make the playfield background always green again? 2006-11-19 22:49:37 +00:00
sort.c
SOURCES Stop building the favourites plugin, as the same feature is duplicated with the playlist catalog command 2006-10-27 11:35:34 +00:00
spacerocks.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
splitedit.c please, oh please give me a green build so I can goto bed 2006-11-19 14:39:02 +00:00
star.c Don't need to remove the backdrop for all plugins - leave it up for some. 2006-11-15 06:14:27 +00:00
starfield.c Don't need to remove the backdrop for all plugins - leave it up for some. 2006-11-15 06:14:27 +00:00
stats.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
stopwatch.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
SUBDIRS Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. 2006-09-15 11:11:16 +00:00
test_fps.c
test_scanrate.c Test plugin for measuring the internal scan rate of the LCD, for developers. B&W and greyscale only for now - needs lcd_blit(). 2006-08-28 00:01:14 +00:00
text_editor.c dont allow the volume setting to wrap 2006-11-06 10:11:51 +00:00
vbrfix.c
video.c please, oh please give me a green build so I can goto bed 2006-11-19 14:39:02 +00:00
viewer.c * Move checkbox to plugin api (core never uses it) 2006-11-19 14:11:42 +00:00
viewers.config Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. 2006-09-15 11:11:16 +00:00
vu_meter.c Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
wav2wv.c
wavplay.c
wormlet.c Hopefully clean up some errors 2006-11-15 06:46:35 +00:00
xobox.c Don't need to remove the backdrop for all plugins - leave it up for some. 2006-11-15 06:14:27 +00:00
zxbox.c Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable. 2006-09-15 11:11:16 +00:00