Commit Graph

119 Commits

Author SHA1 Message Date
Andrzej Rybczak
173d23dde6 window: support extended urxvt mouse support if applicable 2015-05-08 18:49:40 +02:00
Andrzej Rybczak
8bb1ebbb6c window: do not redefine BUTTON5_PRESSED if NCURSES_MOUSE_VERSION > 1 2015-05-07 23:28:42 +02:00
Andrzej Rybczak
1348271098 do not use ncurses terminal sequence escaping by default 2015-05-07 23:17:25 +02:00
Andrzej Rybczak
1a1105793d remove support for PDCurses 2014-11-15 20:03:40 +01:00
Andrzej Rybczak
0c58af8c53 window: support new colors also as borders 2014-11-15 17:51:46 +01:00
Andrzej Rybczak
059db198be window: support 'previous' background value for better composability 2014-11-11 17:38:44 +01:00
Andrzej Rybczak
d26c3c8fc5 window: fill background color on clearing to EOL 2014-11-11 16:08:48 +01:00
Andrzej Rybczak
75bae9862e window: change internal color representation 2014-11-08 21:20:38 +01:00
Andrzej Rybczak
9cb3b21d4a Merge branch '0.6.x'
Conflicts:
	NEWS
	configure.ac
	src/media_library.cpp
	src/playlist_editor.cpp
	src/tags.cpp
2014-11-06 19:23:54 +01:00
Andrzej Rybczak
60749ea4bd window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1 2014-11-06 16:57:08 +01:00
Andrzej Rybczak
f1aba45a99 window: rename getString to prompt 2014-10-31 16:07:56 +01:00
Andrzej Rybczak
b265d56cdf window: add ScopedStringHelper and use it where appropriate 2014-10-31 15:30:54 +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
0a7b239b1f window: readline: ignore escape key 2014-09-06 13:58:30 +02:00
Andrzej Rybczak
fb0b2158e3 window: enable nonl and use raw terminal mode 2014-09-03 20:45:29 +02:00
Andrzej Rybczak
4b933b29e1 settings: configuration file processing rewrite 2014-08-29 14:54:09 +02:00
Andrzej Rybczak
85a2802361 update copyright message 2014-08-27 05:43:51 +02:00
Andrzej Rybczak
1fc2ce2d3c window: fix exiting from getString if helper indicates so 2014-08-27 01:48:40 +02:00
Andrzej Rybczak
70945596ef window: use readline for handling line input 2013-12-25 23:31:27 +01:00
Andrzej Rybczak
1d4e006986 update copyright info 2013-04-07 13:31:58 +02:00
Andrzej Rybczak
df9ecabb55 window: make color/format/border class enums 2012-10-06 19:05:12 +02:00
Andrzej Rybczak
1eb0003714 window: rename Where to Scroll and make it enum class 2012-10-05 21:25:22 +02:00
Andrzej Rybczak
efe2a52382 fix header guards 2012-10-02 16:19:04 +02:00
Andrzej Rybczak
07fc58015e bindings: add support for defining and executing commands 2012-09-20 04:32:51 +02:00
Andrzej Rybczak
4d6ea660bc make defining screens with main window type as non-pointer possible 2012-09-14 16:16:22 +02:00
Andrzej Rybczak
dd7665bb7d more PascalCase to camelCase conversions 2012-09-13 19:23:33 +02:00
Andrzej Rybczak
84326efc46 move wstring related functions to wide_char file 2012-09-08 18:42:59 +02:00
Andrzej Rybczak
d5e2d315fd use wstrings uncoditionally where needed 2012-09-08 17:50:01 +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
226fbdd2c9 fix shadowing warnings 2012-09-03 15:43:59 +02:00
Andrzej Rybczak
af2cdca3d0 change naming conventions in NC namespace 2012-09-03 15:34:07 +02:00
Andrzej Rybczak
0cfe5d8f01 strbuffer: reorder headers 2012-09-02 15:53:07 +02:00
Andrzej Rybczak
b1ff896cb6 get rid of HAVE_CONFIG_H directives 2012-09-02 15:50:02 +02:00
Andrzej Rybczak
337a27c366 window: adjust indentation 2012-09-02 15:48:11 +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
0447b4e881 window: remove GetXY 2012-08-30 06:21:21 +02:00
Andrzej Rybczak
b06e620913 more cleanup and grouping functions logically together 2012-08-29 14:35:11 +02:00
Andrzej Rybczak
a270fc8402 rewrite MPD::Song object 2012-08-28 00:09:39 +02:00
Andrzej Rybczak
9e071b074c display: rewrite Display::Columns and Display::SongsInColumns 2012-08-26 21:35:48 +02:00
Andrzej Rybczak
f6cae753e2 implement input character queue and add PushCharacters macro utility 2012-08-25 06:50:27 +02:00
Andrzej Rybczak
6829a8e05c add support for binding actions to multibyte characters 2012-08-25 01:32:12 +02:00
Andrzej Rybczak
fbd4a0484e fix a few issues with win32 build 2012-08-16 07:48:20 +02:00
Andrzej Rybczak
181224b837 keybinding system rewrite 2012-08-14 01:44:14 +02:00
Andrzej Rybczak
7b8a286c49 window: interpret ctrl-h as backspace 2012-07-16 01:38:19 +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
087245ecda window: make new BUTTON2_PRESSED definition more clear 2010-07-31 19:22:49 +02:00
Andrzej Rybczak
08daa61907 update copyright notices 2010-01-30 16:24:24 +01:00
Andrzej Rybczak
3365b066c3 window: store strings history in list instead of deque 2009-11-13 18:28:13 +01:00