778 Commits (0a2a7290f61646704e7f0ddeb4b1f725d1c70bcb)
 

Author SHA1 Message Date
Andrzej Rybczak 0a2a7290f6 new feature: support for underlined text 17 years ago
Andrzej Rybczak ad685091bc rename Menu::BoldOption() to Menu::Bold() 17 years ago
Andrzej Rybczak 3bdb798852 clean NCurse::List class a bit and remove a few redundant functions 17 years ago
Andrzej Rybczak 2f971147b1 change all Mpd.GetState </> psPlay/psStop to (!)Mpd.isPlaying() 17 years ago
Andrzej Rybczak 7c9363c174 refresh window after lyrics/artist info was (not) downloaded 17 years ago
Andrzej Rybczak e6a64b9c63 document BasicScreen and Screen classse 17 years ago
Andrzej Rybczak e78c355ece fix displaying messages if player is stopped 17 years ago
Andrzej Rybczak d36f57cc16 if playlist is empty, clear its window 17 years ago
Andrzej Rybczak eee80427fe change prototype of Window::Recreate() and throw away almost-duplicated code 17 years ago
Andrzej Rybczak 4426442ed0 refresh statusbar only if necessary 17 years ago
Andrzej Rybczak 8109d26daf refresh main screen only if necessary 17 years ago
Andrzej Rybczak ff84ba8d9d reverse evaluation order so SetFormatting() won't be invoked if findme is empty 17 years ago
Andrzej Rybczak 6723808c4f remove wrapper for Scrollpad::SetFormating() used with --enable-unicode 17 years ago
Andrzej Rybczak cf3f8350c0 remove NCurses::Scrollpad::operator<<(std::ostream &(*os)(std::ostream&)) 17 years ago
Andrzej Rybczak d3a9dcf53c document NCurses::Scrollpad class 17 years ago
Andrzej Rybczak 436dbddc81 simplify NCurses::Menu::Goto() 17 years ago
Andrzej Rybczak d73230cdb2 if GetStringHelper is set in Menu<std::string>, invoke it 17 years ago
Andrzej Rybczak f1ff84302e document NCurses::Menu class 17 years ago
Andrzej Rybczak 2cdbee4124 display message about sorting playlist a bit earlier 17 years ago
Andrzej Rybczak 84418130fe if Colors struct contains clEnd, remove current color set from stack 17 years ago
Andrzej Rybczak f734b43229 remove GNUC_UNUSED from Window::Clear() argument 17 years ago
Andrzej Rybczak da4457a6e5 update copy contructor of NCurses::Window 17 years ago
Andrzej Rybczak fc6d367f75 remove Clone() and EmptyClone() methods from NCurses::Window and derives 17 years ago
Andrzej Rybczak 21468d9537 document class NCurses::Window and remove some unused code from it 17 years ago
Andrzej Rybczak 61a9d6a785 get rid of all mysterious numbers that meant length of string literals 17 years ago
Andrzej Rybczak 6e903f9fc8 remove unneded checks in Lyrics::Update() if Reload is requested 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 40b9b547dd change version to 0.4.1_pre 17 years ago
Andrzej Rybczak 622482980c update NEWS / version bump 17 years ago
Andrzej Rybczak b770684ab7 ...or display it only if it's '%', otherwise discard it. 17 years ago
Andrzej Rybczak e5691b446e song format: if tag type char doesn't match any of supported ones, display it 17 years ago
Andrzej Rybczak 30758d0c44 update man page 17 years ago
Andrzej Rybczak d7491f8acb limit trigger for mouse actions to prevent execution of the same action twice 17 years ago
Andrzej Rybczak 3992b9aa30 ugh. remove this pattern from list using std::list::remove instead of iteration 17 years ago
Andrzej Rybczak c6b134cfd3 fix for 6cc4eac0 17 years ago
Andrzej Rybczak 4736dd8519 if tag type for column is invalid, display empty column instead of crashing 17 years ago
Andrzej Rybczak 30b8622776 get total time from mpd status, not from currently playing track 17 years ago
Andrzej Rybczak 6cc4eac00e fix iteration through list from previous commit 17 years ago
Andrzej Rybczak deb23548ce change TagEditor::Patterns from std::deque to std::list 17 years ago
Andrzej Rybczak 8dd2160a6b remove enclosing braces from song_status_format in example config file 17 years ago
Andrzej Rybczak 55f064a59b make NCurses::Menu::Clear() clear used filter 17 years ago
Andrzej Rybczak 3108fbf0c0 fix two minor bugs with colors 17 years ago
Andrzej Rybczak 56be1cb753 make Window::SetColor protected as it doesn't respect stacked colors 17 years ago
Andrzej Rybczak 3aa0f6a03b make color of separators used in alternative user interface customizable 17 years ago
Andrzej Rybczak 7079bf0584 scrollpad: always create pad of minimal height equal visible height 17 years ago
Andrzej Rybczak c35deb3b94 move override wcwidth with 1 if WIN32 if defined to window.h 17 years ago
Andrzej Rybczak a83989fbf0 simplify code in NCurses::Scrollpad::Flush() a bit 17 years ago