summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lrcplayer.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-04Fix dangerous castsAmaury Pouly1-8/+8
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-0/+1
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz1-1/+1
2013-01-02Use crc32 of filename to resume tracksRichard Quirk1-1/+2
2012-03-18Build librbcodec with DSP and metadata.Sean Bartell1-1/+0
2011-11-10Update lyrics player plugin for FONT_UI deprecation in r30932 (fix for FS#12374)Fred Bauer1-3/+6
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-4/+3
2011-09-17Fix some 'set but not used' warnings.Andree Buschmann1-1/+9
2011-09-17plugins: make local functions static for a subset of pluginsBertrik Sikken1-1/+1
2011-05-01Fix further 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+0
2011-01-24* Rename backlight_force_on to backlight_ignore_timeout to make it clear what...Teruaki Kawashima1-3/+3
2010-08-27tweak lrcplayer.Teruaki Kawashima1-5/+5
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-07-24s/HAVE_LCD_REMOTE/HAVE_REMOTE_LCD/Nils Wallménius1-4/+4
2010-07-12improve displaying of string containing diacritic characters. add some charac...Teruaki Kawashima1-3/+32
2010-07-06lrcplayer:Teruaki Kawashima1-20/+11
2010-06-26Correct spelling in the lrcviewer plugin. UK English please!Alex Parker1-5/+5
2010-06-18use int instead of enum.Teruaki Kawashima1-5/+4
2010-06-05set svn properties.Teruaki Kawashima1-1/+1
2010-06-05new plugin: FS#10559 - lrcplayer: a plugin to view .lrc file.Teruaki Kawashima1-0/+2953