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.h
Age
Commit message (
Expand
)
Author
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-16
add ScreenType for screen's type identification
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
adjust indentation of remaining classes in headers
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-11
playist: do not duplicate now playing information
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-04
make use of override keyword if available
Andrzej Rybczak
2012-09-02
finally kill NC::List
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-12-29
lyrics fetcher: limit number of worker threads downloading lyrics in background
Andrzej Rybczak
2011-11-13
settings: provide a way to use alternative location for configuration file
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2011-10-18
new feature: support for fetching lyrics for currently playing song in backgr...
Andrzej Rybczak
2010-09-20
fix mingw32 compilation
Andrzej Rybczak
2010-08-17
lyrics: add support for storing lyrics in song's directory
Andrzej Rybczak
2010-08-13
lyrics: some code beautification + Lyrics::SwitchTo() corrections
Andrzej Rybczak
2010-08-10
lyrics: restore database selector
Andrzej Rybczak
2010-08-10
lyrics: use pthread_t instead of pthread_t *
Andrzej Rybczak
2010-08-10
lyrics: pass wrapper around member function to new thread
Andrzej Rybczak
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-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
2009-10-20
new feature: refetch lyrics
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-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-03-27
make Lyrics::FilenamePath non-static member
Andrzej Rybczak
2009-03-27
do not start additional thread if lyrics are available locally
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-03
make BasicScreen::{Enter,Space}Pressed() pure virtual
Andrzej Rybczak
2009-03-03
use private where appropriate
Andrzej Rybczak
2009-02-17
support for opening lyrics in external editor
Andrzej Rybczak
2009-02-17
get rid of this awful casting to List *
Andrzej Rybczak
2009-02-16
provide generic interface for dealing with selected items
Andrzej Rybczak
2009-02-15
general code cleaning
Andrzej Rybczak
2009-02-14
change namespace Lyrics into class
Andrzej Rybczak
2009-02-13
fix compilation --without-curl
Andrzej Rybczak
2009-02-13
separate some code from ncmpcpp.cpp
Andrzej Rybczak
[next]