index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lyrics.cpp
Age
Commit message (
Expand
)
Author
2010-08-10
lyrics: general code refactoring
Andrzej Rybczak
2010-08-10
lyrics: rename Lyrics::FetchAgain() to Lyrics::Refetch()
Andrzej Rybczak
2010-08-10
lyrics: move code that saves lyrics to separate function
Andrzej Rybczak
2010-08-10
lyrics: make screen accessible if lyrics are being fetched
Andrzej Rybczak
2010-08-09
lyrics: show additional info if lyrics are not found in any database
Andrzej Rybczak
2010-08-09
remove optional pthread support - it's mandatory now
Andrzej Rybczak
2010-08-09
lyrics: redesigned plugins system
Andrzej Rybczak
2010-08-09
put CURL related functions into a separate file
Andrzej Rybczak
2010-08-08
lyrics: add support for lyricsfly.com database
Andrzej Rybczak
2010-08-08
replace lyricsplugin.com with lyrc.com.ar as the former no longer works
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-22
get rid of using directives
Andrzej Rybczak
2009-12-27
reset scrollpad's start position while switching to lyrics/info screens
Andrzej Rybczak
2009-11-28
refresh lyrics window after local lyrics are reloaded
Andrzej Rybczak
2009-10-25
poll both stdin and mpd using one select()
Andrzej Rybczak
2009-10-20
new feature: refetch lyrics
Andrzej Rybczak
2009-10-10
move code responsible for replacing content in strings to Replace()
Andrzej Rybczak
2009-09-26
lyrics: check if data returned by curl contains opening and closing tag
Andrzej Rybczak
2009-09-18
refresh window after lyrics/artist info was (not) downloaded
Andrzej Rybczak
2009-09-15
get rid of all mysterious numbers that meant length of string literals
Andrzej Rybczak
2009-09-15
remove unneded checks in Lyrics::Update() if Reload is requested
Andrzej Rybczak
2009-09-15
remove wrapper for Scroller() needed with --enable-unicode
Andrzej Rybczak
2009-08-30
throw away all NULLs and replace them by 0s
Andrzej Rybczak
2009-08-26
rearrange sequence of arguments to Scroller()
Andrzej Rybczak
2009-08-14
fix song format in lyrics screen
Andrzej Rybczak
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-08-05
remove lyricswiki support as it doesn't allow fetching lyrics anymore
Andrzej Rybczak
2009-07-05
remove using declarations
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-05-03
fix compilation if there were no curl dev files installed
Andrzej Rybczak
2009-03-27
if in Lyrics::SwitchTo() lyrics aren't taken yet, take them and continue
Andrzej Rybczak
2009-03-27
make Lyrics::FilenamePath non-static member
Andrzej Rybczak
2009-03-27
fix fetching lyrics without threads
Andrzej Rybczak
2009-03-27
do not start additional thread if lyrics are available locally
Andrzej Rybczak
2009-03-26
get proper user home dir on WIN32 and adjust folders in this case a bit
Andrzej Rybczak
2009-03-26
fix compilation --without-curl
Andrzej Rybczak
2009-03-26
use pthread_t * handlers rather than pthread_t
Andrzej Rybczak
2009-03-25
make it compile under mingw32 --with-curl
Andrzej Rybczak
2009-03-25
make it compile under mingw32 --without-curl --without-taglib
Andrzej Rybczak
2009-03-08
use CamelCase for variables in Global namespace / some cleaning
Andrzej Rybczak
2009-03-05
hide cursor after return from external console editor
Andrzej Rybczak
2009-03-04
fix handling external console editor
Andrzej Rybczak
2009-03-04
add support for external console editor
Andrzej Rybczak
2009-02-21
really fix compilation --without-curl
Andrzej Rybczak
2009-02-20
fix compilation --without-curl
Andrzej Rybczak
2009-02-19
make Playlist::NowPlayingSong() return pointer, not reference
Andrzej Rybczak
2009-02-18
fix reloading lyrics after song's change
Andrzej Rybczak
2009-02-17
support for opening lyrics in external editor
Andrzej Rybczak
2009-02-16
use streams instead of Window::WriteXY()
Andrzej Rybczak
[prev]
[next]