rockbox/apps/plugins
William Wilgus 2456d28e21 [BugFix] open_plugin didn't recognize opx shortcuts
opx shortcuts allow an easy way to add parameters to plugins
you should be able to set them as shortcuts now

the plugin hd a use after free bug on the dat file file descriptor

Change-Id: I5fe3b0628e7da003c03b9b54f5788b0d0dbfea74
2023-03-30 01:04:51 -04:00
..
beatbox
bitmaps Fix red in 9bd5249 2023-01-06 06:38:57 +01:00
chessbox plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
clock plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
doom plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
fft plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
fractals plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
frotz keyboard add ability to specify temporary custom layouts 2020-07-22 06:48:28 -04:00
goban
imageviewer plugins: Simplify plugin/codec API versioning 2023-03-21 16:23:54 -04:00
lib plugins: Simplify plugin/codec API versioning 2023-03-21 16:23:54 -04:00
lua lua: rocklib_events fix 2023-01-02 13:38:08 -05:00
lua_scripts random_playlist.lua make index more sparse 2021-12-08 22:09:16 -05:00
midi New port: Shanling Q1 native 2021-07-13 22:01:33 +01:00
mikmod Add perceptual volume adjustment 2023-01-22 21:19:57 +00:00
mpegplayer Fix unified syntax in ARM inline assembly 2023-03-23 18:16:33 +00:00
pacbox plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
pdbox pdbox: Move core thread off COP 2023-01-29 07:15:40 -05:00
pictureflow playlist: Simplify playlist modified detection 2023-03-23 13:01:23 -04:00
puzzles plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
reversi
rockboy settings: Remove setting ID return from find_setting() 2022-12-17 13:36:38 +00:00
sdl Add perceptual volume adjustment 2023-01-22 21:19:57 +00:00
searchengine [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
shortcuts gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
sudoku
text_viewer Remove browse_context_init() 2022-12-17 13:36:38 +00:00
xworld settings: Remove setting ID return from find_setting() 2022-12-17 13:36:38 +00:00
zxbox New port: Shanling Q1 native 2021-07-13 22:01:33 +01:00
2048.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
alarmclock.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
announce_status.c [Feature] resume TSR plugins after interruption WIP 2023-03-25 10:02:43 -04:00
battery_bench.c [Feature] resume TSR plugins after interruption WIP 2023-03-25 10:02:43 -04:00
bench_mem_jpeg.c
bench_scaler.c
blackjack.c
boomshine.lua
bounce.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
brickmania.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
bubbles.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
BUILD_OVERLAY Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
calculator.c
calendar.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
CATEGORIES Revert "RFC: Get rid of mpegplayer plugin" 2022-10-13 11:08:11 -04:00
chessbox.c
chessclock.c
chip8.c New port: Shanling Q1 native 2021-07-13 22:01:33 +01:00
chopper.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
clix.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
codebuster.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
credits.c plugins: Credits: Fix logo sizes 2023-01-05 23:45:41 -05:00
credits.pl
crypt_firmware.c
cube.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
db_folder_select.c
demystify.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
dice.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
dict.c keyboard add ability to specify temporary custom layouts 2020-07-22 06:48:28 -04:00
disktidy.c [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
disktidy.config Revert r31239 and r31250. Selecting ALL in disktidy used to be generally safe for most people, and these changes change that, making it easy to delete most or all of a user's music. This is a *very* bad idea. 2011-12-26 00:03:28 +00:00
duke3d.c
elfdep.pl
fire.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
fireworks.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
flipit.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
goban.c
greyscale.c
helloworld.c
helloworld.lua
invadrox.c Define LCD_STRIDEFORMAT unconditionally 2022-09-30 10:42:49 +01:00
iriver_flash.c
iriverify.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
jackpot.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
jewels.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
keybox.c gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
keyremap.c Add locked actions to all soft lock targets 2023-01-02 13:19:43 -05:00
lamp.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
lastfm_scrobbler.c [Feature] resume TSR plugins after interruption WIP 2023-03-25 10:02:43 -04:00
logo.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
lrcplayer.c Add perceptual volume adjustment 2023-01-22 21:19:57 +00:00
lua_scripts.lua
main_menu_config.c gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
matrix.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
maze.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
mazezam.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
md5sum.c
metronome.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
minesweeper.c
mosaique.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
mp3_encoder.c
multiboot_select.c plugins: Add multiboot select plugin 2022-04-16 14:36:39 +01:00
open_plugins.c [BugFix] open_plugin didn't recognize opx shortcuts 2023-03-30 01:04:51 -04:00
oscilloscope.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
otp.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
pegbox.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
periodic_table.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
pictureflow.c
pitch_detector.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
pitch_screen.c wps.c cleanup gui_show_wps 2022-12-14 22:35:33 -05:00
pixel-painter.lua
plasma.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
plugin.lds
plugin_crt0.c apps: Add ability to do a clean reboot 2022-04-16 14:36:39 +01:00
plugins.make rb_info plugin and button,action+context name helper 2021-11-22 21:39:45 -05:00
pong.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
properties.c database: make parent tables work with plugin 2023-01-19 15:56:35 -05:00
quake.c
random_folder_advance_config.c gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
rb_info.c gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
remote_control.c
resistor.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
robotfindskitten.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
rockblox.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
rockblox1d.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
rockbox-fonts.config
rockboy.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00
rocklife.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
rockpaint.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
search.c
settings_dumper.c EQ settings: Rework the settings to clean up the config file. 2013-02-09 13:05:32 +01:00
shopper.c gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
sliding_puzzle.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
snake.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
snake2.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
snake2.levels
snow.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
sokoban.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01: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 plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
sort.c
SOURCES Define LCD_STRIDEFORMAT unconditionally 2022-09-30 10:42:49 +01:00
SOURCES.app_build keyboard.c Use viewports, move text box pos 2022-04-07 19:46:56 -04:00
spacerocks.c plugins: SpaceRocks: iPod keymap, use Menu button for Menu 2022-12-29 08:10:01 +01:00
speedread.c Remove browse_context_init() 2022-12-17 13:36:38 +00:00
star.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
starfield.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
stats.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
stopwatch.c
stopwatch.lua
SUBDIRS Revert "RFC: Get rid of mpegplayer plugin" 2022-10-13 11:08:11 -04:00
SUBDIRS.app_build
superdom.c gui: Remove show/hide selection option in lists 2022-10-02 09:21:25 -04:00
test_boost.c Fix two variable-set-but-not-used warnings 2020-07-24 23:26:15 -04:00
test_codec.c plugins: HAVE_BACKLIGHT in the test plugins 2020-07-24 19:42:32 -04:00
test_core_jpeg.c
test_disk.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
test_fps.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
test_gfx.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
test_grey.c plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functions 2022-11-23 23:00:29 -05:00
test_greylib_bitmap_scale.c
test_kbd.c keyboard.c Use viewports, move text box pos 2022-04-07 19:46:56 -04:00
test_mem.c
test_mem_jpeg.c
test_resize.c
test_sampr.c
test_scanrate.c
test_touchscreen.c New port: Shanling Q1 native 2021-07-13 22:01:33 +01:00
test_usb.c [Feature] resume TSR plugins after interruption WIP 2023-03-25 10:02:43 -04:00
test_viewports.c Bug Fix test_viewports.c call scroll_stop before changing viewports 2022-11-16 01:49:41 -05:00
test_viewports.lua
text_editor.c gui: Remove "enum list_wrap" from list action functions 2022-10-05 11:22:55 -04:00
theme_remove.c
vbrfix.c
viewers.config Revert "RFC: Get rid of mpegplayer plugin" 2022-10-13 11:08:11 -04:00
vu_meter.c plugins: VU Meter: Ignore backlight timeout 2022-12-27 09:43:34 -05:00
wav2wv.c [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
wavview.c
windows_lnk.c
wolf3d.c
wormlet.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
xobox.c plugins: Improve usability of iPod keymaps 2022-12-29 04:39:22 +01:00
zxbox.c Second try: Introduce plugin_crt0.c that every plugin links. 2010-08-24 14:30:46 +00:00