142 Commits (3551057dbbadb694a14eb0b3a19b08eb70372693)

Author SHA1 Message Date
Andrzej Rybczak 3551057dbb new feature: sort songs in browser by mtime (optional) 17 years ago
Andrzej Rybczak 2cbd015ce4 make --now-playing support tabulations and line breakers 17 years ago
Andrzej Rybczak f6f7a8a27e move code responsible for replacing content in strings to Replace() 17 years ago
Andrzej Rybczak b2aeb9f609 make --version|-v display info about encoding detection 17 years ago
Andrzej Rybczak 0d9f6fab7d add MPD::Connection::Toggle() and throw away MPD::Connection::Execute() 17 years ago
Andrzej Rybczak 70910b77ed make ncmpcpp compile with -fno-exceptions 17 years ago
Andrzej Rybczak 4d99d11cfe --now-playing should return string converted to current locale 17 years ago
Andrzej Rybczak ad685091bc rename Menu::BoldOption() to Menu::Bold() 17 years ago
Andrzej Rybczak 2f971147b1 change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying() 17 years ago
Andrzej Rybczak d6fbb2f657 remove wrapper for Scroller() needed with --enable-unicode 17 years ago
Andrzej Rybczak b5a49b3fee do not create a bunch of temporary strings in FindSharedDir functions 17 years ago
Andrzej Rybczak 8cf7a7cab6 do not copy strings while doing case insensitive comparison 17 years ago
Andrzej Rybczak 27687fd2b1 pass Buffer/Window to ShowTag() by reference 17 years ago
Andrzej Rybczak d7108caf45 make -v|--version display info about optional screens compiled-in 17 years ago
Andrzej Rybczak 0d2c769faa update list of supported libraries that is displayed with -v|--version 17 years ago
Andrzej Rybczak 18e611bee2 make sorting window use main ncmpcpp loop 17 years ago
Andrzej Rybczak 56a1d7456c fix scrolling text which contains both normal and wide characters 17 years ago
Andrzej Rybczak 89e18096d9 rearrange sequence of arguments to Scroller() 17 years ago
Andrzej Rybczak 8c60ff1493 fix a few glitches in ParseArgv() 17 years ago
Andrzej Rybczak b885c4f3a2 new feature: command line switch for displaying now playing song 17 years ago
Andrzej Rybczak f5ea4634b1 support full command line switches for custom --host and --port 17 years ago
Andrzej Rybczak 101f01941d new feature: alternative user interface 17 years ago
Andrzej Rybczak df051bf674 remove using declarations 17 years ago
Andrzej Rybczak 9dab25e02c use prefix ++ instead of postfix where available 17 years ago
Andrzej Rybczak 2eb913fe22 define MPD::Connection handler as an object, not pointer 17 years ago
Andrzej Rybczak cd3180d265 return values instead of playing around with static variables and references 17 years ago
Andrzej Rybczak 1e340211be add config option to disable text scrolling in header window 17 years ago
Andrzej Rybczak 5cbc6dfb5b use "str" as parameter, not "string" 17 years ago
Andrzej Rybczak 3d9c242f4d allow quotation marks inside config options 17 years ago
Andrzej Rybczak b0317b695a rewrite GetLineValue() function 17 years ago
Andrzej Rybczak 1daa41bde6 allow for setting host and port with command line switches 17 years ago
Andrzej Rybczak 31ab01cc1c fix prototype of write_data() function used by curl 17 years ago
Andrzej Rybczak d5a68a1a60 make Keypressed() funcion inline 17 years ago
Andrzej Rybczak 93fd687ec1 consider "ignore leading 'the' word" function while sorting playlist 17 years ago
Andrzej Rybczak 8f092d5490 move some functions to TagEditor class / outside 17 years ago
Andrzej Rybczak 89b53ddfdb while searching for songs in media library, consider year of the album 17 years ago
Andrzej Rybczak b056fb0968 fix compilation --without-curl 17 years ago
Andrzej Rybczak 32bac776e7 cleaning 17 years ago
Andrzej Rybczak 173b012d00 use vector<string_pair> instead of map<string, string> 17 years ago
Andrzej Rybczak 2a6e0fd7e8 fix searching in browser 17 years ago
Andrzej Rybczak 32f959d1ec use streams instead of Window::WriteXY() 17 years ago
Andrzej Rybczak 26365d9832 rename status_checker -> status / + some cleaning 17 years ago
Andrzej Rybczak c547fbe03b use generic Scroll method 17 years ago
Andrzej Rybczak 8653232a2a change namespace Browser into class 17 years ago
Andrzej Rybczak 6e167d67e2 change namespace Playlist into class 17 years ago
Andrzej Rybczak 8ba72bc78a separate some code from ncmpcpp.cpp 17 years ago
Andrzej Rybczak 29301aefd5 move all externs to global.h 17 years ago
Andrzej Rybczak cecb11c3d8 move WindowTitle() to local unnamed namespace 17 years ago
Andrzej Rybczak d82577e357 group various functions more logically 17 years ago
Andrzej Rybczak f9f5149b76 includes cleaning 17 years ago