summaryrefslogtreecommitdiff
path: root/src/ncmpcpp.cpp
AgeCommit message (Expand)Author
2016-10-30Use mt19937 random number generator instad of the default oneHamuko
2015-09-27playlist: convert several function names to camelCaseAndrzej Rybczak
2015-05-17actions: add action for environment updateAndrzej Rybczak
2015-05-14main: do not show pressed key in statusbarAndrzej Rybczak
2015-05-14bindinds: add support for alt/ctrl/shift modifiers and escape keyAndrzej Rybczak
2015-05-11replace boost::bind with std::bindAndrzej Rybczak
2015-05-09settings: make initial slave screen focus optionalAndrzej Rybczak
2015-05-09main: assert that startup screen pointer is not nullAndrzej Rybczak
2015-05-08window: support extended urxvt mouse support if applicableAndrzej Rybczak
2015-05-07do not use ncurses terminal sequence escaping by defaultAndrzej Rybczak
2015-05-03do not include error.h as it's not the desired fileAndrzej Rybczak
2015-05-02Merge branch '0.6.x'Andrzej Rybczak
2015-05-02set SIGWINCH handler before initializing ncurses to avoid racesAndrzej Rybczak
2015-04-12browser: refresh browser on database update properlyAndrzej Rybczak
2015-04-12get rid of WIN32 ifdefsAndrzej Rybczak
2014-11-15remove support for PDCursesAndrzej Rybczak
2014-11-15main: simplify conversion error messageAndrzej Rybczak
2014-11-15window: support new colors also as bordersAndrzej Rybczak
2014-11-08window: change internal color representationAndrzej Rybczak
2014-11-07settings: make slave screen optional and unset by defaultAndrzej Rybczak
2014-11-06settings: add startup_slave_screen optionbrezerk
2014-10-31statusbar: rename getString to mainHookAndrzej Rybczak
2014-10-31window: rename getString to promptAndrzej Rybczak
2014-10-31ncmpcpp: ignore SIGPIPEAndrzej Rybczak
2014-10-31ncmpcpp: do not ignore SIGINTAndrzej Rybczak
2014-10-31window: support early exit from the readline prompt with Ctrl-{C,G}Andrzej Rybczak
2014-10-04main: limit connection attempts to one per secondAndrzej Rybczak
2014-09-12status: store status fields seperatelyAndrzej Rybczak
2014-09-04status: make idle events handling independent of the order of their arrivalAndrzej Rybczak
2014-09-03make sure to include boost posix_time where neededAndrzej Rybczak
2014-09-03fix color of window separators in media library etc.Andrzej Rybczak
2014-09-03window: enable nonl and use raw terminal modeAndrzej Rybczak
2014-09-03status: fix toggling flagsAndrzej Rybczak
2014-09-02status: fix seeking with visualizer visibleAndrzej Rybczak
2014-08-31catch all exceptions at lower levelAndrzej Rybczak
2014-08-31set TCP_NODELAY on the mpd tcp socketAndrzej Rybczak
2014-08-31add posibility of dynamic window timeout changeAndrzej Rybczak
2014-08-31change window timeout more transparentlyAndrzej Rybczak
2014-08-31catch all exceptions and show them as unexpected errorsAndrzej Rybczak
2014-08-30remove quotation marks from the host in the 'welcome' messageAndrzej Rybczak
2014-08-30fix color of column separators with classic ui and disabled titlesAndrzej Rybczak
2014-08-29settings: configuration file processing rewriteAndrzej Rybczak
2014-08-28cmdargs: use boost::program_optionsAndrzej Rybczak
2014-08-27replace timeval and time_t with boost::posix_time::ptimeAndrzej Rybczak
2014-08-27uniformize ways to convert strings into screen typeAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2014-08-27statusbar: use boost::format instead of c-style printfAndrzej Rybczak
2014-08-27bindings: allow for binding multiple chains to one keyAndrzej Rybczak
2014-08-26reinstall signal handler each time it's executed on Solaris (#3976)Andrzej Rybczak
2013-12-25window: use readline for handling line inputAndrzej Rybczak