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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
onplay.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-17
Add open_plugin to core
William Wilgus
1
-16
/
+14
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-6
/
+0
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-8
/
+0
2020-07-22
keyboard add ability to specify temporary custom layouts
William Wilgus
1
-2
/
+2
2020-07-19
do_menu pass internal synclist reference to callback
William Wilgus
1
-14
/
+46
2019-02-04
Fix minor issues introduced in fe95127 (Playlist playing time)
Solomon Peachy
1
-3
/
+3
2019-01-31
FS6338: Playlist playing time
Solomon Peachy
1
-20
/
+279
2019-01-02
FS#11711: Add ability to create bookmark from WPS hotkey
Solomon Peachy
1
-0
/
+3
2018-06-05
Add file view menu to file browser
William Wilgus
1
-1
/
+2
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-327
/
+517
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-1
/
+1
2012-05-09
Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL
Nils Wallménius
1
-3
/
+3
2012-03-12
Fix minor bookmark problems/Enhance bookmark functions
Osborne Jacobs
1
-4
/
+12
2011-12-05
Sprinkle around some static and const.
Nils Wallménius
1
-1
/
+1
2011-11-15
FS#12251 - User shortcuts in the main menu.
Jonathan Gordon
1
-5
/
+14
2011-10-28
Fix FS#12357 - New backdrop not displayed after set backdrop from context menu
Thomas Martitz
1
-0
/
+1
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
1
-1
/
+0
2011-10-07
Fix exit/return behavior in the id3 info screen.Fixes returning immediately o...
Thomas Martitz
1
-2
/
+10
2011-08-05
Add a %cs item for the context menus
Jonathan Gordon
1
-1
/
+4
2011-07-20
FS#11808 - Major playlist handling changes (on disk playlists)
Jonathan Gordon
1
-12
/
+28
2011-04-10
Support loading backdrops from anywhere in the filesystem. Fixes FS#12041
Frank Gevaerts
1
-12
/
+3
2010-12-17
Stay in file browser (do not go to WPS) after adding a track to the playlist ...
Alexander Levin
1
-2
/
+2
2010-11-15
FS#11751: increase buffer size of settings to store path.
Teruaki Kawashima
1
-1
/
+2
2010-10-04
New setting to control the file browser start location.
Jonathan Gordon
1
-2
/
+13
2010-09-14
Another major skin backend update/hopefully bugfix:
Jonathan Gordon
1
-2
/
+5
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
1
-4
/
+5
2010-07-06
Rename functions so that the code is easier to read
Alexander Levin
1
-1
/
+1
2010-06-09
a few more HAVE_PICTUREFLOW_INTEGRATION
Jonathan Gordon
1
-1
/
+3
2010-06-09
rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...
Jonathan Gordon
1
-2
/
+2
2010-06-09
reclaim most of the delta from the pictureflow commit
Jonathan Gordon
1
-2
/
+2
2010-06-09
FS#11270 by Chris Savery - WPS integration for pictureflow
Jonathan Gordon
1
-1
/
+17
2010-05-11
No need to have a variable for a thing computed by the preprocessor
Alexander Levin
1
-4
/
+2
2010-05-11
Fix yellow
Jeffrey Goode
1
-1
/
+1
2010-05-11
Add Insert Shuffled to hotkey options
Jeffrey Goode
1
-3
/
+24
2010-05-11
More hotkey code cleanup
Jeffrey Goode
1
-33
/
+24
2010-05-09
FS#11250: Hotkey setting method changed to menu item vs button pres in contex...
Jeffrey Goode
1
-100
/
+21
2010-05-07
Hotkey menu items have their own icon
Jeffrey Goode
1
-6
/
+10
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+0
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
1
-1
/
+1
2010-04-12
Mark const return value; correct the comment about valid menu items for the h...
Alexander Levin
1
-2
/
+4
2010-04-11
Small hotkey code changes for readability
Jeffrey Goode
1
-15
/
+13
2010-04-11
FS#11195, plus. Simplified hotkey struct, thanks alle!
Jeffrey Goode
1
-19
/
+11
2010-04-10
Fix typos in comments
Alexander Levin
1
-4
/
+4
2010-04-10
Use better names for hotkey related constants; add somecomments (FS#11191)
Alexander Levin
1
-28
/
+28
2010-04-08
Fix data abort due to malformed switch code. My bad.
Jeffrey Goode
1
-3
/
+8
2010-04-08
Hotkey: better settings handling, fewer saved variables, localizable hotkey i...
Jeffrey Goode
1
-11
/
+29
2010-04-03
No need to call the same function twice
Alexander Levin
1
-3
/
+4
2010-04-03
Make hotkey strings (question and confirmation) better localizable (FS#11171)
Alexander Levin
1
-6
/
+5
2010-04-01
FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...
Jeffrey Goode
1
-15
/
+191
2010-02-21
FS#11017: add Playlist Catalog and Properties item to database's context menu.
Teruaki Kawashima
1
-3
/
+15
[next]