rockbox/apps/plugins
Jörg Hohensohn 86425855fc Ondio plugins+rombox enabled. The new SOURCES file allows us to gradually adapt the plugins to the Ondio keypad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5200 a1c6a512-1295-4272-9138-f99709370657
2004-10-07 06:51:22 +00:00
..
lib only compile files that are relevant 2004-10-05 07:58:54 +00:00
battery_test.c a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) 2004-09-28 22:13:26 +00:00
bounce.c Fixed USB handling, and brought back the special mode 2004-08-30 17:21:15 +00:00
calculator.c M+ always copied the power part of the result, even after performing an addition. 2004-08-21 22:57:07 +00:00
calendar.c Redesigned the button handling. The code now uses symbolic function defines instead of checking for specific buttons. This makes it easier to add support for new devices with different button layouts. 2004-09-19 21:58:37 +00:00
chessclock.c a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) 2004-09-28 22:13:26 +00:00
chip8.c Removed dead code 2004-07-26 14:54:57 +00:00
clock.c Show counter option is now saved to disk 2004-09-07 04:39:38 +00:00
cube.c
euroconverter.c Updated for the new configfile functions 2004-07-22 07:51:49 +00:00
favorites.c
firmware_flash.c New debug feature: Use the SH1 user break controller to catch illegal memory accesses 2004-08-30 19:52:45 +00:00
flipit.c
grayscale.c Const policed the grayscale lib & plugin 2004-08-03 20:57:06 +00:00
helloworld.c
jackpot.c
jpeg.c scrollbar() parameters were swapped 2004-07-09 07:04:45 +00:00
Makefile new SOURCES file that specifies which files to build in each dir, use 2004-10-04 13:03:33 +00:00
mandelbrot.c Fixed a warning 2004-06-16 21:13:40 +00:00
metronome.c a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) 2004-09-28 22:13:26 +00:00
minesweeper.c fixed comments, added linefeeds to chop some of the longest lines 2004-08-18 12:06:10 +00:00
mosaique.c
nim.c
oscillograph.c
plugin.lds
pong.c Move two steps on each move up/down. (Attempt to make it more playable after 2004-06-23 06:59:16 +00:00
rockblox.c Tetris is now Rockblox, to avoid trademark problems 2004-06-14 12:50:05 +00:00
rockbox_flash.c New debug feature: Use the SH1 user break controller to catch illegal memory accesses 2004-08-30 19:52:45 +00:00
search.c I totally wrecked the search functionality when i replaced strpcasecmp() with strcasecmp() 2004-07-26 23:28:37 +00:00
sliding_puzzle.c The check for solvable puzzles didn't use all squares. This fixes bug #911484. Now uses rand() instead of current_tick for randomizing. 2004-07-12 10:46:00 +00:00
snake.c
snake2.c Snake2: Changed the level file format, game B always starts from maze 1, plus some cosmetic changes 2004-07-16 08:22:32 +00:00
snake2.levels Snake2: Changed the level file format, game B always starts from maze 1, plus some cosmetic changes 2004-07-16 08:22:32 +00:00
snow.c
sokoban.c use the new path to the levels file, the daily build of tomorrow will make 2004-05-21 17:25:46 +00:00
sokoban.levels this is the levels file for sokoban 2004-05-21 17:15:10 +00:00
solitaire.c Patch #1011849 by Antoine Cellerier 2004-08-21 23:05:36 +00:00
sort.c Case insensitive sorting 2004-07-23 15:13:18 +00:00
SOURCES Ondio plugins+rombox enabled. The new SOURCES file allows us to gradually adapt the plugins to the Ondio keypad. 2004-10-07 06:51:22 +00:00
splitedit.c Added MAS3539F support (Ondio SP) 2004-09-29 19:51:41 +00:00
star.c
stopwatch.c a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) 2004-09-28 22:13:26 +00:00
vbrfix.c Added possibility to select the priority of the ID3 tags 2004-07-27 14:10:48 +00:00
video.c scrollbar() parameters were swapped 2004-07-09 07:04:45 +00:00
viewer.c a hell of a commit: changed several HAVE_xx configuration flags into multiple choice values (keypad, tuner, CPU, h/w codec) 2004-09-28 22:13:26 +00:00
viewers.config New viewer plugin, sorts a text (or playlist) file 2004-07-23 14:54:04 +00:00
vu_meter.c Made the VU meter work in the simulator again 2004-08-22 00:28:13 +00:00
wormlet.c