Andrzej Rybczak
|
8f065e2da3
|
status: split NcmpcppStatusChanged into smaller pieces
|
2012-09-12 02:41:21 +02:00 |
|
Andrzej Rybczak
|
c90545b008
|
move statusbar/progressbar related code to separate file
|
2012-09-11 21:52:41 +02:00 |
|
Andrzej Rybczak
|
6ab2714e2f
|
status: improve dealing with now playing song
|
2012-09-11 20:41:57 +02:00 |
|
Andrzej Rybczak
|
c935dcf11a
|
global: remove RedrawHeader
|
2012-09-06 16:49:47 +02:00 |
|
Andrzej Rybczak
|
21947d3655
|
status: optimize filtering when chars are being taken from input queue
|
2012-09-05 22:45:13 +02:00 |
|
Andrzej Rybczak
|
af2cdca3d0
|
change naming conventions in NC namespace
|
2012-09-03 15:34:07 +02:00 |
|
Andrzej Rybczak
|
d47cad1d50
|
get rid of 'using namespace NCurses' directive
|
2012-09-02 15:37:42 +02:00 |
|
Andrzej Rybczak
|
4c944085d6
|
menu: generalize filtering, introduce interfaces
|
2012-08-31 23:09:56 +02:00 |
|
Andrzej Rybczak
|
f8151904f5
|
update copyright dates
|
2012-03-17 16:46:55 +01:00 |
|
Andrzej Rybczak
|
ca956c3da3
|
update copyright dates
|
2011-11-01 13:43:47 +01:00 |
|
Andrzej Rybczak
|
08daa61907
|
update copyright notices
|
2010-01-30 16:24:24 +01:00 |
|
Andrzej Rybczak
|
dd04406ee5
|
poll both stdin and mpd using one select()
this allows for immediate reading mpd events
|
2009-10-25 20:44:07 +01:00 |
|
Andrzej Rybczak
|
45884e0895
|
fix a few bugs progressbar related (redrawing, colors)
|
2009-09-30 18:59:36 +02:00 |
|
Andrzej Rybczak
|
eb3b08b45e
|
clear window title at exit
|
2009-05-21 11:59:21 +02:00 |
|
Andrzej Rybczak
|
84a9af2ee9
|
make use of gcc's __attribute__ extension
|
2009-05-03 15:14:31 +02:00 |
|
Andrzej Rybczak
|
eed4fb03ff
|
use CamelCase for variables in Global namespace / some cleaning
|
2009-03-08 01:58:49 +01:00 |
|
Andrzej Rybczak
|
5d2daab416
|
new feature: apply filter to screen (Ctrl-F)
if one applies a filter, only items that contain this
filter will be displayed. works on all screens.
|
2009-02-17 17:57:55 +01:00 |
|
Andrzej Rybczak
|
32f959d1ec
|
use streams instead of Window::WriteXY()
|
2009-02-16 19:32:43 +01:00 |
|
Andrzej Rybczak
|
26365d9832
|
rename status_checker -> status / + some cleaning
|
2009-02-15 22:56:41 +01:00 |
|