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
/
ncmpcpp.cpp
Age
Commit message (
Expand
)
Author
2016-10-30
Use mt19937 random number generator instad of the default one
Hamuko
2015-09-27
playlist: convert several function names to camelCase
Andrzej Rybczak
2015-05-17
actions: add action for environment update
Andrzej Rybczak
2015-05-14
main: do not show pressed key in statusbar
Andrzej Rybczak
2015-05-14
bindinds: add support for alt/ctrl/shift modifiers and escape key
Andrzej Rybczak
2015-05-11
replace boost::bind with std::bind
Andrzej Rybczak
2015-05-09
settings: make initial slave screen focus optional
Andrzej Rybczak
2015-05-09
main: assert that startup screen pointer is not null
Andrzej Rybczak
2015-05-08
window: support extended urxvt mouse support if applicable
Andrzej Rybczak
2015-05-07
do not use ncurses terminal sequence escaping by default
Andrzej Rybczak
2015-05-03
do not include error.h as it's not the desired file
Andrzej Rybczak
2015-05-02
Merge branch '0.6.x'
Andrzej Rybczak
2015-05-02
set SIGWINCH handler before initializing ncurses to avoid races
Andrzej Rybczak
2015-04-12
browser: refresh browser on database update properly
Andrzej Rybczak
2015-04-12
get rid of WIN32 ifdefs
Andrzej Rybczak
2014-11-15
remove support for PDCurses
Andrzej Rybczak
2014-11-15
main: simplify conversion error message
Andrzej Rybczak
2014-11-15
window: support new colors also as borders
Andrzej Rybczak
2014-11-08
window: change internal color representation
Andrzej Rybczak
2014-11-07
settings: make slave screen optional and unset by default
Andrzej Rybczak
2014-11-06
settings: add startup_slave_screen option
brezerk
2014-10-31
statusbar: rename getString to mainHook
Andrzej Rybczak
2014-10-31
window: rename getString to prompt
Andrzej Rybczak
2014-10-31
ncmpcpp: ignore SIGPIPE
Andrzej Rybczak
2014-10-31
ncmpcpp: do not ignore SIGINT
Andrzej Rybczak
2014-10-31
window: support early exit from the readline prompt with Ctrl-{C,G}
Andrzej Rybczak
2014-10-04
main: limit connection attempts to one per second
Andrzej Rybczak
2014-09-12
status: store status fields seperately
Andrzej Rybczak
2014-09-04
status: make idle events handling independent of the order of their arrival
Andrzej Rybczak
2014-09-03
make sure to include boost posix_time where needed
Andrzej Rybczak
2014-09-03
fix color of window separators in media library etc.
Andrzej Rybczak
2014-09-03
window: enable nonl and use raw terminal mode
Andrzej Rybczak
2014-09-03
status: fix toggling flags
Andrzej Rybczak
2014-09-02
status: fix seeking with visualizer visible
Andrzej Rybczak
2014-08-31
catch all exceptions at lower level
Andrzej Rybczak
2014-08-31
set TCP_NODELAY on the mpd tcp socket
Andrzej Rybczak
2014-08-31
add posibility of dynamic window timeout change
Andrzej Rybczak
2014-08-31
change window timeout more transparently
Andrzej Rybczak
2014-08-31
catch all exceptions and show them as unexpected errors
Andrzej Rybczak
2014-08-30
remove quotation marks from the host in the 'welcome' message
Andrzej Rybczak
2014-08-30
fix color of column separators with classic ui and disabled titles
Andrzej Rybczak
2014-08-29
settings: configuration file processing rewrite
Andrzej Rybczak
2014-08-28
cmdargs: use boost::program_options
Andrzej Rybczak
2014-08-27
replace timeval and time_t with boost::posix_time::ptime
Andrzej Rybczak
2014-08-27
uniformize ways to convert strings into screen type
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2014-08-27
statusbar: use boost::format instead of c-style printf
Andrzej Rybczak
2014-08-27
bindings: allow for binding multiple chains to one key
Andrzej Rybczak
2014-08-26
reinstall signal handler each time it's executed on Solaris (#3976)
Andrzej Rybczak
2013-12-25
window: use readline for handling line input
Andrzej Rybczak
[next]