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
/
screen.h
Age
Commit message (
Expand
)
Author
2016-12-22
Move screens to subdirectory
Andrzej Rybczak
2016-12-22
Move ncurses related files to curses directory
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-19
stop using literal 500 as a window timeout
Andrzej Rybczak
2015-05-17
screen: provide const main() overload
Andrzej Rybczak
2015-05-17
split PressSpace action into modular pieces
Andrzej Rybczak
2015-05-11
replace ProxySongList with NC::List and SongList
Andrzej Rybczak
2015-04-18
actions: toggle screen lock: check if screen is lockable before asking for width
Andrzej Rybczak
2014-09-03
fix color of window separators in media library etc.
Andrzej Rybczak
2014-08-31
change window timeout more transparently
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2012-10-05
window: rename Where to Scroll and make it enum class
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-16
add ScreenType for screen's type identification
Andrzej Rybczak
2012-09-16
screen: rename BasicScreen to BaseScreen
Andrzej Rybczak
2012-09-15
abstract shared parts of switchTo methods away
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
media library: make screens 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
screen: adjust indentation
Andrzej Rybczak
2012-09-13
playlist: move sorting dialog related functions to separate file
Andrzej Rybczak
2012-09-13
more PascalCase to camelCase conversions
Andrzej Rybczak
2012-09-08
use wstrings uncoditionally where needed
Andrzej Rybczak
2012-09-04
make use of override keyword if available
Andrzej Rybczak
2012-09-03
change naming conventions in NC namespace
Andrzej Rybczak
2012-09-02
finally kill NC::List
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-02
implement HasSongs interface
Andrzej Rybczak
2012-09-01
fix a few typos
Andrzej Rybczak
2012-08-31
menu: generalize filtering, introduce interfaces
Andrzej Rybczak
2012-08-25
implement input character queue and add PushCharacters macro utility
Andrzej Rybczak
2012-08-14
keybinding system rewrite
Andrzej Rybczak
2012-03-17
update copyright dates
Andrzej Rybczak
2011-11-12
new feature: support for merging screens together
Andrzej Rybczak
2011-11-01
update copyright dates
Andrzej Rybczak
2010-10-06
fix for bd64052f: restore scrolling less than whole page in lists with mouse
Andrzej Rybczak
2010-07-12
make feature 'display separators between albums' work in all screens
Andrzej Rybczak
2010-02-05
update playlist's timer while scrolling with fancy_scrolling disabled
Andrzej Rybczak
2010-02-05
center cursor directly in Menu class
Andrzej Rybczak
2010-01-31
fix disabled fancy_scrolling with enabled centered_cursor
Andrzej Rybczak
2010-01-30
update copyright notices
Andrzej Rybczak
2009-12-09
screen_switcher between current and last screen
Frank Blendinger
2009-11-11
new feature: support for centered cursor (disabled by default)
Andrzej Rybczak
2009-11-11
add support for scrolling the list with mouse wheel by given number of lines
Andrzej Rybczak
2009-09-18
document BasicScreen and Screen classse
Andrzej Rybczak
[next]