rockbox/apps/plugins
Jonathan Gordon cf1cef5f57 minor update to gui_synclist_do_button() which will hopefully simplify things later.
Now returns true if the action was handled in that function instead of returning the handled action.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14733 a1c6a512-1295-4272-9138-f99709370657
2007-09-17 10:08:50 +00:00
..
bitmaps Sudoku: Optionally display coloured numbers on colour targets. 2007-09-16 18:46:39 +00:00
chessbox minor update to gui_synclist_do_button() which will hopefully simplify things later. 2007-09-17 10:08:50 +00:00
clock Clock: * Correct aspect ratio on archos recorders (target only, checking for LCD type). * Don't let the hands vanish if they are thin. 2007-08-12 15:50:07 +00:00
doom Sim I/O and threading that runs more like on target. Tweakable if any genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO. 2007-09-08 12:20:53 +00:00
lib minor update to gui_synclist_do_button() which will hopefully simplify things later. 2007-09-17 10:08:50 +00:00
midi Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
mpegplayer Repair mpegplayer on 64 bit sims. No reason for doing fancy bitshifting opts, this is all compile time... 2007-09-09 22:47:28 +00:00
pacbox Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
reversi Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
rockboy Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
searchengine General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. 2007-04-21 18:38:25 +00:00
shortcuts minor update to gui_synclist_do_button() which will hopefully simplify things later. 2007-09-17 10:08:50 +00:00
sudoku Sudoku: Optionally display coloured numbers on colour targets. 2007-09-16 18:46:39 +00:00
zxbox Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
alpine_cdc.c Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
battery_bench.c battery_bench: Fix battery voltage logging for voltages >4.095V by separating the flags from voltage. 2007-09-09 20:46:45 +00:00
blackjack.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
bounce.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
brickmania.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
bubbles.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
calculator.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
calendar.c Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
CATEGORIES Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another. 2007-09-03 22:24:26 +00:00
chessbox.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
chessclock.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
chip8.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
chopper.c code police (and commit test) 2007-09-12 22:04:19 +00:00
credits.c Credits: better counter when scrolling manually 2007-09-06 22:32:46 +00:00
credits.pl
cube.c plugins code cleanup : moved the duplicated fixed point table loockup based sinus/cosinus functions to fixedpoint.c, removed the bmp size definition in the clock.c|-(useless as the size is already defined in a .h generated with every bitmaps ...) 2007-07-31 04:59:03 +00:00
demystify.c Demystify plugin would have crashed ... 2007-07-19 04:28:10 +00:00
dice.c FS#7478 (heavily modified by me). 2007-07-25 13:08:12 +00:00
dict.c Accept FS #7559. Update dict plugin to new locations. 2007-08-08 23:32:35 +00:00
disktidy.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
elfdep.pl
euroconverter.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
fire.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
fireworks.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
firmware_flash.c Missed a couple. Hopefully fix all warnings. 2007-04-21 19:07:15 +00:00
flipit.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
grayscale.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
helloworld.c
invadrox.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
iriver_flash.c Missed a couple. Hopefully fix all warnings. 2007-04-21 19:07:15 +00:00
iriverify.c Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify 2007-07-25 09:38:55 +00:00
jackpot.c makes the slot wheels turn faster in the jackpot plugin for the bitmap targets 2007-08-05 12:23:16 +00:00
jewels.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
jpeg.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
logo.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
Makefile
mandelbrot.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
maze.c Code police and keep backlight on while in mazezam 2007-09-10 22:55:10 +00:00
mazezam.c Code police and keep backlight on while in mazezam 2007-09-10 22:55:10 +00:00
metronome.c Fixed the metronome plugin crashing on target. Fixes <a href='http://www.rockbox.org/tracker/task/7421'>FS#7421</a> 2007-07-29 05:30:04 +00:00
metronome.h Use multi-screen api for metronome plugin, and made it run in the simulator by implementing the timer functions 2007-07-29 03:43:37 +00:00
midi2wav.c Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
midiplay.c Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
minesweeper.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
mosaique.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
mp3_encoder.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
nim.c Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. 2007-04-06 22:55:00 +00:00
oscilloscope.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
plasma.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
plugin.lds
pong.c Prevent pong from crashing in 64 bit simulator 2007-08-01 23:42:41 +00:00
properties.c minor update to gui_synclist_do_button() which will hopefully simplify things later. 2007-09-17 10:08:50 +00:00
random_folder_advance_config.c minor update to gui_synclist_do_button() which will hopefully simplify things later. 2007-09-17 10:08:50 +00:00
rockblox.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
rockbox_flash.c Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
rockboy.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
rocklife.c propset svn:keywords Id 2007-06-29 19:45:00 +00:00
rockpaint.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
search.c didn't saw the warning 2007-08-07 14:09:12 +00:00
sliding_puzzle.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
snake.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
snake2.c Clean up hard-coded paths 2007-09-10 09:46:36 +00:00
snake2.levels
snow.c Accept FS#2821 - add some colour to the snow plugin 2007-08-01 13:36:37 +00:00
sokoban.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
sokoban.levels Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the default level file back to the previous filename) 2007-06-29 19:52:13 +00:00
solitaire.c Let solitaire save its settings when performing shutdown from inside the game or menu 2007-08-10 22:48:55 +00:00
sort.c Missed a couple. Hopefully fix all warnings. 2007-04-21 19:07:15 +00:00
SOURCES Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another. 2007-09-03 22:24:26 +00:00
spacerocks.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
splitedit.c General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds. 2007-04-21 18:38:25 +00:00
star.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
starfield.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
stats.c FS#2735 - stats plugin now shows the number of files in the biggest directory 2007-07-31 12:57:22 +00:00
stopwatch.c Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet. 2007-07-27 09:57:27 +00:00
SUBDIRS Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another. 2007-09-03 22:24:26 +00:00
superdom.c FS#7536 - Make the superdom score calculation more elegant - thanks to Johnathon Mihalop 2007-08-05 09:20:20 +00:00
test_codec.c FS #7286. Do correct rounding of final 16 bit samples before sending to DAC, for you golden-eared people. 2007-08-29 14:32:52 +00:00
test_disk.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
test_fps.c Make test_disk and test_fps plugins compile for the simulator. 2007-08-05 20:41:49 +00:00
test_sampr.c Fix small preprocessor goofup. 2007-06-09 00:35:07 +00:00
test_scanrate.c Make test_scanrate.rock build for M5. 2007-08-10 10:39:23 +00:00
text_editor.c minor update to gui_synclist_do_button() which will hopefully simplify things later. 2007-09-17 10:08:50 +00:00
vbrfix.c Missed a couple. Hopefully fix all warnings. 2007-04-21 19:07:15 +00:00
video.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
viewer.c fix two bugs related to no-existing settings/bookmark files and simplify the viewer_load_settings() function in the process. 2007-09-13 00:18:28 +00:00
viewers.config Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another. 2007-09-03 22:24:26 +00:00
vu_meter.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00
wav2wv.c Missed a couple. Hopefully fix all warnings. 2007-04-21 19:07:15 +00:00
wavplay.c Missed a couple. Hopefully fix all warnings. 2007-04-21 19:07:15 +00:00
wavrecord.c Wavrecord: Let the menu start at the most convenient item. 2007-05-28 08:32:55 +00:00
wavview.c Missed a couple. Hopefully fix all warnings. 2007-04-21 19:07:15 +00:00
wormlet.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
xobox.c Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently. 2007-08-16 23:01:18 +00:00
zxbox.c Accept FS#5464 - organise the rocks directory. 2007-08-06 13:42:52 +00:00