index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
onplay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
PictureFlow: Make Shuffle options available
HEAD
master
Christian Soffke
1
-5
/
+2
3 days
Onplay: Fix items from Queue submenu appearing at top level
Christian Soffke
1
-9
/
+3
2023-04-13
Track Info: Show number of tracks being inspected
Christian Soffke
1
-1
/
+1
2023-04-13
Track Info: Display larger file size and length values
Christian Soffke
1
-1
/
+1
2023-04-05
Hotkey: Add List Bookmarks action
roman.artiukhin
1
-0
/
+5
2023-04-05
Database: Disable delete hotkey unless audio file is selected
Christian Soffke
1
-0
/
+7
2023-01-19
database: make parent tables work with plugin
Christian Soffke
1
-4
/
+31
2023-01-14
Database: Add ability to insert multiple files into playlists
Christian Soffke
1
-22
/
+35
2023-01-14
on_play.c clean up playing_time
William Wilgus
1
-82
/
+123
2023-01-14
[Feature] onplay.c Playlist Playing Time more fault tolerant
William Wilgus
1
-18
/
+39
2023-01-10
Fix hotkey strings
Christian Soffke
1
-2
/
+2
2023-01-07
Rename "Playing Next..." menu items & hide Queue/Shuffle
Christian Soffke
1
-9
/
+9
2023-01-07
Rename “Current Playlist” and “Playlist Catalogue” context menus
Christian Soffke
1
-4
/
+4
2023-01-07
File Browser: Add “Set As..." context menu
Christian Soffke
1
-22
/
+25
2023-01-06
plugins: Properties: Add 'Last Modified' for audio files
Christian Soffke
1
-1
/
+1
2022-12-17
menus remove reserved 'param' parameter
William Wilgus
1
-27
/
+27
2022-12-17
menus move functions with parameters to their own type
William Wilgus
1
-19
/
+19
2022-12-16
onplay hotkey add flags
William Wilgus
1
-73
/
+80
2022-12-14
wps.c cleanup gui_show_wps
William Wilgus
1
-4
/
+4
2022-12-11
Eliminate skin updates in between activities
Christian Soffke
1
-4
/
+29
2022-11-26
Playlist Catalogue: Restore selection in playlist
Christian Soffke
1
-1
/
+1
2022-11-24
move confirm delete prompt to misc.c
William Wilgus
1
-10
/
+2
2022-11-23
Hotkeys: Add placeholder for function return value
Christian Soffke
1
-25
/
+22
2022-11-19
WPS plugin hotkey: Fix UB
Christian Soffke
1
-3
/
+4
2022-11-19
Database & Playlist Viewer: Fix return to WPS from plugin
Christian Soffke
1
-4
/
+14
2022-11-19
Fix return to root after selecting items from playlist viewer
Christian Soffke
1
-2
/
+1
2022-11-15
convert a few more strlcpy to strmemccpy calls Fix Red and Yellow
William Wilgus
1
-3
/
+3
2022-11-14
replace strlcpy with strmemccpy
William Wilgus
1
-3
/
+3
2022-10-09
add splash_progress
William Wilgus
1
-2
/
+3
2022-10-05
gui: Remove "enum list_wrap" from list action functions
Aidan MacDonald
1
-2
/
+1
2022-08-05
add hotkeys for properties and pictureflow
Christian Soffke
1
-2
/
+10
2022-05-15
Fix faulty Play Shuffled behavior (FS#13347)
Aidan MacDonald
1
-1
/
+1
2022-05-14
apps: Add "keep current track when replacing playlist" setting
Aidan MacDonald
1
-2
/
+11
2022-05-14
apps: Change playlist context menu behavior, fix FS#13336
Aidan MacDonald
1
-155
/
+118
2022-05-09
Properties plugin: Eliminate redundant Track Info code
Christian Soffke
1
-3
/
+9
2022-04-18
Database: Remove File View menu
Christian Soffke
1
-0
/
+6
2022-02-06
Fix glitches with custom list title viewports
Christian Soffke
1
-0
/
+1
2022-01-04
PictureFlow: Utilize "Current Playlist" menu (+ GS fixes)
Christian Soffke
1
-2
/
+9
2021-12-28
Playlist Viewer: Add Track Info
Christian Soffke
1
-2
/
+4
2021-12-28
Database: show song's album in PictureFlow
Christian Soffke
1
-1
/
+10
2021-12-24
Remove dead code/documentation/comments
Christian Soffke
1
-2
/
+0
2021-12-02
Warn before replacing playlist when “Insert” hotkey is used
Christian Soffke
1
-2
/
+2
2021-11-03
Fix: Reset onplay-context for playlist viewer
Christian Soffke
1
-0
/
+2
2021-10-27
onplay calls plugins to run other plugins
William Wilgus
1
-0
/
+2
2021-08-04
Document intentional fallthroughs + fix harmless unintended ones
Aidan MacDonald
1
-0
/
+3
2021-05-03
FS#13287 - Load a newly saved playlist and resume where it was
Dana Conrad
1
-0
/
+1
2021-03-16
Offer function to Clear List & Play Shuffled when playback is stopped
Christian Soffke
1
-16
/
+22
2021-03-14
Customizable Current Playlist Submenu
Christian Soffke
1
-47
/
+107
2021-03-10
Move "View" option for playlists up one level
Christian Soffke
1
-16
/
+15
2021-03-09
UI: Rename "Play Next" to "Clear List & Play Next"
Christian Soffke
1
-1
/
+1
[next]