Andrzej Rybczak
|
5a3a2fbbf1
|
set SIGWINCH handler before initializing ncurses to avoid races
|
11 years ago |
Andrzej Rybczak
|
e30149d04c
|
browser: refresh browser on database update properly
|
11 years ago |
Andrzej Rybczak
|
d1528ffc71
|
get rid of WIN32 ifdefs
|
11 years ago |
Andrzej Rybczak
|
1a1105793d
|
remove support for PDCurses
|
11 years ago |
Andrzej Rybczak
|
3b46248a61
|
main: simplify conversion error message
|
11 years ago |
Andrzej Rybczak
|
0c58af8c53
|
window: support new colors also as borders
|
11 years ago |
Andrzej Rybczak
|
75bae9862e
|
window: change internal color representation
|
12 years ago |
Andrzej Rybczak
|
7acc64979e
|
settings: make slave screen optional and unset by default
|
12 years ago |
brezerk
|
cc747c0f99
|
settings: add startup_slave_screen option
|
12 years ago |
Andrzej Rybczak
|
8cf05f2645
|
statusbar: rename getString to mainHook
|
12 years ago |
Andrzej Rybczak
|
f1aba45a99
|
window: rename getString to prompt
|
12 years ago |
Andrzej Rybczak
|
9e6b8533f1
|
ncmpcpp: ignore SIGPIPE
|
12 years ago |
Andrzej Rybczak
|
43bb55292a
|
ncmpcpp: do not ignore SIGINT
|
12 years ago |
Andrzej Rybczak
|
6dd7c742c6
|
window: support early exit from the readline prompt with Ctrl-{C,G}
|
12 years ago |
Andrzej Rybczak
|
b37c24b94d
|
main: limit connection attempts to one per second
|
12 years ago |
Andrzej Rybczak
|
68a316258c
|
status: store status fields seperately
|
12 years ago |
Andrzej Rybczak
|
0b4d7e203b
|
status: make idle events handling independent of the order of their arrival
|
12 years ago |
Andrzej Rybczak
|
9238008033
|
make sure to include boost posix_time where needed
|
12 years ago |
Andrzej Rybczak
|
5ce193303b
|
fix color of window separators in media library etc.
|
12 years ago |
Andrzej Rybczak
|
fb0b2158e3
|
window: enable nonl and use raw terminal mode
|
12 years ago |
Andrzej Rybczak
|
06a07b0d33
|
status: fix toggling flags
|
12 years ago |
Andrzej Rybczak
|
64b85d5d4f
|
status: fix seeking with visualizer visible
|
12 years ago |
Andrzej Rybczak
|
4cf170d44b
|
catch all exceptions at lower level
|
12 years ago |
Andrzej Rybczak
|
37195d6bea
|
set TCP_NODELAY on the mpd tcp socket
|
12 years ago |
Andrzej Rybczak
|
44302aee47
|
add posibility of dynamic window timeout change
|
12 years ago |
Andrzej Rybczak
|
9c9c190742
|
change window timeout more transparently
|
12 years ago |
Andrzej Rybczak
|
5d6d390f77
|
catch all exceptions and show them as unexpected errors
|
12 years ago |
Andrzej Rybczak
|
4ac46f8c9d
|
remove quotation marks from the host in the 'welcome' message
|
12 years ago |
Andrzej Rybczak
|
0ed6946721
|
fix color of column separators with classic ui and disabled titles
|
12 years ago |
Andrzej Rybczak
|
4b933b29e1
|
settings: configuration file processing rewrite
|
12 years ago |
Andrzej Rybczak
|
8a1e4a48dd
|
cmdargs: use boost::program_options
|
12 years ago |
Andrzej Rybczak
|
b7ceae7273
|
replace timeval and time_t with boost::posix_time::ptime
|
12 years ago |
Andrzej Rybczak
|
7fdace835b
|
uniformize ways to convert strings into screen type
|
12 years ago |
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
12 years ago |
Andrzej Rybczak
|
59430f640b
|
statusbar: use boost::format instead of c-style printf
|
12 years ago |
Andrzej Rybczak
|
a7f3992c97
|
bindings: allow for binding multiple chains to one key
|
12 years ago |
Andrzej Rybczak
|
8db4b668ef
|
reinstall signal handler each time it's executed on Solaris (#3976)
|
12 years ago |
Andrzej Rybczak
|
70945596ef
|
window: use readline for handling line input
|
12 years ago |
Andrzej Rybczak
|
68ff3fae47
|
ncmpcpp: remove custom boost::throw_exception
|
13 years ago |
Andrzej Rybczak
|
88a3bdb507
|
properly handle boost::bad_lexical_cast exceptions
|
13 years ago |
Andrzej Rybczak
|
425836630e
|
ncmpcpp: fix custom startup screen
|
13 years ago |
Andrzej Rybczak
|
2184fb7c73
|
get rid of global mpd status object
|
13 years ago |
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
13 years ago |
Andrzej Rybczak
|
6a3eb73a49
|
rewrite communication system with mpd
|
13 years ago |
Andrzej Rybczak
|
8db773cfec
|
replace a few string algorithms with boost utilities
|
14 years ago |
Andrzej Rybczak
|
df9ecabb55
|
window: make color/format/border class enums
|
14 years ago |
Andrzej Rybczak
|
3bd02f6abf
|
actions: use namespace
|
14 years ago |
Andrzej Rybczak
|
6709219aac
|
actions: change naming convention to camelCase
|
14 years ago |
Andrzej Rybczak
|
044464962c
|
initial restoration of support for encodings different than utf-8
|
14 years ago |
Andrzej Rybczak
|
e40edade0e
|
use boost.locale for charset conversions instead of iconv
|
14 years ago |