rockbox/apps/plugins
Tomer Shalev 569bc33101 Fractals: Use defines for colors
This makes the code a bit more readable, and will allow me in the near future
to introduce support of more colors


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24236 a1c6a512-1295-4272-9138-f99709370657
2010-01-15 12:00:57 +00:00
..
beatbox More tabs removed 2010-01-03 11:12:31 +00:00
bitmaps Fix red. 2010-01-02 04:00:03 +00:00
chessbox Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
clock Clock: Fix rendering. 2009-09-04 04:13:38 +00:00
doom Accept FS #10271 by Christian Beier: Automatically disable voice upon rockdoom startup. 2009-12-18 04:25:56 +00:00
fractals Fractals: Use defines for colors 2010-01-15 12:00:57 +00:00
goban More tabs removed 2010-01-03 11:12:31 +00:00
jpeg jpeg,png: Change "Off: Quit." to "Show Menu: Quit." so that the message is less confusable. 2009-12-21 15:20:33 +00:00
lib pluginlib: Support calling a function at exit time to clean up open files 2010-01-05 22:17:32 +00:00
lua Lua: return nil when function failed instead of returning nothing 2009-10-29 17:13:36 +00:00
midi Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
mpegplayer mpegplayer: 2010-01-13 12:55:52 +00:00
pacbox Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
pdbox Make PDBox use the copy of TLSF in the codecs folder (and remove the old copy). 2009-09-23 18:36:13 +00:00
pictureflow Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
png jpeg,png: Change "Off: Quit." to "Show Menu: Quit." so that the message is less confusable. 2009-12-21 15:20:33 +00:00
reversi Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
rockboy Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
searchengine
shortcuts properties,shortcuts_view: enable the theme while showing list. 2009-12-21 13:32:43 +00:00
sudoku sudoku: fix FS#7772: Sudoku: "Solve" Crash. 2009-12-16 11:53:36 +00:00
zxbox Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
alpine_cdc.c
battery_bench.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
bench_mem_jpeg.c
bench_scaler.c
blackjack.c Simplify some boolean expressions that compare directly against 'true' 2010-01-02 16:03:30 +00:00
boomshine.lua Boomshine: 2009-12-06 15:58:18 +00:00
bounce.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
brickmania.c Brickmania: Change the drawing/collision detection to simplify position management. 2010-01-02 04:51:32 +00:00
bubbles.c Hide menu entries "Resume Game" and "Quit without Saving" if not available and clean up the code 2009-12-17 15:37:52 +00:00
calculator.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
calendar.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
CATEGORIES FS#10911 - Plugins: Fractals (formerly Mandelbrot) 2010-01-15 05:53:15 +00:00
chessbox.c
chessclock.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
chip8.c Fix warning in chip8 plugin for simulator builds 2010-01-03 13:20:42 +00:00
chopper.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
clix.c Simplify some expressions using the ? operator 2010-01-01 22:47:25 +00:00
codebuster.c codebuster: save settings only if they are changed. 2009-12-20 14:00:38 +00:00
credits.c
credits.pl
crypt_firmware.c Correct Id keyword and add svn:keywords property. 2009-10-25 13:40:24 +00:00
cube.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
demystify.c
dice.c Dice: Prevent a divide by 0 2009-12-04 04:45:22 +00:00
dict.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
disktidy.c Fix FS#10289 - screens showing a list need to check the show_icons setting before setting the callback. the List will now always draw icons if a callback is set (like its always done for voice) 2009-12-16 08:36:46 +00:00
disktidy.config
elfdep.pl
euroconverter.c
fire.c Fix STRIDE macro for multiscreen and add stride support for picture lib. 2009-09-04 00:46:24 +00:00
fireworks.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
firmware_flash.c fix more red 2009-11-22 19:30:14 +00:00
flipit.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
goban.c
greyscale.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
helloworld.c
helloworld.lua
invadrox.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
iriver_flash.c Fix reds. 2009-11-22 19:08:29 +00:00
iriverify.c Check if parameter is NULL in plugins which only works as viewer. 2009-07-29 13:56:23 +00:00
jackpot.c Fix STRIDE macro for multiscreen and add stride support for picture lib. 2009-09-04 00:46:24 +00:00
jewels.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
keybox.c keybox: fix issue when deleted all items. 2009-08-29 14:57:23 +00:00
lamp.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
logo.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
lua.c
matrix.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
maze.c
mazezam.c small fixes for mazezam. 2009-08-06 13:21:08 +00:00
md5sum.c
metronome.c Fix FS#10546 - metronome doesn't work on h1xx/h3xx. 2009-11-17 22:10:22 +00:00
minesweeper.c Add bitmaps for correct and wrong flags when showing the full board. (Feel free to change the graphics) 2009-12-30 19:00:33 +00:00
mosaique.c make sure plugin reset backlight setting before exit. do code polish. 2009-12-18 14:17:28 +00:00
mp3_encoder.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
nim.c
oscilloscope.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
pegbox.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
pictureflow.c
pitch_detector.c Fix division by 0 by clamping freq value a little higher, some minor style and whitespace changes 2009-12-05 01:00:47 +00:00
plasma.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
plugin.lds Onda VX747/VX777: cleanup linker files a bit 2010-01-03 16:34:56 +00:00
plugins.make Add Lua support to plugins Makefile 2009-10-28 22:48:22 +00:00
pong.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
ppmviewer.c PPM viewer - initial support for vertical strides - scaler needs to be modified for full support. 2009-10-08 04:52:44 +00:00
properties.c properties,shortcuts_view: enable the theme while showing list. 2009-12-21 13:32:43 +00:00
random_folder_advance_config.c Simplify some boolean expressions that compare directly against 'true' 2010-01-02 16:03:30 +00:00
remote_control.c
robotfindskitten.c make sure plugin reset backlight setting before exit. do code polish. 2009-12-18 14:17:28 +00:00
rockblox.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
rockblox1d.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
rockbox-fonts.config New plugin theme_remove which offers a way to remove specified theme. 2009-10-12 13:55:59 +00:00
rockbox_flash.c
rockboy.c
rocklife.c make sure plugin reset backlight setting before exit. do code polish. 2009-12-18 14:17:28 +00:00
rockpaint.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
search.c plugin: search,sort: Handle UTF-8 BOM at the start of file. 2009-12-20 12:59:25 +00:00
settings_dumper.c
sliding_puzzle.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
snake.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
snake2.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
snake2.levels
snow.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
sokoban.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
sokoban.levels
solitaire.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
sort.c plugin: search,sort: Handle UTF-8 BOM at the start of file. 2009-12-20 12:59:25 +00:00
SOURCES FS#10911 - Plugins: Fractals (formerly Mandelbrot) 2010-01-15 05:53:15 +00:00
spacerocks.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
splitedit.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
star.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
starfield.c Simplify some boolean expressions that compare directly against 'true' 2010-01-02 16:03:30 +00:00
stats.c Simplify some boolean expressions that compare directly against 'true' 2010-01-02 16:03:30 +00:00
stopwatch.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
stopwatch.lua Add stopwatch plugin replacement for touchscreen targets 2009-12-16 14:23:13 +00:00
SUBDIRS FS#10911 - Plugins: Fractals (formerly Mandelbrot) 2010-01-15 05:53:15 +00:00
superdom.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
test_boost.c
test_codec.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
test_core_jpeg.c
test_disk.c
test_fps.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
test_gfx.c
test_grey.c test_grey.c : use left/right on YH920 instead of rew/ff 2009-10-03 13:23:36 +00:00
test_greylib_bitmap_scale.c Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me. 2009-08-04 03:08:32 +00:00
test_mem_jpeg.c
test_resize.c
test_sampr.c Fix test_sampr for the changes in r22440 2009-09-12 08:00:52 +00:00
test_scanrate.c Samsung YH920 : measured lcd scanrate is 69.7Hz => round to 70Hz 2009-10-03 13:05:13 +00:00
test_touchscreen.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
test_viewports.c
test_viewports.lua
text_editor.c make sure plugin reset backlight setting before exit. do code polish. 2009-12-18 14:17:28 +00:00
theme_remove.c theme remove: add sbs to remove list. 2009-11-07 14:13:38 +00:00
vbrfix.c
video.c
viewer.c make sure plugin reset backlight setting before exit. do code polish. 2009-12-18 14:17:28 +00:00
viewers.config New plugin theme_remove which offers a way to remove specified theme. 2009-10-12 13:55:59 +00:00
vu_meter.c vumeter: Remove unused defines 2009-12-16 15:57:07 +00:00
wav2wv.c
wavplay.c
wavrecord.c
wavview.c
wormlet.c Cowon D2: Rename COWOND2_PAD -> COWON_D2_PAD to match macro used in manual, and 2009-12-15 20:51:41 +00:00
xobox.c xobox: show game stats when finishing level 2010-01-02 19:48:14 +00:00
zxbox.c