rockbox/apps/plugins
Linus Nielsen Feltzing 98c7b81471 Adapted to new event handling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4958 a1c6a512-1295-4272-9138-f99709370657
2004-07-27 06:19:01 +00:00
..
lib Removed the simulator build option 2004-07-23 21:10:13 +00:00
battery_test.c Adapted to the new event handling 2004-07-26 23:35:15 +00:00
bounce.c Adapted to the new event handler concept 2004-07-26 23:32:37 +00:00
calculator.c Removed lots of CR characters, and adapted to the new event handling 2004-07-26 23:34:42 +00:00
calendar.c Adapted to new event handling 2004-07-27 06:19:01 +00:00
chessclock.c Ooops, I declared a variable in the middle of the code. Shame on me. 2004-06-18 10:08:32 +00:00
chip8.c Removed dead code 2004-07-26 14:54:57 +00:00
clock.c Now you can exit the clock plugin again 2004-07-23 21:02:56 +00:00
cube.c I found several plugins to draw beyond screen boundary 2003-12-23 22:24:48 +00:00
euroconverter.c Updated for the new configfile functions 2004-07-22 07:51:49 +00:00
favorites.c The splash() function's second argument (keymask) is now removed, as it 2004-01-08 09:58:58 +00:00
firmware_flash.c Added a check to prevent the flash plugins being used (and crashing) if Rockbox runs directly in flash ROM. (You need to RoLo a .ajz before re-flashing.) 2004-07-20 22:54:04 +00:00
flipit.c Flipit couldn't handle large fonts very well. Now it uses the SYSFIXED font. 2003-11-20 01:05:47 +00:00
grayscale.c Adapted to new grayscale framework 2004-06-02 23:54:18 +00:00
helloworld.c The splash() function's second argument (keymask) is now removed, as it 2004-01-08 09:58:58 +00:00
jackpot.c Pierre Delore's jackpot game plugin for the Player/Studio 2003-07-24 09:40:15 +00:00
jpeg.c scrollbar() parameters were swapped 2004-07-09 07:04:45 +00:00
Makefile Added the apps/recorder dir to the include path for recorder builds 2004-07-08 13:12:16 +00:00
mandelbrot.c Fixed a warning 2004-06-16 21:13:40 +00:00
metronome.c Patch #958658, metronome uses plugin_register_timer now 2004-05-26 06:56:18 +00:00
mosaique.c Itai Shaked/pascal paillet (?) brought this mosaique plugin displaying 2004-01-08 13:09:45 +00:00
nim.c adjust to the new splash() 2004-01-08 12:00:58 +00:00
oscillograph.c
plugin.lds Suggestion by Magnus Holmgren: avoid odd bytecount for plugins 2003-08-04 19:13:42 +00:00
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 Added a check to prevent the flash plugins being used (and crashing) if Rockbox runs directly in flash ROM. (You need to RoLo a .ajz before re-flashing.) 2004-07-20 22:54:04 +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 Snake had font problems as well 2003-11-20 01:23:04 +00:00
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
sort.c Case insensitive sorting 2004-07-23 15:13:18 +00:00
star.c I found several plugins to draw beyond screen boundary 2003-12-23 22:24:48 +00:00
stopwatch.c The stop watch now inhibits the idle poweroff while counting 2004-07-12 08:10:55 +00:00
vbrfix.c Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. 2004-06-10 13:29:52 +00:00
video.c scrollbar() parameters were swapped 2004-07-09 07:04:45 +00:00
viewer.c The plugin API now supports ctype macros like tolower() and friends 2004-07-13 14:01:41 +00:00
viewers.config New viewer plugin, sorts a text (or playlist) file 2004-07-23 14:54:04 +00:00
vu_meter.c patch #908634 applied 2004-03-19 22:15:52 +00:00
wormlet.c