Andrzej Rybczak
|
f61b4716a2
|
add support for multiple tags
|
2009-10-04 21:10:57 +02:00 |
|
Andrzej Rybczak
|
27687fd2b1
|
pass Buffer/Window to ShowTag() by reference
returning new Buffer and passing it to Window by operator<<()
was rather bad idea since it required unnecessary copying.
|
2009-09-15 16:36:26 +00:00 |
|
Andrzej Rybczak
|
101f01941d
|
new feature: alternative user interface
|
2009-08-12 02:08:13 +02:00 |
|
Andrzej Rybczak
|
450bf1b636
|
initialize screens only if necessary
|
2009-06-26 18:48:00 +02:00 |
|
Andrzej Rybczak
|
cd3180d265
|
return values instead of playing around with static variables and references
|
2009-06-04 12:19:37 +02:00 |
|
Andrzej Rybczak
|
72acc09b26
|
fix compilation if there were no curl dev files installed
|
2009-05-03 13:53:15 +02:00 |
|
Andrzej Rybczak
|
e29e5576c7
|
do not start additional thread if artist's info is available locally
|
2009-03-27 14:11:18 +01:00 |
|
Andrzej Rybczak
|
344fc21d76
|
use pthread_t * handlers rather than pthread_t
pthread-win32 doesn't accept assigning zero to pthread_t type,
so we need to use pointers instead. this is more semantic anyway.
|
2009-03-26 16:18:11 +01:00 |
|
Andrzej Rybczak
|
f04472641b
|
make it compile under mingw32 --with-curl
|
2009-03-25 23:13:34 +01:00 |
|
Andrzej Rybczak
|
3d6765f896
|
make BasicScreen::{Enter,Space}Pressed() pure virtual
|
2009-03-03 18:39:09 +01:00 |
|
Andrzej Rybczak
|
c3f2857dab
|
use private where appropriate
|
2009-03-03 18:33:37 +01:00 |
|
Andrzej Rybczak
|
2c66178663
|
get rid of this awful casting to List *
|
2009-02-17 07:30:26 +01:00 |
|
Andrzej Rybczak
|
43a8e2284e
|
provide generic interface for dealing with selected items
|
2009-02-16 18:20:45 +01:00 |
|
Andrzej Rybczak
|
49abc4d42c
|
change namespace Info into class
|
2009-02-14 22:25:44 +01:00 |
|
Andrzej Rybczak
|
08e162f6ac
|
fix compilation --without-curl
|
2009-02-13 17:39:53 +01:00 |
|
Andrzej Rybczak
|
8ba72bc78a
|
separate some code from ncmpcpp.cpp
|
2009-02-13 17:24:06 +01:00 |
|