Andrzej Rybczak
|
dcac42748a
|
bindinds: add support for alt/ctrl/shift modifiers and escape key
|
11 years ago |
Andrzej Rybczak
|
e7b152938b
|
window: redefine special key values
|
11 years ago |
Andrzej Rybczak
|
ccb468592d
|
remove support for ncurses terminal sequence escaping
|
11 years ago |
Andrzej Rybczak
|
2c5bac811a
|
window: compress Color inline function definitions
|
11 years ago |
Andrzej Rybczak
|
173d23dde6
|
window: support extended urxvt mouse support if applicable
|
11 years ago |
Andrzej Rybczak
|
8bb1ebbb6c
|
window: do not redefine BUTTON5_PRESSED if NCURSES_MOUSE_VERSION > 1
|
11 years ago |
Andrzej Rybczak
|
1348271098
|
do not use ncurses terminal sequence escaping by default
|
11 years ago |
Andrzej Rybczak
|
1a1105793d
|
remove support for PDCurses
|
11 years ago |
Andrzej Rybczak
|
0c58af8c53
|
window: support new colors also as borders
|
11 years ago |
Andrzej Rybczak
|
059db198be
|
window: support 'previous' background value for better composability
|
11 years ago |
Andrzej Rybczak
|
d26c3c8fc5
|
window: fill background color on clearing to EOL
|
11 years ago |
Andrzej Rybczak
|
75bae9862e
|
window: change internal color representation
|
12 years ago |
Andrzej Rybczak
|
60749ea4bd
|
window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1
|
12 years ago |
Andrzej Rybczak
|
f1aba45a99
|
window: rename getString to prompt
|
12 years ago |
Andrzej Rybczak
|
b265d56cdf
|
window: add ScopedStringHelper and use it where appropriate
|
12 years ago |
Andrzej Rybczak
|
6dd7c742c6
|
window: support early exit from the readline prompt with Ctrl-{C,G}
|
12 years ago |
Andrzej Rybczak
|
0a7b239b1f
|
window: readline: ignore escape key
|
12 years ago |
Andrzej Rybczak
|
fb0b2158e3
|
window: enable nonl and use raw terminal mode
|
12 years ago |
Andrzej Rybczak
|
4b933b29e1
|
settings: configuration file processing rewrite
|
12 years ago |
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
12 years ago |
Andrzej Rybczak
|
1fc2ce2d3c
|
window: fix exiting from getString if helper indicates so
|
12 years ago |
Andrzej Rybczak
|
70945596ef
|
window: use readline for handling line input
|
12 years ago |
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
13 years ago |
Andrzej Rybczak
|
df9ecabb55
|
window: make color/format/border class enums
|
14 years ago |
Andrzej Rybczak
|
1eb0003714
|
window: rename Where to Scroll and make it enum class
|
14 years ago |
Andrzej Rybczak
|
efe2a52382
|
fix header guards
|
14 years ago |
Andrzej Rybczak
|
07fc58015e
|
bindings: add support for defining and executing commands
|
14 years ago |
Andrzej Rybczak
|
4d6ea660bc
|
make defining screens with main window type as non-pointer possible
|
14 years ago |
Andrzej Rybczak
|
dd7665bb7d
|
more PascalCase to camelCase conversions
|
14 years ago |
Andrzej Rybczak
|
84326efc46
|
move wstring related functions to wide_char file
|
14 years ago |
Andrzej Rybczak
|
d5e2d315fd
|
use wstrings uncoditionally where needed
|
14 years ago |
Andrzej Rybczak
|
21947d3655
|
status: optimize filtering when chars are being taken from input queue
|
14 years ago |
Andrzej Rybczak
|
226fbdd2c9
|
fix shadowing warnings
|
14 years ago |
Andrzej Rybczak
|
af2cdca3d0
|
change naming conventions in NC namespace
|
14 years ago |
Andrzej Rybczak
|
0cfe5d8f01
|
strbuffer: reorder headers
|
14 years ago |
Andrzej Rybczak
|
b1ff896cb6
|
get rid of HAVE_CONFIG_H directives
|
14 years ago |
Andrzej Rybczak
|
337a27c366
|
window: adjust indentation
|
14 years ago |
Andrzej Rybczak
|
d47cad1d50
|
get rid of 'using namespace NCurses' directive
|
14 years ago |
Andrzej Rybczak
|
4c944085d6
|
menu: generalize filtering, introduce interfaces
|
14 years ago |
Andrzej Rybczak
|
0447b4e881
|
window: remove GetXY
|
14 years ago |
Andrzej Rybczak
|
b06e620913
|
more cleanup and grouping functions logically together
|
14 years ago |
Andrzej Rybczak
|
a270fc8402
|
rewrite MPD::Song object
|
14 years ago |
Andrzej Rybczak
|
9e071b074c
|
display: rewrite Display::Columns and Display::SongsInColumns
|
14 years ago |
Andrzej Rybczak
|
f6cae753e2
|
implement input character queue and add PushCharacters macro utility
|
14 years ago |
Andrzej Rybczak
|
6829a8e05c
|
add support for binding actions to multibyte characters
|
14 years ago |
Andrzej Rybczak
|
fbd4a0484e
|
fix a few issues with win32 build
|
14 years ago |
Andrzej Rybczak
|
181224b837
|
keybinding system rewrite
|
14 years ago |
Andrzej Rybczak
|
7b8a286c49
|
window: interpret ctrl-h as backspace
|
14 years ago |
Andrzej Rybczak
|
f8151904f5
|
update copyright dates
|
14 years ago |
Andrzej Rybczak
|
ca956c3da3
|
update copyright dates
|
15 years ago |