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
/
sort_playlist.h
Age
Commit message (
Expand
)
Author
2016-12-22
Move screens to subdirectory
Andrzej Rybczak
2016-11-13
Update headers
Andrzej Rybczak
2016-11-13
configure: require c++14 compatible compiler
Andrzej Rybczak
2015-11-04
remove enterPressed from remaining screens
Andrzej Rybczak
2015-05-17
split PressSpace action into modular pieces
Andrzej Rybczak
2015-04-18
actions: toggle screen lock: check if screen is lockable before asking for width
Andrzej Rybczak
2014-08-31
rename ExecItem to RunnableItem and make use of variadic templates
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-18
add some typedefs
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-18
menu: remove Menu::Swap
Andrzej Rybczak
2012-09-16
add ScreenType for screen's type identification
Andrzej Rybczak
2012-09-16
sort playlist dialog: use ExecItem
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
Andrzej Rybczak
2012-09-14
sort playlist dialog: change main window to be non-pointer
Andrzej Rybczak
2012-09-14
screen: change ScreenType to WindowType and add WindowReference typedef
Andrzej Rybczak
2012-09-14
make defining screens with main window type as non-pointer possible
Andrzej Rybczak
2012-09-14
sort playlist dialog: make a few members const
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