332 Commits (2d9d22281a6c4d65a65740eb1c3cbfa090324d58)

Author SHA1 Message Date
Andrzej Rybczak 2d8b5f7abc rename Screen::Cmp() to Screen::ActiveWindow() as it's more logical 17 years ago
Andrzej Rybczak 1a9c035f0a align \s in macro definitions 17 years ago
Andrzej Rybczak 2eb573bad2 use "" instead of '' in messages 17 years ago
Andrzej Rybczak 7f85a0dcd1 use flag to force status update rather than doing additional update 17 years ago
Andrzej Rybczak 00dcadcc8a add support for consume mode 17 years ago
Andrzej Rybczak b33c006fe4 improve reconnection handling 17 years ago
Andrzej Rybczak 310b6c0ecd new feature: cyclic scrolling 17 years ago
Andrzej Rybczak 21bf4ff91c do not check in local browser if mpd_music_dir var is set 17 years ago
Andrzej Rybczak 5f41640cd9 handle single command and remove hacks used as substitute for it 17 years ago
Andrzej Rybczak 343f778256 disable detecting currently used encoding as it's extremely ugly 17 years ago
Andrzej Rybczak 65f52da949 make it compile under mingw32 --without-curl --without-taglib 17 years ago
Andrzej Rybczak 1b22f307ea add support for pdcurses 17 years ago
Andrzej Rybczak 3710d3bafd fix blocking playlist update 17 years ago
Andrzej Rybczak f78e88e6aa do not fetch status after succesful setvol command, set it locally 17 years ago
Andrzej Rybczak 9270a83a78 invoke callback immediately after sending update command succesfully 17 years ago
Andrzej Rybczak ab265f2fdf do not fetch mpd_Stats from mpd as it's unneded 17 years ago
Andrzej Rybczak cf3746f301 always poll mpd twice per second 17 years ago
Andrzej Rybczak 23567ed4f1 show notification if given value is out of bounds 17 years ago
Andrzej Rybczak 3d5e62aa65 change default behaviour of 'go to given position' function 17 years ago
Andrzej Rybczak 5cfe75a0c2 Revert "limit clear and crop function to playlist/playlist editor" 17 years ago
Andrzej Rybczak 047dabd41a limit clear and crop function to playlist/playlist editor 17 years ago
Andrzej Rybczak d1d1011eeb make function 'clear' in playlist editor clear selected playlist 17 years ago
Andrzej Rybczak b382784f6a notify about selected items being removed from playlist 17 years ago
Andrzej Rybczak aea0540f16 a few improvements for 'add selected' function 17 years ago
Andrzej Rybczak a1b08c5776 add ('a') items to currently selected playlist in playlist editor 17 years ago
Andrzej Rybczak 8a1223aa18 enable playlist highlighting after saving playlist 17 years ago
Andrzej Rybczak 1e511d1d8d fix now playing update if playlist is filtered 17 years ago
Andrzej Rybczak 3477c1514d put check for playlist filtering in macro 17 years ago
Andrzej Rybczak 0aa36f3fb2 move Global::Timer to Playlist class 17 years ago
Andrzej Rybczak 24c37eb592 do not store commands list in MPD::Connection 17 years ago
Andrzej Rybczak 2bb0aaef18 if selected items are separated, group them while moving 17 years ago
Andrzej Rybczak c0d227a0c8 move selected items to actual cursor position, not to given one 17 years ago
Andrzej Rybczak fd7ac3b3f5 new feature: move item(s) in playlist to given position 17 years ago
Andrzej Rybczak 29f49415dd add support for regular expressions (basic and extended) 17 years ago
Andrzej Rybczak 6be91a8216 improve searching a bit / fix going to previous found position 17 years ago
Andrzej Rybczak eed4fb03ff use CamelCase for variables in Global namespace / some cleaning 17 years ago
Andrzej Rybczak b21ede24f4 move searching to Menu class, also remember last constraint 17 years ago
Andrzej Rybczak 3523caa592 some fixes for non-unicode locales 17 years ago
Andrzej Rybczak e209a86e8e allow for position go to in %, mm:ss format and numer of seconds 17 years ago
Andrzej Rybczak 67b7aaae8a define mDialog as object, not ptr to object 17 years ago
Andrzej Rybczak 73f7980019 make blocking search constraints change after successful searching optional 17 years ago
Andrzej Rybczak b9cbacebff new function: stop playing after current song 17 years ago
Andrzej Rybczak aed227ab5f new feature: go to currently playing song in browser 17 years ago
Andrzej Rybczak 89b53ddfdb while searching for songs in media library, consider year of the album 17 years ago
Andrzej Rybczak fe79d1ae94 keep proper songs' positions when playlist is modified 17 years ago
Andrzej Rybczak 2856d5cd78 make playlist's stats scrollable, also display remaining time on demand 17 years ago
Andrzej Rybczak 3b32d84a76 make Playlist::NowPlayingSong() return pointer, not reference 17 years ago
Andrzej Rybczak f16fb6f93d if playlist is filtered, clear function should delete only visible items 17 years ago
Andrzej Rybczak b210d3f270 change var = time(NULL) to time(&var) 17 years ago
Andrzej Rybczak f162a7b880 new feature: playlist sorting (Ctrl-V by default) 17 years ago