64 Commits (a0cbd8fc3211d409f57924914785a615dfed5d6c)

Author SHA1 Message Date
Andrzej Rybczak a0cbd8fc32 new feature: input text history 17 years ago
Andrzej Rybczak f92b0101aa use ctrl+u to clear text from input 17 years ago
Andrzej Rybczak 84a9af2ee9 make use of gcc's __attribute__ extension 17 years ago
Andrzej Rybczak 12fa8a9bf6 count number of applied formatting flags 17 years ago
Andrzej Rybczak a1376e8a4e pass small structs and POD types to Window::operator<<() by value 17 years ago
Andrzej Rybczak a6635322a8 improve handling backspace key 17 years ago
Andrzej Rybczak cbc452fde5 check for Xinitscr in pdcurses and define XCURSES if available 17 years ago
Andrzej Rybczak 48f3361e2d improve conversions std::string <=> std::wstring 17 years ago
Andrzej Rybczak 65f52da949 make it compile under mingw32 --without-curl --without-taglib 17 years ago
Andrzej Rybczak 1b22f307ea add support for pdcurses 17 years ago
Andrzej Rybczak bf71a01b1c ignore keycodes <10 || >10 && <32 in Window::GetString() 17 years ago
Andrzej Rybczak d50dcac5a2 return value, not const reference, if return type is POD or ptr 17 years ago
Andrzej Rybczak ea973b6b4a put classes related to ncurses into NCurses namespace 17 years ago
Andrzej Rybczak 9eec588be5 refresh pad in Window::GetString() after wmove() to update cursor position 17 years ago
Andrzej Rybczak 164dec3eed unused defines cleaning / a few fixes for clock 17 years ago
Andrzej Rybczak 7246b57d48 simplify syntax a bit 17 years ago
Andrzej Rybczak 735cae628a call Window::Refresh() in Window::Clear() explicitly 17 years ago
Andrzej Rybczak c827c88993 use ncurses pad instead of ncurses window by default 17 years ago
Andrzej Rybczak 5d2daab416 new feature: apply filter to screen (Ctrl-F) 17 years ago
Andrzej Rybczak 32f959d1ec use streams instead of Window::WriteXY() 17 years ago
Andrzej Rybczak f9f5149b76 includes cleaning 17 years ago
Andrzej Rybczak d3b4be9c56 oops. fix for previous commit. 17 years ago
Andrzej Rybczak 4943dea1d3 do not display mpd password in clear text 17 years ago
Andrzej Rybczak 351ddc8584 eliminate compiler warnings 17 years ago
Andrzej Rybczak 0c9e10091f update fsf address and copyright info 17 years ago
Andrzej Rybczak 844acb1ecd block scrolling, if wide characters are used in input string 17 years ago
Andrzej Rybczak daca5964e8 convert lyrics and artist's info to current locale if needed 17 years ago
Andrzej Rybczak 094c4e3ab3 support for wide characters in Window::GetString() 17 years ago
Andrzej Rybczak 6f296e2419 update displaying playlist in column view 17 years ago
Andrzej Rybczak 563c4530aa update Window::WriteXY() and related stuff 18 years ago
Andrzej Rybczak c61ddd3383 improve handling statusbar messages (+ some minor various fixes) 18 years ago
Andrzej Rybczak c03bcbe44b remove color parser / update Window, Scrollpad class and related stuff 18 years ago
Andrzej Rybczak cbe267abec one more unsigned int -> size_t 18 years ago
unK 48ba7cbcf2 another code clean-ups 18 years ago
unK c6fea611bf improve utf8 related stuff 18 years ago
unK f8727b0a10 fix various compiler warnings and a few minor bugs 18 years ago
unK e6b7e22485 remove ToString() and ToWString() returning C strings as they aren't used anyway 18 years ago
unK aba3373da7 use wprintw instead of waddwstr to print wide strings 18 years ago
unK ce9fed322d fix for non unicode locales 18 years ago
unK 82f4ee14ce fix code causing segfault in Window::GetString() 18 years ago
unK fb04687fef introduce switch for 'fancy scrolling' 18 years ago
unK 8bdda428bb simplify Window::Clear() 18 years ago
unK c54de64176 new option for song format - right align (thx to Nathan Jones) 18 years ago
unK 369bbf6b96 new feature for parser, coordinates reader 18 years ago
unK 0060450b10 fixes 18 years ago
unK 2605b29dd9 filename parser for tag editor, renaming files support, minor fixes 18 years ago
unK 25c2f3fb49 add scroll ability for Window::GetString 18 years ago
unK 415096c067 some fixes for color parser 18 years ago
unK 1398aff398 improvements for album tag editor 18 years ago
unK c997e13091 classes cleaning 18 years ago