index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-06
Check if songs are in playlist when displaying them, not up-front
Andrzej Rybczak
2017-01-06
Do mpd status update after every call to noidle if appropriate
Andrzej Rybczak
2017-01-06
Make 'update_environment' action also update local mpd status
Andrzej Rybczak
2017-01-06
Fix deletion of items in a filtered playlist
Andrzej Rybczak
2016-12-25
Make lyrics and last_fm screens lockable and startup screens
Andrzej Rybczak
2016-12-25
Adjust handling of selected prefix and suffix in columns mode
Andrzej Rybczak
2016-12-25
Fix displaying items in menu
Andrzej Rybczak
2016-12-25
Reposition player_state_color in man page and settings
Andrzej Rybczak
2016-12-25
Add to NEWS info about extended color variables
Andrzej Rybczak
2016-12-25
Add 'statusbar_time_color' and 'player_state_color' configuration variables
Andrzej Rybczak
2016-12-24
Retain previous background by default when switching colors
Andrzej Rybczak
2016-12-23
Support attaching format information to selected color variables
Andrzej Rybczak
2016-12-22
Remove Format::None
Andrzej Rybczak
2016-12-22
Move screens to subdirectory
Andrzej Rybczak
2016-12-22
Move ncurses related files to curses directory
Andrzej Rybczak
2016-12-22
visualizer: use std::vector for samples
Andrzej Rybczak
2016-12-22
Compile cleanly with GCC 4.9.4
Andrzej Rybczak
2016-12-22
Update 'optional features' information in INSTALL file
Jesse Kleve
2016-12-21
lyrics: after cancelling download stop further fetching attempts
Andrzej Rybczak
2016-12-21
settings: fix typo
Andrzej Rybczak
2016-12-21
use boost::async instead of std::async as ~boost::async is nonblocking
Andrzej Rybczak
2016-12-16
Require ncursesw to provide waddwstr and waddnwstr
Andrzej Rybczak
2016-12-16
Require ncursesw
Andrzej Rybczak
2016-12-14
functional: remove reverse_iteration, use boost::range instead
Andrzej Rybczak
2016-12-14
Prevent ncurses input queue from breaking by cleaning KEY_RESIZE asap
Andrzej Rybczak
2016-12-14
Make run_resize_screen volatile
Andrzej Rybczak
2016-12-14
song list: get rid of boost::zip_iterator and improve {Const,}SongIterator
Andrzej Rybczak
2016-12-08
bindings: remove deprecation warnings
Andrzej Rybczak
2016-12-08
man: update description of a few variables
Andrzej Rybczak
2016-12-08
settings: deprecate visualizer_sample_multiplier
Andrzej Rybczak
2016-12-07
window: make key type 64 bits to represent unicode characters unambiguously
Andrzej Rybczak
2016-12-07
Exit if stdin is closed
Andrzej Rybczak
2016-12-07
actions: use shared_ptr to store actions
Andrzej Rybczak
2016-11-23
actions: use unique_ptr for storing actions
Andrzej Rybczak
2016-11-21
Always clear worker after fetching lyrics completed
Andrzej Rybczak
2016-11-21
Add support for fetching lyrics in background for selected songs
Andrzej Rybczak
2016-11-21
lyrics: add support for showing notifications about fetching lyrics in backgr...
Andrzej Rybczak
2016-11-20
Explicitly link with pthread library
Andrzej Rybczak
2016-11-20
Show detailed error message if writing tags fails
Andrzej Rybczak
2016-11-20
Move Shared class to a separate file
Andrzej Rybczak
2016-11-20
Make libcurl a hard dependency
Andrzej Rybczak
2016-11-20
Modernize lyrics screen
Andrzej Rybczak
2016-11-19
settings: remove default_space_mode
Andrzej Rybczak
2016-11-19
Simplify option_parser
Andrzej Rybczak
2016-11-16
settings: expand '~' to home directory in execute_on_player_song_change
Andrzej Rybczak
2016-11-16
configuration: trim MPD_PORT value before passing it to lexical_cast
Andrzej Rybczak
2016-11-16
configuration: show meaningful error message if MPD_PORT is not a number
Andrzej Rybczak
2016-11-16
lyrics: suppress name shadow warnings
Andrzej Rybczak
2016-11-16
lyrics: fetch lyrics in background sequentially
Andrzej Rybczak
2016-11-16
Make the list of lyrics fetchers customizable
Andrzej Rybczak
[next]