1766 Commits (8d9ddd5ff8fe4ce838a8a1e283c1fd186f52dd9a)
 

Author SHA1 Message Date
Andrzej Rybczak 8d9ddd5ff8 playlist editor: fix shadow warning 12 years ago
Andrzej Rybczak 7acc64979e settings: make slave screen optional and unset by default 12 years ago
Andrzej Rybczak 543dadf3c6 Merge branch '0.6.x' 12 years ago
Andrzej Rybczak 2ef83ff15f bindings: additionally bind delete to DeleteBrowserItems by default 12 years ago
Andrzej Rybczak 6a5f46a458 actions: make find forward/backward incremental 12 years ago
Andrzej Rybczak 7c71df8dc7 browser: do not go to parent directory on MPD_SERVER_ERROR_NO_EXIST 12 years ago
Andrzej Rybczak bf33a45935 playlist: initialize timer 12 years ago
brezerk cc747c0f99 settings: add startup_slave_screen option 12 years ago
Andrzej Rybczak a4e9523f63 settings: expand ~ to home directory in mpd_host 12 years ago
Andrzej Rybczak 9cb3b21d4a Merge branch '0.6.x' 12 years ago
Andrzej Rybczak a32a4262b8 change version to 0.6.1 12 years ago
Andrzej Rybczak d958e94d75 lyrics: check if the song exists 12 years ago
Andrzej Rybczak 3e9d25ccea playlist editor: fix adding songs with fetch delay enabled 12 years ago
Andrzej Rybczak 08d17f9d0e media library: fix adding songs with fetch delay enabled 12 years ago
Andrzej Rybczak 60749ea4bd window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1 12 years ago
Andrzej Rybczak 309a4989c9 remove filtering 12 years ago
Andrzej Rybczak 413fe866de menu: remove unused methods 12 years ago
Andrzej Rybczak efdac2058e menu: make current() return an iterator 12 years ago
Andrzej Rybczak 12772c47f9 menu: remove search related methods 12 years ago
Andrzej Rybczak c01e734e6e news: add info about directories and playlists being sortable by mtime 12 years ago
Andrzej Rybczak 044bbc3777 tags: mp3: write IDv2.4 tags only 12 years ago
Andrzej Rybczak 0f254b164e tags: mp3: write IDv2.4 tags only 12 years ago
Andrzej Rybczak d51f52633f menu: replace Iterator class with boost::indirect_iterator adaptor 12 years ago
Andrzej Rybczak 0d07af8a5e menu: change std::forward to std::move 12 years ago
Andrzej Rybczak 7bfa120f37 mpd: get rid of *List typedefs 12 years ago
Andrzej Rybczak 24de827f8b fix shadow warnings 12 years ago
Andrzej Rybczak 202a21c4b3 mpd: replace all consumers with iterators 12 years ago
Andrzej Rybczak e5b0c7a357 mpd: make GetRecursiveDirectory return SongIterator 12 years ago
Andrzej Rybczak afa8a34340 mpd: make Iterator more flexible 12 years ago
Andrzej Rybczak 0457af36fe mpd: redesign Item and adjust browser 12 years ago
Andrzej Rybczak 30d57afcac playlist editor: hold MPD::PlaylistS instead of std::stringS 12 years ago
Andrzej Rybczak fabd24c6a5 mpd: make ItemType enum class 12 years ago
Andrzej Rybczak 9a1afece86 mpd: Item: do not wrap Song in shared_ptr 12 years ago
Andrzej Rybczak 42bba40baf mpd: add Playlist 12 years ago
Andrzej Rybczak b98d830a33 mpd: output: replace exception with assert 12 years ago
Andrzej Rybczak cb6d8c69cd mpd: use unique_ptr for storage of mpd_connection 12 years ago
Andrzej Rybczak 72726831ca mpd: add OutputIterator 12 years ago
Andrzej Rybczak 4ad5c33f32 use SongIterator 12 years ago
Andrzej Rybczak 485e6ee4a3 mpd: add SongIterator 12 years ago
Andrzej Rybczak fb9c0ffdf5 menu: add std::move in a few places 12 years ago
Andrzej Rybczak 9cbcf61fac proxy song list: remove highlight 12 years ago
Andrzej Rybczak 42dce36625 strbuffer: use static initializer instead of variadic constructor 12 years ago
Andrzej Rybczak e9a539f8ee pass by value instead of rvalue reference for RVO to take place 12 years ago
Andrzej Rybczak 7e2900511c window: initScreen: initialize readline 12 years ago
Andrzej Rybczak a71f3787d1 actions: replace bare readKey with prompt everywhere 12 years ago
Andrzej Rybczak e6859c097b actions: rename askYesNoQuestion to confirmAction and make it throw on 'n' 12 years ago
Andrzej Rybczak a8b46a8e47 actions: make askYesNoQuestion use NC::Window::prompt 12 years ago
Andrzej Rybczak cb578125cc window: display_string: properly handle invalid multibyte characters 12 years ago
Andrzej Rybczak 8cf05f2645 statusbar: rename getString to mainHook 12 years ago
Andrzej Rybczak 9a8ce0f176 window: display_string: add comments 12 years ago