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
path:
root
/
src
/
actions.cpp
Age
Commit message (
Expand
)
Author
2017-01-06
Make 'update_environment' action also update local mpd status
Andrzej Rybczak
2016-12-25
Make lyrics and last_fm screens lockable and startup screens
Andrzej Rybczak
2016-12-25
Add 'statusbar_time_color' and 'player_state_color' configuration variables
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-14
Prevent ncurses input queue from breaking by cleaning KEY_RESIZE asap
Andrzej Rybczak
2016-12-14
song list: get rid of boost::zip_iterator and improve {Const,}SongIterator
Andrzej Rybczak
2016-12-08
settings: deprecate visualizer_sample_multiplier
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
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
Show detailed error message if writing tags fails
Andrzej Rybczak
2016-11-20
Make libcurl a hard dependency
Andrzej Rybczak
2016-11-20
Modernize lyrics screen
Andrzej Rybczak
2016-11-13
Update headers
Andrzej Rybczak
2016-11-13
Move filtering methods to separate interface
Andrzej Rybczak
2016-11-13
Implement filtering in playlist editor
Andrzej Rybczak
2016-11-13
Implement filtering in media library
Andrzej Rybczak
2016-11-13
Implement filtering in browser and search engine
Andrzej Rybczak
2016-11-13
Resurrect filtering of lists (playlist only for now)
Andrzej Rybczak
2016-11-11
searchable: retrieve currently applied search constraint
Andrzej Rybczak
2016-11-11
Prepare for the ressurection of filtering
Andrzej Rybczak
2016-10-30
Merge branch '0.7.x'
Andrzej Rybczak
2016-10-30
Use mt19937 random number generator instad of the default one
Hamuko
2016-10-30
Include state line in the header window
Andrzej Rybczak
2016-06-10
actions: allow action chains to be used for seeking
Andrzej Rybczak
2015-12-25
settings: add config option to not confirm shuffling playlist
Asa Sourdiffe
2015-11-11
configure: check for readline properly
Andrzej Rybczak
2015-11-04
add ifdefs to fix conditional compilation
0.7_beta1
Andrzej Rybczak
2015-11-04
actions: require confirmation before shuffling range
Andrzej Rybczak
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2015-09-27
playlist: remove enterPressed
Andrzej Rybczak
2015-09-27
playlist: convert several function names to camelCase
Andrzej Rybczak
2015-09-27
outputs: replace enterPressed with toggleOutput
Andrzej Rybczak
2015-07-23
actions: explicitly include boost posix_time.hpp
Andrzej Rybczak
2015-05-24
actions: add support for selecting found items
Andrzej Rybczak
2015-05-23
actions: add support for range selection and make a few actions work on ranges
Andrzej Rybczak
2015-05-23
action: select item: don't go down after selection
Andrzej Rybczak
2015-05-23
lastfm: use sink argument and fix possible usage of m_service after delete
Andrzej Rybczak
2015-05-19
stop using literal 500 as a window timeout
Andrzej Rybczak
2015-05-17
split PressSpace action into modular pieces
Andrzej Rybczak
2015-05-17
actions: respect regular expression config when searching in text fields
Andrzej Rybczak
2015-05-17
actions: add action for environment update
Andrzej Rybczak
2015-05-14
bindinds: add support for alt/ctrl/shift modifiers and escape key
Andrzej Rybczak
2015-05-11
replace ProxySongList with NC::List and SongList
Andrzej Rybczak
2015-05-11
replace boost::bind with std::bind
Andrzej Rybczak
2015-05-09
actions: move item selection to its own action and bind it to insert
Andrzej Rybczak
2015-05-09
remove support for ncurses terminal sequence escaping
Andrzej Rybczak
2015-05-08
window: support extended urxvt mouse support if applicable
Andrzej Rybczak
[next]