712 Commits (0d2c769faa5c5233b07051a2c41fabc84fd7c63e)
 

Author SHA1 Message Date
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
Andrzej Rybczak 18e611bee2 make sorting window use main ncmpcpp loop 17 years ago
Andrzej Rybczak 62ba4ce343 make SelectedItemsAdder::{Width,Height} vars follow the rest of private members 17 years ago
Andrzej Rybczak 4f3040e0ec move code responsible for adding selected items to playlists to misc.cpp 17 years ago
Andrzej Rybczak 588a023ba1 update include guard of conv.h 17 years ago
Andrzej Rybczak 7729fde54d rename misc.{cpp,h} to conv.{cpp,h} 17 years ago
Andrzej Rybczak ab54ceaf71 do not display '>' char if progressbar's width is equal to screen's width 17 years ago
Andrzej Rybczak 7c593fa90c make visualizer work after mpd restart 17 years ago
Andrzej Rybczak f0ebc47785 browser: do nothing if space is pressed and parent dir is highlighted 17 years ago
Andrzej Rybczak caac726891 fix compilation --without-curl 17 years ago
Andrzej Rybczak 75f9f840f7 new screen: music visualizer 17 years ago
Andrzej Rybczak bc1a8a2d1a allow for unicode characters in progressbar_look 17 years ago
Andrzej Rybczak 6f88f9aeb2 rename empty_tag config option to empty_tag_marker 17 years ago
Andrzej Rybczak e322e721f3 set proper height of header window with alternative ui and hidden header 17 years ago
Andrzej Rybczak b13479e014 do not restrict statusbar_visibility option if alternative ui is active 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 d92d7779e2 make progressbar look customizable 17 years ago
Andrzej Rybczak 8c3760111d new feature: display remaining time of song instead of elapsed time 17 years ago
Andrzej Rybczak e89d2492bf write ID3v2 frames to mp3 files / do not limit track and date fields 17 years ago
Andrzej Rybczak 8787c19666 fix Playlist::SongInColumnsToString() which was broken since cbbabee0 17 years ago
Andrzej Rybczak 0e73a24bb9 fix typo in man page 17 years ago
Andrzej Rybczak 8a9eebda26 narrow tolerance for very small screen 17 years ago
Andrzej Rybczak 7a85a15ff2 simplify code responsible for adding items with 'a' more 17 years ago
Andrzej Rybczak 68b724d9de remove duplicated (and by the way quite broken) code 17 years ago
Andrzej Rybczak cef5433d5f do not block elapsed time counter update if message is displayed 17 years ago
Andrzej Rybczak d8648d2f33 always restore old cerr buffer at exit 17 years ago
Andrzej Rybczak b6278b631a remove redundant braces 17 years ago
Andrzej Rybczak 2d9d22281a new config option: jump_to_now_playing_song_at_start (enabled by default) 17 years ago
Andrzej Rybczak 3998cb80f2 new attribute for a columns view: do not display empty tag marker 17 years ago
Andrzej Rybczak c961ab411c add song_status_format_no_colors to display it in a message 17 years ago
Andrzej Rybczak 8d7a9d39cd change default song_status_format to better one 17 years ago
Andrzej Rybczak 8c60ff1493 fix a few glitches in ParseArgv() 17 years ago
Andrzej Rybczak 08c1cee724 tag editor: put current pattern in extra braces (requred by cbbabee0) 17 years ago
Andrzej Rybczak 216b0b6af6 new feature: display bitrate in statusbar (optional, disabled by default) 17 years ago
Andrzej Rybczak deaa456383 redraw white line after message is gone if alternative ui is active 17 years ago
Andrzej Rybczak 195d8b4e34 ask if one really wants to clear main playlist (disabled by default) 17 years ago
Andrzej Rybczak f1389103c2 fix displaying songs if window's width is smaller than screen's width 17 years ago
Andrzej Rybczak b885c4f3a2 new feature: command line switch for displaying now playing song 17 years ago
Andrzej Rybczak 56fd7bd7fc do not support song format for command that is executed on song change 17 years ago
Andrzej Rybczak f5ea4634b1 support full command line switches for custom --host and --port 17 years ago