Commit Graph

587 Commits

Author SHA1 Message Date
Andrzej Rybczak
35f9262a6e Fix compilation 2021-04-25 23:57:56 +02:00
Andrzej Rybczak
88025e2e93 Better fix for showing visualiser immediately after startup 2020-12-21 16:55:19 +01:00
Andrzej Rybczak
679cc7a2cb Show the Visualizer immediately if it's the initial screen 2020-12-21 13:46:34 +01:00
Andrzej Rybczak
31798fd1c7 Prefer $XDG_CONFIG_HOME/ncmpcpp as a folder with configuration 2020-12-20 17:28:00 +01:00
Andrzej Rybczak
b68354a223 Update header information and my email 2020-12-19 17:51:49 +01:00
Andrzej Rybczak
00a614eec2 Use signal instead of sigignore as the latter is deprecated 2020-12-13 14:39:34 +01:00
Adon Shapiro
7ba2c3534c Add '--quiet' comand line option to suppress some output 2017-03-26 08:26:11 +02:00
Andrzej Rybczak
86ec51624e Update AUTHORS and copyright line 2017-03-12 15:05:48 +01:00
Andrzej Rybczak
e191959976 Do mpd status update after every call to noidle if appropriate 2017-01-06 02:44:21 +01:00
Andrzej Rybczak
0d8b2aee4b Make 'update_environment' action also update local mpd status 2017-01-06 02:41:39 +01:00
Andrzej Rybczak
5445c41aaa Move screens to subdirectory 2016-12-22 15:58:57 +01:00
Andrzej Rybczak
2e0de374a3 Prevent ncurses input queue from breaking by cleaning KEY_RESIZE asap 2016-12-14 08:02:45 +01:00
Andrzej Rybczak
31b2c7f55f Make run_resize_screen volatile 2016-12-14 08:02:45 +01:00
Andrzej Rybczak
56cb940a12 actions: use shared_ptr to store actions 2016-12-07 19:02:47 +01:00
Andrzej Rybczak
180c2d26fc Simplify option_parser 2016-11-19 15:37:09 +01:00
Andrzej Rybczak
516ee31109 Update headers 2016-11-13 11:07:13 +01:00
Hamuko
d544b777c3 Use mt19937 random number generator instad of the default one 2016-10-30 17:04:51 +01:00
Andrzej Rybczak
3de7558483 playlist: convert several function names to camelCase 2015-09-27 15:15:11 +02:00
Andrzej Rybczak
4446242bbc actions: add action for environment update 2015-05-17 13:41:30 +02:00
Andrzej Rybczak
235001a5fc main: do not show pressed key in statusbar 2015-05-14 00:48:00 +02:00
Andrzej Rybczak
dcac42748a bindinds: add support for alt/ctrl/shift modifiers and escape key 2015-05-14 00:38:46 +02:00
Andrzej Rybczak
a7dab01eff replace boost::bind with std::bind 2015-05-11 22:24:55 +02:00
Andrzej Rybczak
043e309e24 settings: make initial slave screen focus optional 2015-05-09 16:23:04 +02:00
Andrzej Rybczak
7d5c5cb20e main: assert that startup screen pointer is not null 2015-05-09 16:23:04 +02:00
Andrzej Rybczak
173d23dde6 window: support extended urxvt mouse support if applicable 2015-05-08 18:49:40 +02:00
Andrzej Rybczak
1348271098 do not use ncurses terminal sequence escaping by default 2015-05-07 23:17:25 +02:00
Andrzej Rybczak
6384c4bfd6 do not include error.h as it's not the desired file 2015-05-03 13:11:12 +02:00
Andrzej Rybczak
405480e158 Merge branch '0.6.x' 2015-05-02 21:31:26 +02:00
Andrzej Rybczak
5a3a2fbbf1 set SIGWINCH handler before initializing ncurses to avoid races 2015-05-02 20:49:20 +02:00
Andrzej Rybczak
e30149d04c browser: refresh browser on database update properly 2015-04-12 19:17:54 +02:00
Andrzej Rybczak
d1528ffc71 get rid of WIN32 ifdefs 2015-04-12 17:06:45 +02:00
Andrzej Rybczak
1a1105793d remove support for PDCurses 2014-11-15 20:03:40 +01:00
Andrzej Rybczak
3b46248a61 main: simplify conversion error message 2014-11-15 17:53:40 +01:00
Andrzej Rybczak
0c58af8c53 window: support new colors also as borders 2014-11-15 17:51:46 +01:00
Andrzej Rybczak
75bae9862e window: change internal color representation 2014-11-08 21:20:38 +01:00
Andrzej Rybczak
7acc64979e settings: make slave screen optional and unset by default 2014-11-07 23:46:20 +01:00
brezerk
cc747c0f99 settings: add startup_slave_screen option 2014-11-06 20:33:12 +01:00
Andrzej Rybczak
8cf05f2645 statusbar: rename getString to mainHook 2014-10-31 16:35:42 +01:00
Andrzej Rybczak
f1aba45a99 window: rename getString to prompt 2014-10-31 16:07:56 +01:00
Andrzej Rybczak
9e6b8533f1 ncmpcpp: ignore SIGPIPE 2014-10-31 12:11:27 +01:00
Andrzej Rybczak
43bb55292a ncmpcpp: do not ignore SIGINT 2014-10-31 12:05:32 +01:00
Andrzej Rybczak
6dd7c742c6 window: support early exit from the readline prompt with Ctrl-{C,G} 2014-10-31 12:03:48 +01:00
Andrzej Rybczak
b37c24b94d main: limit connection attempts to one per second 2014-10-04 15:54:45 +02:00
Andrzej Rybczak
68a316258c status: store status fields seperately 2014-09-12 13:10:47 +02:00
Andrzej Rybczak
0b4d7e203b status: make idle events handling independent of the order of their arrival 2014-09-04 17:39:15 +02:00
Andrzej Rybczak
9238008033 make sure to include boost posix_time where needed 2014-09-03 22:00:25 +02:00
Andrzej Rybczak
5ce193303b fix color of window separators in media library etc. 2014-09-03 21:27:43 +02:00
Andrzej Rybczak
fb0b2158e3 window: enable nonl and use raw terminal mode 2014-09-03 20:45:29 +02:00
Andrzej Rybczak
06a07b0d33 status: fix toggling flags 2014-09-03 20:08:00 +02:00
Andrzej Rybczak
64b85d5d4f status: fix seeking with visualizer visible 2014-09-02 19:00:26 +02:00