summaryrefslogtreecommitdiff
path: root/src/tag_editor.cpp
AgeCommit message (Expand)Author
2015-11-04remove enterPressed from remaining screensAndrzej Rybczak
2015-05-17tag editor: when numbering tracks, discard other track tags if presentAndrzej Rybczak
2015-05-17split PressSpace action into modular piecesAndrzej Rybczak
2015-05-11tag editor: fix assertion failure when directory has no subdirectoriesAndrzej Rybczak
2015-05-11replace ProxySongList with NC::List and SongListAndrzej Rybczak
2015-05-11replace boost::bind with std::bindAndrzej Rybczak
2015-05-09actions: move item selection to its own action and bind it to insertAndrzej Rybczak
2015-05-02Merge branch '0.6.x'Andrzej Rybczak
2015-05-02tag editor: fix leading separator issue (#32)jgr
2015-05-02add support for unicode aware regular expressions if availableAndrzej Rybczak
2015-04-18menu: split into two headersAndrzej Rybczak
2014-11-15window: support new colors also as bordersAndrzej Rybczak
2014-11-11remove silly comment after namespacesAndrzej Rybczak
2014-11-11format: implement generic format parser and printerAndrzej Rybczak
2014-11-07actions: make find forward/backward incrementalAndrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-11-04menu: make current() return an iteratorAndrzej Rybczak
2014-11-04menu: remove search related methodsAndrzej Rybczak
2014-11-03mpd: get rid of *List typedefsAndrzej Rybczak
2014-11-03fix shadow warningsAndrzej Rybczak
2014-11-03mpd: replace all consumers with iteratorsAndrzej Rybczak
2014-11-01use SongIteratorAndrzej Rybczak
2014-10-31actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'Andrzej Rybczak
2014-10-31actions: make askYesNoQuestion use NC::Window::promptAndrzej Rybczak
2014-10-31window: rename getString to promptAndrzej Rybczak
2014-10-31statusbar: use scoped locks instead of lock/unlock functionsAndrzej Rybczak
2014-09-03fix color of window separators in media library etc.Andrzej Rybczak
2014-08-30playlist: make kept song count collision resistantAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-27tag editor: fix filename change detectionAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27statusbar: use boost::format instead of c-style printfAndrzej Rybczak
2013-11-16tag editor: fix middle column binds if titles_visibility is disabledAndrzej Rybczak
2013-07-09use boost::bind instead of std::bind until boost placeholders are in separate...Andrzej Rybczak
2013-05-17mpdpp: make all consumers take values, not rvalue referencesAndrzej Rybczak
2013-04-28clear filters when empty string is passed to applyFilterAndrzej Rybczak
2013-04-07clear search results if empty string is passed to FindForward/BackwardAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-06replace gnu regex wrapper with boost::regexAndrzej Rybczak
2012-12-08settings: new configuration variable: generate_win32_compatible_filenamesAndrzej Rybczak
2012-10-20tag editor: remove separator from parser dialogAndrzej Rybczak
2012-10-18replace a few string algorithms with boost utilitiesAndrzej Rybczak
2012-10-06window: make color/format/border class enumsAndrzej Rybczak
2012-10-06actions: use namespaceAndrzej Rybczak
2012-10-06actions: change naming convention to camelCaseAndrzej Rybczak
2012-10-06scrollpad: use std::string as containerAndrzej Rybczak
2012-10-05window: rename Where to Scroll and make it enum classAndrzej Rybczak
2012-10-05initial restoration of support for encodings different than utf-8Andrzej Rybczak
2012-10-01mpd: make functions take item consumer instead of returning vector of itemsAndrzej Rybczak
2012-09-18menu: remove Menu::hasSelectedAndrzej Rybczak