Andrzej Rybczak
|
516ee31109
|
Update headers
|
9 years ago |
Hamuko
|
d544b777c3
|
Use mt19937 random number generator instad of the default one
|
10 years ago |
Andrzej Rybczak
|
3de7558483
|
playlist: convert several function names to camelCase
|
11 years ago |
Andrzej Rybczak
|
4446242bbc
|
actions: add action for environment update
|
11 years ago |
Andrzej Rybczak
|
235001a5fc
|
main: do not show pressed key in statusbar
|
11 years ago |
Andrzej Rybczak
|
dcac42748a
|
bindinds: add support for alt/ctrl/shift modifiers and escape key
|
11 years ago |
Andrzej Rybczak
|
a7dab01eff
|
replace boost::bind with std::bind
|
11 years ago |
Andrzej Rybczak
|
043e309e24
|
settings: make initial slave screen focus optional
|
11 years ago |
Andrzej Rybczak
|
7d5c5cb20e
|
main: assert that startup screen pointer is not null
|
11 years ago |
Andrzej Rybczak
|
173d23dde6
|
window: support extended urxvt mouse support if applicable
|
11 years ago |
Andrzej Rybczak
|
1348271098
|
do not use ncurses terminal sequence escaping by default
|
11 years ago |
Andrzej Rybczak
|
6384c4bfd6
|
do not include error.h as it's not the desired file
|
11 years ago |
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 |