752 Commits (d6fbb2f657657be30d701bcdf6ba40a7b607107d)
 

Author SHA1 Message Date
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
Andrzej Rybczak b5445bfe5b remove myPlaylist->EnableHighlighing() since it's not needed here anymore 17 years ago
Andrzej Rybczak d407bc679b add N marker for displaying full track info and make n show only a number 17 years ago
Andrzej Rybczak 1459b27c0d tag editor: check if mouse cursor is in range 17 years ago
Andrzej Rybczak c631add910 tag editor: fix displaying message about finished operation 17 years ago
Andrzej Rybczak b8c9d149b1 do not allocate mem for s in ToString on heap since it has const size 17 years ago
Andrzej Rybczak c0fcac9b1d make guard checks in Menu::Refresh() more readable 17 years ago
Andrzej Rybczak 349ca52b8e supress warning about uninitialized prev_point_pos 17 years ago
Andrzej Rybczak 16ec63b5aa visualizer: show fifo path in error message 17 years ago
Andrzej Rybczak bd300bd577 make NCurses::basic_buffer::Write() const 17 years ago
Andrzej Rybczak df0d62736e make tag editor proof against tiny screen size 17 years ago
Andrzej Rybczak 7da142a4c7 display "artist info" instead of "artist's info" 17 years ago
Andrzej Rybczak d7108caf45 make -v|--version display info about optional screens compiled-in 17 years ago
Andrzej Rybczak e5fe4addca rename option to make it fit to window's title 17 years ago
Andrzej Rybczak 330f19acbb make adding to main playlist inactive if selected items are from there 17 years ago
Andrzej Rybczak da6536a4df change version to 0.4_pre 17 years ago
Andrzej Rybczak e2003aee3e fix scrolling with fancy_scrolling disabled 17 years ago
Andrzej Rybczak 0d2c769faa update list of supported libraries that is displayed with -v|--version 17 years ago
Andrzej Rybczak 604de32de6 make sound wave the default visualization and fftw optional dependency 17 years ago
Frank Blendinger 82e1ba5a9d .gitignore added with auto generated files 17 years ago
Andrzej Rybczak 7401a39a25 improve quality of sound wave by drawing intermediate values between points 17 years ago
Andrzej Rybczak 1456e47a0b new visualization type: sound wave 17 years ago
Andrzej Rybczak 102e14529b tag editor: make file parser/generator use main loop 17 years ago
Andrzej Rybczak 6843b98627 throw away all NULLs and replace them by 0s 17 years ago
Andrzej Rybczak 0a22debf0e block displaying elapsed time while seeking properly (alternative ui) 17 years ago
Andrzej Rybczak 762f233b96 do not destroy screen at exit if pdcurses library is used 17 years ago
Andrzej Rybczak 0959336040 move TinyTagEditor class to separate file / a bit of code cleaning 17 years ago