313 Commits (9faf3acf2f1bef0d10fdf85ce93468800916ae66)

Author SHA1 Message Date
Andrzej Rybczak 9faf3acf2f cosider different size of size_t type on 32bits and 64bits arches 17 years ago
Andrzej Rybczak 72cddfe77d another fix for 450bf1b6 17 years ago
Andrzej Rybczak 7116c11a8a add missing 'for' word 17 years ago
Andrzej Rybczak 450bf1b636 initialize screens only if necessary 17 years ago
Andrzej Rybczak 8ab805abd5 ask before clearing playlist in playlist editor 17 years ago
Andrzej Rybczak a2a5398239 always unlock item list update after clearing the playlist 17 years ago
Andrzej Rybczak 1d37102947 fetch status from mpd immediately after clearing playlist 17 years ago
Andrzej Rybczak 25554ed100 be more verbose while deleting items in browser 17 years ago
Andrzej Rybczak 12a7d847c1 attempt to remove items physically only if mpd_music_dir is set 17 years ago
Andrzej Rybczak a6e4f9cdd7 add keybinding to toggle mouse support on the fly 17 years ago
Andrzej Rybczak 0a275f31d1 remove the code that is not supposed to be here 17 years ago
Andrzej Rybczak 5a2853b36a new feature: outputs screen 17 years ago
Andrzej Rybczak d965f4e517 new feature: mouse support 17 years ago
Andrzej Rybczak dd266b0103 new feature: add random songs to playlist 17 years ago
Andrzej Rybczak 5f5d6bf03f do not display message about disabled function if current item is parent dir 17 years ago
Andrzej Rybczak 658d213905 fix compilation --without-taglib 17 years ago
Andrzej Rybczak b16e3d0817 put playlist/file/directory in quotation marks while asking for deleting it 17 years ago
Andrzej Rybczak 8f5df28e62 new feature: allow for files and directories deletion in browser 17 years ago
Andrzej Rybczak ecd4c8cc17 get rid of C style casts 17 years ago
Andrzej Rybczak eb3b08b45e clear window title at exit 17 years ago
Andrzej Rybczak 2c3c44994e redraw statusbar after resize if player is stopped 17 years ago
Andrzej Rybczak 53cd4114e8 start with empty input box while searching 17 years ago
Andrzej Rybczak a0cbd8fc32 new feature: input text history 17 years ago
Andrzej Rybczak 6177d49f9f new feature: two columns view in media library (albums and songs) 17 years ago
Andrzej Rybczak 84a9af2ee9 make use of gcc's __attribute__ extension 17 years ago
Andrzej Rybczak ab7dbe9cbe redraw statusbar after terminal resize 17 years ago
Andrzej Rybczak 12fa8a9bf6 count number of applied formatting flags 17 years ago
Andrzej Rybczak c7251ebb98 improve formatting removal 17 years ago
Andrzej Rybczak 88fa887776 new feature: allow searching in help, lyrics and info screens 17 years ago
Andrzej Rybczak 0978f2c228 prepare for physical song/dir deletion implementation 17 years ago
Andrzej Rybczak 33b2b829ab fix moving single file within playlist 17 years ago
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