211 Commits (ee040635d96ae04bc5af3262127fe34edc8ab96b)

Author SHA1 Message Date
Andrzej Rybczak 397783d701 reduce usage of pointers / replace std::pair in SearchEngine 14 years ago
Andrzej Rybczak a270fc8402 rewrite MPD::Song object 14 years ago
Andrzej Rybczak bac6df8c6c some general source code tweaks 14 years ago
Andrzej Rybczak b7999b499f add a few informational messages 14 years ago
Andrzej Rybczak 77a3c73d9c make displayed messages more consistent 14 years ago
Andrzej Rybczak dad2bba13e optimize a bit adding playlists/directories to playlist 14 years ago
Andrzej Rybczak 181224b837 keybinding system rewrite 14 years ago
Andrzej Rybczak 27a0dc958f corrections for previous commit 14 years ago
Maarten de Vries 6c73c3cecf add custom sort format 14 years ago
Andrzej Rybczak f96b4fc776 browser: make playing newly loaded playlist work in all cases 14 years ago
Andrzej Rybczak f8151904f5 update copyright dates 14 years ago
Andrzej Rybczak 57511bb941 local browser: properly check if file extension is supported 14 years ago
Andrzej Rybczak b058fdce30 browser: display message only when loading playlist failed 14 years ago
Wieland Hoffmann 3661b37896 browser: Do not modify the items name if we're loading a playlist 14 years ago
Andrzej Rybczak a98a1800a7 settings: provide a way to use alternative location for configuration file 15 years ago
Andrzej Rybczak 56467eaac6 new feature: support for merging screens together 15 years ago
Andrzej Rybczak ca956c3da3 update copyright dates 15 years ago
Marc Jessome 01490db981 Fix column title resize on browser window. 15 years ago
Andrzej Rybczak 89e00e447a add support for asx/cue/m3u/pls/xspf playlists 15 years ago
Andrzej Rybczak e323025a82 remove $? formatting from song format while converting to string 15 years ago
Alexey Semenko 18bc6368bf titles_visibility configuration option 16 years ago
Andrzej Rybczak d962653c76 make feature 'display separators between albums' work in all screens 16 years ago
Andrzej Rybczak f627dc854d browser: add support for deleting group of selected items 16 years ago
Andrzej Rybczak 4d406c85f2 browser: support operations on m3u playlists not created by mpd 16 years ago
Andrzej Rybczak d1b82557d2 browser: fix omitting . and .. in Browser::{Clear,GetLocal}Directory 16 years ago
Andrzej Rybczak 02d3ec0e2a Browser::LocateSong: compare hashes, not strings 16 years ago
Andrzej Rybczak 2583487ffb check for emptiness in some more places 16 years ago
Andrzej Rybczak bd64052f11 center cursor directly in Menu class 16 years ago
Andrzej Rybczak 08daa61907 update copyright notices 16 years ago
Andrzej Rybczak a27332a825 get rid of using directives 16 years ago
Frank Blendinger b504b346af screen_switcher between current and last screen 16 years ago
Andrzej Rybczak ce7be2d476 make SelectedItemsAdder work with local directories 17 years ago
Andrzej Rybczak 5aaafba545 if there is no selected items, treat the current one as selected 17 years ago
Andrzej Rybczak 495ec25a0a simplify Clear() in Window and its derivatives 17 years ago
Andrzej Rybczak dd04406ee5 poll both stdin and mpd using one select() 17 years ago
Andrzej Rybczak eff5ebba4e fix locating now playing song in browser (using 'o') 17 years ago
Andrzej Rybczak 3551057dbb new feature: sort songs in browser by mtime (optional) 17 years ago
Andrzej Rybczak b48133a743 change keybinding for changing browse mode 17 years ago
Andrzej Rybczak 833f608d60 shorten long names in messages displayed in statusbar 17 years ago
Andrzej Rybczak 89779e6fb9 sort files in Browser::GetLocalDirectory() 17 years ago
Andrzej Rybczak 55173cb419 move local_browser variable from settings to Browser class 17 years ago
Andrzej Rybczak 1b2999ef8e fix compilation under mingw32 17 years ago
Andrzej Rybczak 24627d8493 fix compilation --with-taglib 17 years ago
Andrzej Rybczak dec7bd9c0e make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv) 17 years ago
Andrzej Rybczak ad685091bc rename Menu::BoldOption() to Menu::Bold() 17 years ago
Andrzej Rybczak 3bdb798852 clean NCurse::List class a bit and remove a few redundant functions 17 years ago
Andrzej Rybczak d6fbb2f657 remove wrapper for Scroller() needed with --enable-unicode 17 years ago
Andrzej Rybczak 18e611bee2 make sorting window use main ncmpcpp loop 17 years ago
Andrzej Rybczak f0ebc47785 browser: do nothing if space is pressed and parent dir is highlighted 17 years ago
Andrzej Rybczak 89e18096d9 rearrange sequence of arguments to Scroller() 17 years ago