332 Commits (2d9d22281a6c4d65a65740eb1c3cbfa090324d58)

Author SHA1 Message Date
Andrzej Rybczak ab4159c1d6 block setting volume with primary keybinding in playlist editor 18 years ago
Andrzej Rybczak c64e3a9b3b use size_t instead of int where it's appropriate 18 years ago
Andrzej Rybczak e5e4734b0e use macro instead of calling clearing find history routines explicitly 18 years ago
Andrzej Rybczak e227d53296 improve refreshing macros 18 years ago
Andrzej Rybczak df430dc30e disable switching screens when we are in tiny tag editor 18 years ago
Andrzej Rybczak 5b1dbf2aed improve parsing argv a bit 18 years ago
Andrzej Rybczak 80aba9295a redraw whole window after enumerating tracks 18 years ago
unK db6eb9bc38 add support for user defined mpd host, password and port in config file 18 years ago
unK beee0bc9d3 add support for browsing local filesystem 18 years ago
unK e1202f2dfe check if wHeader is NULL or not (thx to Thomas Adam) 18 years ago
unK 5775eaf039 allow searching in current playlist 18 years ago
unK f7e56300cf check whether info entity returned by mpd is NULL or not 18 years ago
unK 93b8a7dfff support for editing tag of local files (outside mpd music dir) 18 years ago
unK 58fcccc68b ignore SIGPIPE 18 years ago
unK 48ba7cbcf2 another code clean-ups 18 years ago
unK fc00baa300 include and ifdef clean-up 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 9fd373625d add to libmpdclient support for getting list of any tag type 18 years ago
unK f8727b0a10 fix various compiler warnings and a few minor bugs 18 years ago
unK 5c7b7a04e1 add some checks to prevent ncmpcpp from segfaulting with mpd from git 18 years ago
unK 109f49430e add tag type list switcher to media library 18 years ago
unK d5bdec41f7 support for user defined tag type in left column of media library 18 years ago
unK 8133830af9 split data_ready to lyrics_ready and artist_info_ready to avoid main loop lockup 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 0318da84ca support for user defined base seek time 18 years ago
unK d61cb54653 make fetching lyrics and artist's info work in background 18 years ago
unK 34357c66cd display information about file already being modified by taglib in tag editor 18 years ago
unK f49f7a50ab fix highlighting song in 'go to containing dir' function if right align is used 18 years ago
unK d89f00136f support for editing composer, performer and disc tag 18 years ago
unK b8284ffe61 add support for renaming in tiny tag editor 18 years ago
unK 0d0e5e2912 rename Song::GetShortFilename() to Song::GetName() 18 years ago
unK 0d5032c452 support for adding items like in ncmpc (disabled by default) 18 years ago
unK 40abeaac2c make use of std::make_pair 18 years ago
unK aa80c13c2e support for following lyrics of now playing song 18 years ago
unK 6ff6f6e258 support for dirs/playlists rename in browser 18 years ago
unK 3bbe2c5054 add incremental seeking as an option (enabled by default) 18 years ago
unK 022bf9781e hadle streams in playlist properly 18 years ago
unK bcd977849c count number of found songs properly 18 years ago
unK 89d4eb9f41 update only current dir in db if we are on tag editor with dirs view 18 years ago
unK fac14dface change internal storing of Song info (much less memory consumption) 18 years ago
unK e029c2cd09 minor fixes for moving and deleting items 18 years ago
unK 90b975f04d improve bolding songs added to playlist 18 years ago
unK 9795fc4488 support for fetching artist's info from last.fm 18 years ago
unK 2b8d90a264 extend configuration 18 years ago
unK 9ae8249b73 filter chars unallowed in filename / more actions for songs in tag editor 18 years ago
unK 03eb5f31f9 fix compilation without taglib (below commit broke it) 18 years ago
unK fb04687fef introduce switch for 'fancy scrolling' 18 years ago
unK 831f9ab405 a few code clean-ups 18 years ago