rockbox/apps/plugins
Antoine Cellerier c1703c3eed Remove 3G compile warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10563 a1c6a512-1295-4272-9138-f99709370657
2006-08-13 20:54:24 +00:00
..
bitmaps *: Enhance minesweeper graphics 2006-08-13 20:44:53 +00:00
chessbox Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
databox Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
doom Correct calculation of necessary buffer size to give maximum number of shades on iPod Mini. 2006-08-10 18:34:43 +00:00
lib Better implementation of the new greyscale algorithm. A bit faster (+2% on iPod and Archos, +7% on Iriver H1x0), and more straightforward. * Fixed garbage display when a plugin switches on the overlay before drawing anything. 2006-08-11 23:40:05 +00:00
midi == -> =. this should fix a build warning 2006-08-10 21:25:21 +00:00
mpegplayer Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an initial (untested) implementation for the Gigabeat 2006-08-12 09:27:26 +00:00
pacbox 'no voice' is -1 not 0 and menu_items does have a pointer 2006-08-11 12:48:36 +00:00
rockboy 'no voice' is -1 not 0 and menu_items does have a pointer 2006-08-11 12:48:36 +00:00
searchengine Moved the X5 button driver to the target tree 2006-07-27 13:27:31 +00:00
sudoku Fixing Sudoku menu to work properly with FS#5182 2006-08-12 13:43:20 +00:00
alpine_cdc.c Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. 2006-04-02 12:45:30 +00:00
battery_bench.c Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup. 2006-06-06 22:23:52 +00:00
bounce.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
brickmania.c repair x5 build 2006-08-03 20:40:37 +00:00
bubbles.c Patch #5731 by Barry Wardell: more iriver h10 work. Thanks! 2006-08-11 08:35:27 +00:00
calculator.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
calendar.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
chessbox.c Ooops, commit missing chessbox changes. Silly cvs... 2006-02-24 07:59:48 +00:00
chessclock.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
chip8.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
clock.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
credits.c fix scroll speed on the gigabeat 2006-08-09 13:25:19 +00:00
credits.pl Patch #1272052 by Henrik Backe - Move credits to a plugin 2005-09-02 05:39:09 +00:00
cube.c Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c 2006-08-07 01:46:42 +00:00
demystify.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
dice.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
dict.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
disktidy.c Patch #5731 by Barry Wardell: more iriver h10 work. Thanks! 2006-08-11 08:35:27 +00:00
elfdep.pl
euroconverter.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
favorites.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
fire.c Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c 2006-08-07 01:46:42 +00:00
firmware_flash.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
flipit.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
grayscale.c Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c 2006-08-07 01:46:42 +00:00
helloworld.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
iriver_flash.c Enabled iriver flashing plugin with additional safety checks, 2006-08-12 14:00:41 +00:00
iriverify.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
jackpot.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
jewels.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
jpeg.c 'no voice' is -1 not 0 and menu_items does have a pointer 2006-08-11 12:48:36 +00:00
logo.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
Makefile Moved the X5 button driver to the target tree 2006-07-27 13:27:31 +00:00
mandelbrot.c Mandelbrot: * Asm optimisation for arm targets. * Proper aspect for all LCD resolutions. * Keep proper aspect when zooming on targets where LCD_WIDTH and/or LCD_HEIGHT is not an integer multiple of 8. 2006-08-09 12:04:04 +00:00
metronome.c Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod. 2006-04-02 12:45:30 +00:00
midi2wav.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
midiplay.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
minesweeper.c Remove 3G compile warning 2006-08-13 20:54:24 +00:00
mosaique.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
mp3_encoder.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
nim.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
oscilloscope.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
plasma.c Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c 2006-08-07 01:46:42 +00:00
plugin.lds Iriver iFP7xx memory layout adjustment. 2006-08-12 22:43:44 +00:00
pong.c Pong! * adapt to FS#4761 * add pause button for non-holdswitch players * 2006-08-07 17:08:48 +00:00
rockbox_flash.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
rockboy.c Made the overlay loader code part of the plugin library. 2006-02-23 20:46:33 +00:00
rockpaint.c fix button mappings for the gigabeat 2006-08-09 13:25:43 +00:00
search.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
sliding_puzzle.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
snake.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
snake2.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
snake2.levels
snow.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
sokoban.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
sokoban.levels
solitaire.c Removed too much... 2006-08-11 09:14:35 +00:00
sort.c Use correct file mode when creating files. Fixes task 5452 2006-05-30 11:26:41 +00:00
SOURCES Do not compile flashing plugin for H300 to be sure nobody tries that 2006-08-12 15:24:09 +00:00
spacerocks.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
splitedit.c To avoid having to use the main unit when accidentally launching a plugin from the remote, plugins now support remote quit 2006-06-30 16:43:47 +00:00
star.c ...nither sleep(0.2). thanks FS#5509 for letting me believe it is 2006-08-10 20:56:09 +00:00
starfield.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
stats.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
stopwatch.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
SUBDIRS Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD resolutions. * Added vertical layout option with the scratchpad at the bottom (Gigabeat). * New Bitmaps for iPod Mini, iPod Video and Gigabeat, and slightly modified bitmaps for Archos, by Marianne Arnold. 2006-08-09 20:31:38 +00:00
test_fps.c FPS test: Made output better fit smaller screens. * Added remote LCD FPS measurement. 2006-04-11 19:29:01 +00:00
text_editor.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
vbrfix.c New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. 2006-01-15 18:20:18 +00:00
video.c Code Police raid. Mostly changed // comments and indented to Rockbox style. 2006-03-03 08:14:44 +00:00
viewer.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
viewers.config Bootloader support to search firmware also from flash. Bootloader <-> 2006-08-09 12:04:13 +00:00
vu_meter.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00
wav2wv.c Eliminate references to "long" types for 64-bit compiles; return audio data 2006-03-26 22:54:15 +00:00
wavplay.c WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec. 2006-03-26 23:00:24 +00:00
wormlet.c 'no voice' is -1 not 0 and menu_items does have a pointer 2006-08-11 12:48:36 +00:00
xobox.c Barry Wardell's keymappings for H10 2006-08-03 20:17:25 +00:00