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
/
sel_items_adder.cpp
Age
Commit message (
Expand
)
Author
2013-05-17
mpdpp: make all consumers take values, not rvalue references
Andrzej Rybczak
2013-04-07
get rid of global mpd status object
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-07
rewrite communication system with mpd
Andrzej Rybczak
2012-10-18
add some typedefs
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
mdp: remove GetCurrentlyPlayingSongPos
Andrzej Rybczak
2012-09-16
screen: rename BasicScreen to BaseScreen
Andrzej Rybczak
2012-09-16
selected items added: fix position in adding after current song
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-15
fix compilation with gcc-4.5
Andrzej Rybczak
2012-09-15
rewrite selected items added so it uses sane actions dispatch system
Andrzej Rybczak
2012-09-14
screen: change ScreenType to WindowType and add WindowReference typedef
Andrzej Rybczak
2012-09-14
playlist: define main screen as non-pointer
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
do not initialize screens lazily as it doesn't make much sense
Andrzej Rybczak
2012-09-13
playlist: move sorting dialog related functions to separate file
Andrzej Rybczak
2012-09-13
require a bit bigger screen so all possible dialogs will fit
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-11
get rid of locale_to_utf where it's not needed anymore
Andrzej Rybczak
2012-09-11
move statusbar/progressbar related code to separate file
Andrzej Rybczak
2012-09-11
playist: do not duplicate now playing information
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-08
comparators: generalize objects a bit
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-08-31
menu: move a few methods to Item class
Andrzej Rybczak
2012-08-30
menu: implement custom iterator
Andrzej Rybczak
2012-08-30
menu: some member name changing
Andrzej Rybczak
2012-08-29
split majority of helpers and rewrite a few heinous 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-14
make displayed messages more consistent
Andrzej Rybczak
2012-07-13
jump to current song at startup even if it's not currently played
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-02-05
center cursor directly in Menu class
Andrzej Rybczak
2010-01-31
fix adding after current track/album when stopped
Frank Blendinger
2010-01-30
update copyright notices
Andrzej Rybczak
2010-01-30
add support for adding tracks to playlist after highlighted item
Andrzej Rybczak
2010-01-30
rename misc.{cpp,h} to sel_items_adder.{cpp,h}
Andrzej Rybczak