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
/
tag_editor.cpp
Age
Commit message (
Expand
)
Author
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2015-05-17
tag editor: when numbering tracks, discard other track tags if present
Andrzej Rybczak
2015-05-17
split PressSpace action into modular pieces
Andrzej Rybczak
2015-05-11
tag editor: fix assertion failure when directory has no subdirectories
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-02
Merge branch '0.6.x'
Andrzej Rybczak
2015-05-02
tag editor: fix leading separator issue (#32)
jgr
2015-05-02
add support for unicode aware regular expressions if available
Andrzej Rybczak
2015-04-18
menu: split into two headers
Andrzej Rybczak
2014-11-15
window: support new colors also as borders
Andrzej Rybczak
2014-11-11
remove silly comment after namespaces
Andrzej Rybczak
2014-11-11
format: implement generic format parser and printer
Andrzej Rybczak
2014-11-07
actions: make find forward/backward incremental
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-11-04
menu: make current() return an iterator
Andrzej Rybczak
2014-11-04
menu: remove search related methods
Andrzej Rybczak
2014-11-03
mpd: get rid of *List typedefs
Andrzej Rybczak
2014-11-03
fix shadow warnings
Andrzej Rybczak
2014-11-03
mpd: replace all consumers with iterators
Andrzej Rybczak
2014-11-01
use SongIterator
Andrzej Rybczak
2014-10-31
actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'
Andrzej Rybczak
2014-10-31
actions: make askYesNoQuestion use NC::Window::prompt
Andrzej Rybczak
2014-10-31
window: rename getString to prompt
Andrzej Rybczak
2014-10-31
statusbar: use scoped locks instead of lock/unlock functions
Andrzej Rybczak
2014-09-03
fix color of window separators in media library etc.
Andrzej Rybczak
2014-08-30
playlist: make kept song count collision resistant
Andrzej Rybczak
2014-08-29
settings: configuration file processing rewrite
Andrzej Rybczak
2014-08-27
tag editor: fix filename change detection
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2014-08-27
statusbar: use boost::format instead of c-style printf
Andrzej Rybczak
2013-11-16
tag editor: fix middle column binds if titles_visibility is disabled
Andrzej Rybczak
2013-07-09
use boost::bind instead of std::bind until boost placeholders are in separate...
Andrzej Rybczak
2013-05-17
mpdpp: make all consumers take values, not rvalue references
Andrzej Rybczak
2013-04-28
clear filters when empty string is passed to applyFilter
Andrzej Rybczak
2013-04-07
clear search results if empty string is passed to FindForward/Backward
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-06
replace gnu regex wrapper with boost::regex
Andrzej Rybczak
2012-12-08
settings: new configuration variable: generate_win32_compatible_filenames
Andrzej Rybczak
2012-10-20
tag editor: remove separator from parser dialog
Andrzej Rybczak
2012-10-18
replace a few string algorithms with boost utilities
Andrzej Rybczak
2012-10-06
window: make color/format/border class enums
Andrzej Rybczak
2012-10-06
actions: use namespace
Andrzej Rybczak
2012-10-06
actions: change naming convention to camelCase
Andrzej Rybczak
2012-10-06
scrollpad: use std::string as container
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-10-05
initial restoration of support for encodings different than utf-8
Andrzej Rybczak
2012-10-01
mpd: make functions take item consumer instead of returning vector of items
Andrzej Rybczak
2012-09-18
menu: remove Menu::hasSelected
Andrzej Rybczak
[next]