rockbox/apps/plugins
2006-12-21 02:33:01 +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
doom Oops. Forgot rockmacros.h. 2006-12-18 17:49:04 +00:00
lib Beginnings of a fixed point math library for use in plugins. fsincos() only for now, mostly copied from eq.c 2006-12-10 23:04:05 +00:00
midi More ADSR related voodoo. Hopefully will get to patch prescaler soon. 2006-10-03 23:27:44 +00:00
mpegplayer FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
pacbox FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +00:00
rockboy add gigabeat button defines 2006-12-05 10:09:07 +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 force sane colours on sudoku so the board is viewable on light-on-dark themes 2006-12-18 02:33:39 +00:00
zxbox After FS#6357 I see that I left an unneeded call to pcm_play_stop in zxbox.c when adding PLUGIN_IRAM_INIT. 2006-11-26 19:57:40 +00:00
alpine_cdc.c Lil' tweak to plugins using remove_thread. Just use remove_thread(NULL) to have a thread remove itself. No subsequent yield() is needed either. Small Note: in current scheduler implementation it safe to call remove_thread IFF 1) thread removes itself 2) its state is known to be running (1 implies 2) as any objects with the waiting removed thread will be corrupted (m->thread, q->thread no longer valid or no longer same object if recycled, etc.). 2006-12-21 02:33:01 +00:00
battery_bench.c Lil' tweak to plugins using remove_thread. Just use remove_thread(NULL) to have a thread remove itself. No subsequent yield() is needed either. Small Note: in current scheduler implementation it safe to call remove_thread IFF 1) thread removes itself 2) its state is known to be running (1 implies 2) as any objects with the waiting removed thread will be corrupted (m->thread, q->thread no longer valid or no longer same object if recycled, etc.). 2006-12-21 02:33:01 +00:00
bounce.c Bounce demo: * Fixed title splash, this was broken for ages. * Fixed both boucing/ scrolling text and background clock (RTC targets only) to properly work for all resolutions, using the new fixedpoint math library. * Coloured scrolltext no longer changes the colour of the background clock. * Some more slight fixes, and preparations for resolution dependent font bitmap. 2006-12-10 23:03:34 +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 fix the analog clock on 'portrait' screens 2006-12-05 10:13:14 +00:00
credits.c fix scroll speed on the gigabeat 2006-08-09 13:25:19 +00:00
credits.pl
cube.c Cube: Keep main colours and backdrop. 2006-11-26 18:41:09 +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 Always use a black backgound while displaying images in jpegviewer, and use the usual foreground/background colors and backdrop in the jpegviewer menu 2006-12-07 17:23:52 +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 metronome sync button 2006-12-04 01:04:14 +00:00
midi2wav.c
midiplay.c FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +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 FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +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 FS#6357, patch 1: let iramcopy and bss share the same space in codecs and 2006-11-26 18:31:41 +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
properties.c Bugfix: recursive directory properties could not be aborted 2006-12-13 19:52:08 +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 File and (recursive) directories properties in the file browser context menu. Uses dircache if possible (plugin api expanded). Is actually implemented as plugin. Small parts taken from earlier work by Will Robertson. 2006-11-30 22:29:48 +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 Starfield should be white on black on colour targets, and disable backdrops. 2006-11-26 18:26:31 +00:00
stats.c Add "m4b" to the list of supported filename extensions. 2006-12-08 13:55:14 +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 1) Delete unused files from old database and old gui files 2) Remove unneccesary includes of the old database header 3) Delete the deprecated databox plugin 2006-12-11 20:21:36 +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 File and (recursive) directories properties in the file browser context menu. Uses dircache if possible (plugin api expanded). Is actually implemented as plugin. Small parts taken from earlier work by Will Robertson. 2006-11-30 22:29:48 +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 Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. 2006-11-27 02:16:32 +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