summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
11 hours[Feature] lastfm_scrobbler add option to set beep volume levelWilliam Wilgus1-7/+17
2023-02-07tagnavi make track submenuWilliam Wilgus1-8/+1
2023-01-29pdbox: Move core thread off COPAidan MacDonald1-1/+1
2023-01-22Add perceptual volume adjustmentAidan MacDonald3-23/+8
2023-01-19database: make parent tables work with pluginChristian Soffke1-28/+66
2023-01-19PictureFlow: fix_path_part checked too many charsChristian Soffke1-1/+1
2023-01-19plugins: lrcplayer: eliminate redundant functionChristian Soffke1-17/+1
2023-01-19PictureFlow: id3 functions refactoringChristian Soffke6-203/+308
2023-01-19PictureFlow: Eliminate 'prompt' launch parameterChristian Soffke1-12/+5
2023-01-14PictureFlow: Add ability to insert into playlistsChristian Soffke1-3/+60
2023-01-14Fix red in 7f265eeChristian Soffke1-0/+1
2023-01-10PictureFlow: Add 'Track Info' for tracks or whole albumsChristian Soffke1-15/+243
2023-01-06plugins: Properties: Add 'Last Modified' for audio filesChristian Soffke1-1/+1
2023-01-06Fix red in 9bd5249Christian Soffke1-1/+1
2023-01-05plugins: Credits: Fix logo sizesChristian Soffke21-8/+54
2023-01-02lua: rocklib_events fixAidan MacDonald1-1/+1
2023-01-02Add locked actions to all soft lock targetsWilliam Wilgus2-4/+2
2022-12-31[Feature/Bugfix] keyremap add Context flagsWilliam Wilgus1-14/+97
2022-12-31[BugFix] printcell_helper selection out of boundsWilliam Wilgus1-2/+8
2022-12-31[BugFix] keyremap browse missing root, entry count off by 1William Wilgus1-2/+5
2022-12-29plugins: Xobox: Fix highscore table on 2bit grayscale displaysChristian Soffke1-2/+7
2022-12-29plugins: SpaceRocks: iPod keymap, use Menu button for MenuChristian Soffke1-4/+4
2022-12-29plugins: Improve usability of iPod keymapsChristian Soffke50-78/+331
2022-12-27plugins: VU Meter: Ignore backlight timeoutChristian Soffke1-0/+13
2022-12-20[Bug Fix] Credits Plugin don't set the back/foreground on greyscale displaysWilliam Wilgus1-7/+2
2022-12-19remove rockboxlogo after boot INIT_ATTRWilliam Wilgus2-13/+72
2022-12-17Remove browse_context_init()Aidan MacDonald6-51/+63
2022-12-17settings: Remove setting ID return from find_setting()Aidan MacDonald3-5/+5
2022-12-17menus remove reserved 'param' parameterWilliam Wilgus3-41/+38
2022-12-14wps.c cleanup gui_show_wpsWilliam Wilgus1-1/+1
2022-12-11Eliminate skin updates in between activitiesChristian Soffke1-1/+1
2022-11-23Fix Red lib/helper.hWilliam Wilgus1-0/+10
2022-11-23plugins HAVE_BACKLIGHT helper remove ifdefs in favor of dummy functionsWilliam Wilgus38-178/+140
2022-11-23PictureFlow: Add hotkeys for changing sorting on iPods / Update manualChristian Soffke1-2/+11
2022-11-20Properties: Refactoring & Minor fixChristian Soffke1-110/+110
2022-11-17open_plugins add name when plugin can't open & check LANG_LAST_INDEX_IN_ARRAYWilliam Wilgus1-12/+19
2022-11-16lua Fix potential event stack OVFLWilliam Wilgus1-1/+3
2022-11-16Bug Fix test_viewports.c call scroll_stop before changing viewportsWilliam Wilgus1-0/+2
2022-10-22PictureFlow: Minor fixes & changed defaultsChristian Soffke1-25/+46
2022-10-13Revert "RFC: Get rid of mpegplayer plugin"Solomon Peachy53-0/+20747
2022-10-13Revert "Remove YUV blitting functions and LCD modes"Solomon Peachy1-0/+91
2022-10-10keyremap: Use '%z' when printing size_tSolomon Peachy1-1/+1
2022-10-05gui: Remove "enum list_wrap" from list action functionsAidan MacDonald14-24/+17
2022-10-05gui: Remove gui_synclist_limit_scroll()Aidan MacDonald11-13/+0
2022-10-05gui: Remove redundant copies of list scrolling settingsAidan MacDonald1-2/+0
2022-10-03Remove YUV blitting functions and LCD modesAidan MacDonald1-91/+0
2022-10-02RFC: Get rid of mpegplayer pluginSolomon Peachy53-20747/+0
2022-10-02gui: Remove show/hide selection option in listsAidan MacDonald2-2/+0
2022-10-02gui: Constify list title textAidan MacDonald1-1/+1
2022-09-30Define LCD_STRIDEFORMAT unconditionallyAidan MacDonald15-27/+24