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
/
playlist_editor.cpp
Age
Commit message (
Expand
)
Author
2012-08-29
split majority of helpers and rewrite a few heinous functions
Andrzej Rybczak
2012-08-28
strbuffer: get rid of ostringstream
Andrzej Rybczak
2012-08-28
mpd: use lambda closures instead of passing vectors to functions
Andrzej Rybczak
2012-08-28
reduce usage of pointers / replace std::pair in SearchEngine
Andrzej Rybczak
2012-08-28
rewrite MPD::Song object
Andrzej Rybczak
2012-08-27
some general source code tweaks
Andrzej Rybczak
2012-08-14
playlist editor: disallow cropping/clearing filtered playlists
Andrzej Rybczak
2012-08-14
make displayed messages more consistent
Andrzej Rybczak
2012-08-14
optimize a bit adding playlists/directories to playlist
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-13
playlist editor: add support for columns display mode
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2011-02-23
remove $? formatting from song format while converting to string
Andrzej Rybczak
2010-08-25
titles_visibility configuration option
Alexey Semenko
2010-08-16
playlist editor: fix filter issues
Andrzej Rybczak
2010-07-12
make feature 'display separators between albums' work in all screens
Andrzej Rybczak
2010-03-04
jump from browser to playlist editor with GoToContainingDir key
Frank Blendinger
2010-02-05
center cursor directly in Menu class
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-22
get rid of using directives
Andrzej Rybczak
2009-12-09
screen_switcher between current and last screen
Frank Blendinger
2009-11-26
if there is no selected items, treat the current one as selected
Andrzej Rybczak
2009-11-13
simplify Clear() in Window and its derivatives
Andrzej Rybczak
2009-10-25
poll both stdin and mpd using one select()
Andrzej Rybczak
2009-09-19
rename Menu::BoldOption() to Menu::Bold()
Andrzej Rybczak
2009-09-19
clean NCurse::List class a bit and remove a few redundant functions
Andrzej Rybczak
2009-08-30
make sorting window use main ncmpcpp loop
Andrzej Rybczak
2009-08-12
new feature: alternative user interface
Andrzej Rybczak
2009-08-09
use common interface for adding item(s) to playlist
Andrzej Rybczak
2009-08-08
adjust mouse bindings a bit and document them in help screen
Andrzej Rybczak
2009-07-05
some MPD::Song improvements and syntax simplifications
Andrzej Rybczak
2009-07-05
remove using declarations
Andrzej Rybczak
2009-07-04
use prefix ++ instead of postfix where available
Andrzej Rybczak
2009-07-04
define MPD::Connection handler as an object, not pointer
Andrzej Rybczak
2009-06-26
initialize screens only if necessary
Andrzej Rybczak
2009-05-26
throw away Menu::GetPosition() as Menu::Choice() does the same
Andrzej Rybczak
2009-05-25
new feature: mouse support
Andrzej Rybczak
2009-04-14
real fix for bug 2252
Andrzej Rybczak
2009-03-30
new feature: cyclic scrolling
Andrzej Rybczak
2009-03-12
do not store commands list in MPD::Connection
Andrzej Rybczak
2009-03-08
add support for regular expressions (basic and extended)
Andrzej Rybczak
2009-03-08
use CamelCase for variables in Global namespace / some cleaning
Andrzej Rybczak
2009-03-07
move searching to Menu class, also remember last constraint
Andrzej Rybczak
2009-02-18
use ncurses pad instead of ncurses window by default
Andrzej Rybczak
2009-02-17
new feature: apply filter to screen (Ctrl-F)
Andrzej Rybczak
2009-02-17
cleaning
Andrzej Rybczak
2009-02-17
get rid of this awful casting to List *
Andrzej Rybczak
2009-02-16
use streams instead of Window::WriteXY()
Andrzej Rybczak
[next]