| .. |
|
helpers
|
replace ProxySongList with NC::List and SongList
|
11 years ago |
|
utility
|
Further improve HTML formatting
|
9 years ago |
|
Makefile.am
|
configure: check for readline properly
|
10 years ago |
|
actions.cpp
|
Move filtering methods to separate interface
|
9 years ago |
|
actions.h
|
Move filtering methods to separate interface
|
9 years ago |
|
bindings.cpp
|
Prepare for the ressurection of filtering
|
9 years ago |
|
bindings.h
|
help: show defined action chains
|
11 years ago |
|
browser.cpp
|
Move filtering methods to separate interface
|
9 years ago |
|
browser.h
|
Move filtering methods to separate interface
|
9 years ago |
|
charset.cpp
|
charset: provide overloads for rvalue references
|
11 years ago |
|
charset.h
|
charset: provide overloads for rvalue references
|
11 years ago |
|
clock.cpp
|
window: support new colors also as borders
|
11 years ago |
|
clock.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
configuration.cpp
|
configuration: do not continue after handling --current-song
|
10 years ago |
|
configuration.h
|
settings: configuration file processing rewrite
|
12 years ago |
|
curl_handle.cpp
|
curl: fix fetching artist info from last.fm
|
10 years ago |
|
curl_handle.h
|
lyrics fetcher: fix lyricwiki.com redirect issue
|
11 years ago |
|
display.cpp
|
Resurrect filtering of lists (playlist only for now)
|
9 years ago |
|
display.h
|
replace ProxySongList with NC::List and SongList
|
11 years ago |
|
enums.cpp
|
actions: make find forward/backward incremental
|
12 years ago |
|
enums.h
|
actions: make find forward/backward incremental
|
12 years ago |
|
format.cpp
|
format: split into two headers
|
11 years ago |
|
format.h
|
format: add ability to extract tags from a song
|
10 years ago |
|
format_impl.h
|
format: add ability to extract tags from a song
|
10 years ago |
|
gcc.h
|
update copyright message
|
12 years ago |
|
global.cpp
|
Use mt19937 random number generator instad of the default one
|
10 years ago |
|
global.h
|
Use mt19937 random number generator instad of the default one
|
10 years ago |
|
help.cpp
|
Prepare for the ressurection of filtering
|
9 years ago |
|
help.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
helpers.cpp
|
Implement filtering in playlist editor
|
9 years ago |
|
helpers.h
|
Implement filtering in playlist editor
|
9 years ago |
|
interfaces.h
|
Move filtering methods to separate interface
|
9 years ago |
|
lastfm.cpp
|
window: support new colors also as borders
|
11 years ago |
|
lastfm.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
lastfm_service.cpp
|
Merge branch '0.6.x'
|
11 years ago |
|
lastfm_service.h
|
update copyright message
|
12 years ago |
|
lyrics.cpp
|
split PressSpace action into modular pieces
|
11 years ago |
|
lyrics.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
lyrics_fetcher.cpp
|
Further improve HTML formatting
|
9 years ago |
|
lyrics_fetcher.h
|
Further improve HTML formatting
|
9 years ago |
|
macro_utilities.cpp
|
help: show defined action chains
|
11 years ago |
|
macro_utilities.h
|
help: show defined action chains
|
11 years ago |
|
media_library.cpp
|
Do not look at emptiness when changing windows
|
9 years ago |
|
media_library.h
|
Move filtering methods to separate interface
|
9 years ago |
|
menu.h
|
Resurrect filtering of lists (playlist only for now)
|
9 years ago |
|
menu_impl.h
|
Implement filtering in media library
|
9 years ago |
|
mpdpp.cpp
|
Use mt19937 random number generator instad of the default one
|
10 years ago |
|
mpdpp.h
|
Use mt19937 random number generator instad of the default one
|
10 years ago |
|
mutable_song.cpp
|
remove silly comment after namespaces
|
12 years ago |
|
mutable_song.h
|
remove silly comment after namespaces
|
12 years ago |
|
ncmpcpp.cpp
|
Use mt19937 random number generator instad of the default one
|
10 years ago |
|
outputs.cpp
|
remove enterPressed from remaining screens
|
11 years ago |
|
outputs.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
playlist.cpp
|
Move filtering methods to separate interface
|
9 years ago |
|
playlist.h
|
Move filtering methods to separate interface
|
9 years ago |
|
playlist_editor.cpp
|
Do not look at emptiness when changing windows
|
9 years ago |
|
playlist_editor.h
|
Move filtering methods to separate interface
|
9 years ago |
|
regex_filter.h
|
searchable: retrieve currently applied search constraint
|
9 years ago |
|
runnable_item.h
|
rename ExecItem to RunnableItem and make use of variadic templates
|
12 years ago |
|
screen.cpp
|
actions: toggle screen lock: check if screen is lockable before asking for width
|
11 years ago |
|
screen.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
screen_switcher.h
|
update copyright message
|
12 years ago |
|
screen_type.cpp
|
screen type: silence gcc warning
|
11 years ago |
|
screen_type.h
|
help: show defined action chains
|
11 years ago |
|
scrollpad.cpp
|
strbuffer: fix issue with order of properties with the same position
|
11 years ago |
|
scrollpad.h
|
actions: respect regular expression config when searching in text fields
|
11 years ago |
|
search_engine.cpp
|
Move filtering methods to separate interface
|
9 years ago |
|
search_engine.h
|
Move filtering methods to separate interface
|
9 years ago |
|
sel_items_adder.cpp
|
searchable: retrieve currently applied search constraint
|
9 years ago |
|
sel_items_adder.h
|
Move filtering methods to separate interface
|
9 years ago |
|
server_info.cpp
|
mpd: replace all consumers with iterators
|
12 years ago |
|
server_info.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
settings.cpp
|
Merge branch '0.7.x'
|
10 years ago |
|
settings.h
|
settings: add 'execute_on_player_state_change' option
|
10 years ago |
|
song.cpp
|
Song: add support for hiding duplicate tags
|
10 years ago |
|
song.h
|
Resurrect filtering of lists (playlist only for now)
|
9 years ago |
|
song_info.cpp
|
replace ProxySongList with NC::List and SongList
|
11 years ago |
|
song_info.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
song_list.cpp
|
replace ProxySongList with NC::List and SongList
|
11 years ago |
|
song_list.h
|
Implement filtering in browser and search engine
|
9 years ago |
|
sort_playlist.cpp
|
Use mt19937 random number generator instad of the default one
|
10 years ago |
|
sort_playlist.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
status.cpp
|
Implement filtering in media library
|
9 years ago |
|
status.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
statusbar.cpp
|
Move filtering methods to separate interface
|
9 years ago |
|
statusbar.h
|
Move filtering methods to separate interface
|
9 years ago |
|
strbuffer.h
|
strbuffer: fix issue with order of properties with the same position
|
11 years ago |
|
tag_editor.cpp
|
searchable: retrieve currently applied search constraint
|
9 years ago |
|
tag_editor.h
|
searchable: retrieve currently applied search constraint
|
9 years ago |
|
tags.cpp
|
tags: remove xiph tag DESCRIPTION as it's parsed as COMMENT by MPD
|
11 years ago |
|
tags.h
|
remove silly comment after namespaces
|
12 years ago |
|
tiny_tag_editor.cpp
|
remove enterPressed from remaining screens
|
11 years ago |
|
tiny_tag_editor.h
|
Move filtering methods to separate interface
|
9 years ago |
|
title.cpp
|
settings: check if terminal supports window title once
|
11 years ago |
|
title.h
|
update copyright message
|
12 years ago |
|
visualizer.cpp
|
visualizer: scale automatically if multiplier is 1
|
11 years ago |
|
visualizer.h
|
remove enterPressed from remaining screens
|
11 years ago |
|
window.cpp
|
window: recognize home/end in more terminal emulators
|
10 years ago |
|
window.h
|
Implement filtering in playlist editor
|
9 years ago |