137 Commits (0d9f6fab7d203c3dabc6d5fdfa616e6f12b5ebf0)

Author SHA1 Message Date
Andrzej Rybczak fd5a3e142c do not exclude iconv support if unicode is enabled 17 years ago
Andrzej Rybczak 0c9e10091f update fsf address and copyright info 17 years ago
Andrzej Rybczak 14befc5b56 fix scrolling if unicode is disabled 17 years ago
Andrzej Rybczak 24c308dac8 convert filenames to current locale if needed / some implementation improvements 17 years ago
Andrzej Rybczak 73c166a029 always save and read id3 tags in unicode 17 years ago
Andrzej Rybczak 0d9aea79c2 convert id3 tags, directories and playlist names to current locale if needed 17 years ago
Andrzej Rybczak 5b3357c54c improve parsing argv 17 years ago
Andrzej Rybczak d92dde1fb1 move some functions from helpers to status_checker 17 years ago
Andrzej Rybczak a84067d1ab put scrolling code into function and use it also in lyrics screen 17 years ago
Andrzej Rybczak 77e8cd0145 variables cleaning 17 years ago
Andrzej Rybczak c71f07df6d eliminate remained compiler warnings 17 years ago
Andrzej Rybczak 6f296e2419 update displaying playlist in column view 18 years ago
Andrzej Rybczak d139320ac9 add missing 'else' action in DisplaySong() 18 years ago
Andrzej Rybczak 6596d25c26 update settings 18 years ago
Andrzej Rybczak da8feb885f handle colored empty tag marker 18 years ago
Andrzej Rybczak cfa8268f2d improve handling playlist stats (btw several other improvements) 18 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 284dd6a5be update Menu class and related stuff 18 years ago
Andrzej Rybczak c03bcbe44b remove color parser / update Window, Scrollpad class and related stuff 18 years ago
Andrzej Rybczak 51e59b04b9 remove several redunant externs and use static variables 18 years ago
Andrzej Rybczak 5c0af01cca put mpd connection related things into namespace 18 years ago
Andrzej Rybczak 1d27b8629d improve ShowMessage() 18 years ago
Andrzej Rybczak c64e3a9b3b use size_t instead of int where it's appropriate 18 years ago
Andrzej Rybczak d9c1cd4bd3 make check if file is from music db while getting song info 18 years ago
Andrzej Rybczak 5b1dbf2aed improve parsing argv a bit 18 years ago
Andrzej Rybczak 11982bc1e4 consider disc number while sorting tracks in media library 18 years ago
unK beee0bc9d3 add support for browsing local filesystem 18 years ago
unK ae0a665504 add 'stop' to list of supported mpc commands 18 years ago
unK a980e77e0a check whether getenv returns NULL or not 18 years ago
unK d732c85537 fix typo, update NEWS & version bump 18 years ago
unK fc00baa300 include and ifdef clean-up 18 years ago
unK a85cfcd8eb several code clean-ups and corrections 18 years ago
unK 5b724f2a83 fix compilation issue without taglib support and replace printf by std::cout 18 years ago
unK 4ab4e72c97 implement argv handler and basic mpc commands 18 years ago
unK f8727b0a10 fix various compiler warnings and a few minor bugs 18 years ago
unK 457452036b fix displaying title of primary column in media library with tag editor disabled 18 years ago
unK 0a210a8896 use ToLower() instead of calling std::transform explicitly all the time 18 years ago
unK dbe0480db5 store fetched artist's info in ~/.ncmpcpp/artists instead of ~/.lyrics 18 years ago
unK 0d0e5e2912 rename Song::GetShortFilename() to Song::GetName() 18 years ago
unK 6ff6f6e258 support for dirs/playlists rename in browser 18 years ago
unK 022bf9781e hadle streams in playlist properly 18 years ago
unK 2b8d90a264 extend configuration 18 years ago
unK c54de64176 new option for song format - right align (thx to Nathan Jones) 18 years ago
unK 2605b29dd9 filename parser for tag editor, renaming files support, minor fixes 18 years ago
unK 8fb83ac476 code clean-ups (help screen initialization splitted) 18 years ago
unK 8b185e2967 suport for renaming directories in tag editor 18 years ago
unK cb79ecdb2a brand new song info screen 18 years ago
unK 226702f23a simplify adding options in Menu class 18 years ago
unK e36bf0a3cc use std::pair instead of two different containters 18 years ago