index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lrcplayer.c
Age
Commit message (
Expand
)
Author
2017-02-04
Fix dangerous casts
Amaury Pouly
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
2013-01-02
Use crc32 of filename to resume tracks
Richard Quirk
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
2011-11-10
Update lyrics player plugin for FONT_UI deprecation in r30932 (fix for FS#12374)
Fred Bauer
2011-10-15
Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...
Björn Stenberg
2011-09-17
Fix some 'set but not used' warnings.
Andree Buschmann
2011-09-17
plugins: make local functions static for a subset of plugins
Bertrik Sikken
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-01-24
* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...
Teruaki Kawashima
2010-08-27
tweak lrcplayer.
Teruaki Kawashima
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-07-24
s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/
Nils Wallménius
2010-07-12
improve displaying of string containing diacritic characters. add some charac...
Teruaki Kawashima
2010-07-06
lrcplayer:
Teruaki Kawashima
2010-06-26
Correct spelling in the lrcviewer plugin. UK English please!
Alex Parker
2010-06-18
use int instead of enum.
Teruaki Kawashima
2010-06-05
set svn properties.
Teruaki Kawashima
2010-06-05
new plugin: FS#10559 - lrcplayer: a plugin to view .lrc file.
Teruaki Kawashima