144 Commits (16197126827339b2cb35fe7aefb176dc0643d266)

Author SHA1 Message Date
Andrzej Rybczak e657089b30 Fix crash occuring when searching backward in an empty list 10 years ago
Andrzej Rybczak 0e32959721 helpers: treat no selection as a full range 11 years ago
Andrzej Rybczak 9e9e521580 remove enterPressed from remaining screens 11 years ago
Andrzej Rybczak c6506d77fd media library: fix infinite loop if listallinfo fails 11 years ago
Andrzej Rybczak 1b6cb65f3a actions: add support for range selection and make a few actions work on ranges 11 years ago
Andrzej Rybczak a8e2ec5ed0 replace ProxySongList with NC::List and SongList 11 years ago
Andrzej Rybczak 7f9f055082 helpers: modify getSelectedRange a little 11 years ago
Andrzej Rybczak 8d24c42261 format: implement generic format parser and printer 12 years ago
Andrzej Rybczak 75bae9862e window: change internal color representation 12 years ago
Andrzej Rybczak 6a5f46a458 actions: make find forward/backward incremental 12 years ago
Andrzej Rybczak d958e94d75 lyrics: check if the song exists 12 years ago
Andrzej Rybczak 309a4989c9 remove filtering 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 0457af36fe mpd: redesign Item and adjust browser 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 34923a035c notify user if some files failed to be added 12 years ago
James Pike 7094852c20 addSongsToPlaylist: add all valid entries instead of stopping at first failure 12 years ago
Andrzej Rybczak 0dcec65edf use boost::bind instead of std::bind until boost placeholders are in separate namespace 13 years ago
Andrzej Rybczak 7deeecee20 get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library 13 years ago
Andrzej Rybczak 2f9ab8f267 mpdpp: make all consumers take values, not rvalue references 13 years ago
Andrzej Rybczak e5e6de8d31 helpers: cleanup properly if action throws an exception 13 years ago
Andrzej Rybczak 7a470cdfbf fix assertion failure while trying to send play command in commands list 13 years ago
Andrzej Rybczak 1d4e006986 update copyright info 13 years ago
Andrzej Rybczak 6a3eb73a49 rewrite communication system with mpd 13 years ago
Andrzej Rybczak 8db773cfec replace a few string algorithms with boost utilities 14 years ago
Andrzej Rybczak df9ecabb55 window: make color/format/border class enums 14 years ago
Andrzej Rybczak 439e004cfa restore BasicBuffer::write function 14 years ago
Andrzej Rybczak 43924f88e1 scrollpad: use std::string as container 14 years ago
Andrzej Rybczak 1eb0003714 window: rename Where to Scroll and make it enum class 14 years ago
Andrzej Rybczak 044464962c initial restoration of support for encodings different than utf-8 14 years ago
Andrzej Rybczak efe2a52382 fix header guards 14 years ago
Andrzej Rybczak e108604641 playlist: make reverse operate on iterator range 14 years ago
Andrzej Rybczak 48cf01f084 pass ProxySongList around since it already has shared_ptr inside 14 years ago
Andrzej Rybczak f691ab265f screen: rename BasicScreen to BaseScreen 14 years ago
Andrzej Rybczak c4190b6514 rewrite selected items added so it uses sane actions dispatch system 14 years ago
Andrzej Rybczak cfe738b2f7 add interface HasColumns and its appropriate implementations 14 years ago
Andrzej Rybczak 6da434b5b2 strbuffer: change basic_buffer to BasicBuffer 14 years ago
Andrzej Rybczak 8e7bcd219b display: improve showSongs a bit 14 years ago
Andrzej Rybczak 189010fecc move ParseArgv to separate file 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 cf06d9fa8d strbuffer: change typename C to CharT 14 years ago
Andrzej Rybczak a351d07eff actions: get deleting/cropping/clearing playlists right 14 years ago
Andrzej Rybczak 6d87ebbc43 generalize UpdateSongsList (-> markSongsInPlaylist) 14 years ago
Andrzej Rybczak bb121fbe01 make playlist and playlist editor share code responsible for moving items 14 years ago
Andrzej Rybczak af2cdca3d0 change naming conventions in NC namespace 14 years ago
Andrzej Rybczak 5e8d1673e0 implement ProxySongList for handling general operations on lists 14 years ago
Andrzej Rybczak d47cad1d50 get rid of 'using namespace NCurses' directive 14 years ago