2289 Commits (89ebfbf73dbf68221de4e735ea75c4e7a4a7bf10)
 

Author SHA1 Message Date
Andrzej Rybczak 7c15dd954e stop using literal 500 as a window timeout 11 years ago
Andrzej Rybczak 125ae9b505 tags: remove xiph tag DESCRIPTION as it's parsed as COMMENT by MPD 11 years ago
Andrzej Rybczak a800226cd4 status: always replace song, but deselect only when path changes 11 years ago
Andrzej Rybczak a6c120037f tag editor: when numbering tracks, discard other track tags if present 11 years ago
Andrzej Rybczak c7fe74dd66 screen: provide const main() overload 11 years ago
Andrzej Rybczak 2caf08aaa7 split PressSpace action into modular pieces 11 years ago
Andrzej Rybczak c68631b2f0 actions: respect regular expression config when searching in text fields 11 years ago
Andrzej Rybczak 12db40849c settings: recognize default_space_mode and show deprecation warning 11 years ago
Andrzej Rybczak 4446242bbc actions: add action for environment update 11 years ago
Andrzej Rybczak c53e98e2a5 configure: require readline/readline.h and pthread.h headers 11 years ago
Andrzej Rybczak 235001a5fc main: do not show pressed key in statusbar 11 years ago
Andrzej Rybczak d3f8069caf bindings: recognize backspace_2 as backspace and add deprecation message 11 years ago
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 0dc3752e3f add missing song_list.h 11 years ago
Andrzej Rybczak b0a2ed1203 tag editor: fix assertion failure when directory has no subdirectories 11 years ago
Andrzej Rybczak a76cfeef8d actions: rework syntax and method visibility 11 years ago
Andrzej Rybczak a8e2ec5ed0 replace ProxySongList with NC::List and SongList 11 years ago
Andrzej Rybczak a7dab01eff replace boost::bind with std::bind 11 years ago
Andrzej Rybczak cf6cf7d787 help: correct a typo 11 years ago
Andrzej Rybczak 38b1064f1f actions: move item selection to its own action and bind it to insert 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 078fc099f3 bindings: implement Key and Command in terms of std::tuple 11 years ago
Andrzej Rybczak 11735b42b3 bindings: move some code from .h to .cpp file 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 c540c5afba menu: refresh: rename variables a bit 11 years ago
Andrzej Rybczak 4d552bef58 menu: reduce indirection 11 years ago
Andrzej Rybczak 173d23dde6 window: support extended urxvt mouse support if applicable 11 years ago
Andrzej Rybczak 9272a0034c window: support mouse coordinates up to 255 11 years ago
Andrzej Rybczak b8fdb323b8 window: disable mouse before passing control to readline 11 years ago
Andrzej Rybczak 670839b8f0 window: set timeout to 0 while fetching pieces of terminal sequence 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 6384c4bfd6 do not include error.h as it's not the desired file 11 years ago
Andrzej Rybczak 405480e158 Merge branch '0.6.x' 11 years ago
Andrzej Rybczak a40508179a configuration: add 'ignore-config-errors' switch 11 years ago
Andrzej Rybczak 77c702100f change version to 0.6.4 11 years ago
Andrzej Rybczak 5a3a2fbbf1 set SIGWINCH handler before initializing ncurses to avoid races 11 years ago
jgr bb4c0a9d4c tag editor: fix leading separator issue (#32) 11 years ago
Andrzej Rybczak 3bd9c88f05 actions: only shuffle selected range of playlist if applicable 11 years ago
Andrzej Rybczak 7acff16535 configure: set BOOST_LIB_SUFFIX to empty string by default 11 years ago
Andrzej Rybczak 8f646e0f5c settings: enable regexes by default and add support for perl syntax 11 years ago
Andrzej Rybczak dafcadefaf add support for unicode aware regular expressions if available 11 years ago
Andrzej Rybczak 39c331eed6 status: if current song is not yet in playlist, fetch it from the server - part 2 11 years ago
Andrzej Rybczak 9e85f38865 song: use boost::hash 11 years ago
Andrzej Rybczak 7f9f055082 helpers: modify getSelectedRange a little 11 years ago
Andrzej Rybczak a26aa6c295 media library: locate song: clean up 11 years ago
Andrzej Rybczak b8645d7647 media library: remove redundant FIXME 11 years ago