summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-06Check if songs are in playlist when displaying them, not up-frontAndrzej Rybczak
2017-01-06Do mpd status update after every call to noidle if appropriateAndrzej Rybczak
2017-01-06Make 'update_environment' action also update local mpd statusAndrzej Rybczak
2017-01-06Fix deletion of items in a filtered playlistAndrzej Rybczak
2016-12-25Make lyrics and last_fm screens lockable and startup screensAndrzej Rybczak
2016-12-25Adjust handling of selected prefix and suffix in columns modeAndrzej Rybczak
2016-12-25Fix displaying items in menuAndrzej Rybczak
2016-12-25Reposition player_state_color in man page and settingsAndrzej Rybczak
2016-12-25Add to NEWS info about extended color variablesAndrzej Rybczak
2016-12-25Add 'statusbar_time_color' and 'player_state_color' configuration variablesAndrzej Rybczak
2016-12-24Retain previous background by default when switching colorsAndrzej Rybczak
2016-12-23Support attaching format information to selected color variablesAndrzej Rybczak
2016-12-22Remove Format::NoneAndrzej Rybczak
2016-12-22Move screens to subdirectoryAndrzej Rybczak
2016-12-22Move ncurses related files to curses directoryAndrzej Rybczak
2016-12-22visualizer: use std::vector for samplesAndrzej Rybczak
2016-12-22Compile cleanly with GCC 4.9.4Andrzej Rybczak
2016-12-22Update 'optional features' information in INSTALL fileJesse Kleve
2016-12-21lyrics: after cancelling download stop further fetching attemptsAndrzej Rybczak
2016-12-21settings: fix typoAndrzej Rybczak
2016-12-21use boost::async instead of std::async as ~boost::async is nonblockingAndrzej Rybczak
2016-12-16Require ncursesw to provide waddwstr and waddnwstrAndrzej Rybczak
2016-12-16Require ncurseswAndrzej Rybczak
2016-12-14functional: remove reverse_iteration, use boost::range insteadAndrzej Rybczak
2016-12-14Prevent ncurses input queue from breaking by cleaning KEY_RESIZE asapAndrzej Rybczak
2016-12-14Make run_resize_screen volatileAndrzej Rybczak
2016-12-14song list: get rid of boost::zip_iterator and improve {Const,}SongIteratorAndrzej Rybczak
2016-12-08bindings: remove deprecation warningsAndrzej Rybczak
2016-12-08man: update description of a few variablesAndrzej Rybczak
2016-12-08settings: deprecate visualizer_sample_multiplierAndrzej Rybczak
2016-12-07window: make key type 64 bits to represent unicode characters unambiguouslyAndrzej Rybczak
2016-12-07Exit if stdin is closedAndrzej Rybczak
2016-12-07actions: use shared_ptr to store actionsAndrzej Rybczak
2016-11-23actions: use unique_ptr for storing actionsAndrzej Rybczak
2016-11-21Always clear worker after fetching lyrics completedAndrzej Rybczak
2016-11-21Add support for fetching lyrics in background for selected songsAndrzej Rybczak
2016-11-21lyrics: add support for showing notifications about fetching lyrics in backgr...Andrzej Rybczak
2016-11-20Explicitly link with pthread libraryAndrzej Rybczak
2016-11-20Show detailed error message if writing tags failsAndrzej Rybczak
2016-11-20Move Shared class to a separate fileAndrzej Rybczak
2016-11-20Make libcurl a hard dependencyAndrzej Rybczak
2016-11-20Modernize lyrics screenAndrzej Rybczak
2016-11-19settings: remove default_space_modeAndrzej Rybczak
2016-11-19Simplify option_parserAndrzej Rybczak
2016-11-16settings: expand '~' to home directory in execute_on_player_song_changeAndrzej Rybczak
2016-11-16configuration: trim MPD_PORT value before passing it to lexical_castAndrzej Rybczak
2016-11-16configuration: show meaningful error message if MPD_PORT is not a numberAndrzej Rybczak
2016-11-16lyrics: suppress name shadow warningsAndrzej Rybczak
2016-11-16lyrics: fetch lyrics in background sequentiallyAndrzej Rybczak
2016-11-16Make the list of lyrics fetchers customizableAndrzej Rybczak