483 Commits (bf71a01b1cfab1c48d75ae659508d652549e7ab9)
 

Author SHA1 Message Date
Andrzej Rybczak bf71a01b1c ignore keycodes <10 || >10 && <32 in Window::GetString() 17 years ago
Andrzej Rybczak cf3746f301 always poll mpd twice per second 17 years ago
Andrzej Rybczak b58864e682 fix bolding np song with 'repeat one' function enabled 17 years ago
Andrzej Rybczak b2317df843 provide file with locales and corresponding encodings 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 eeb1951547 fix for clock misrendering 17 years ago
Andrzej Rybczak 5cfe75a0c2 Revert "limit clear and crop function to playlist/playlist editor" 17 years ago
Andrzej Rybczak a1a2ba4eed show columns' titles if browser displays them at start 17 years ago
Andrzej Rybczak 503c4964d5 Revert "use inline functions instead of macros in charset.h" 17 years ago
Andrzej Rybczak 42b11910cc update NEWS / version bump 17 years ago
Andrzej Rybczak a9bad6863b check if ptr is NULL before dereferencing it in Menu::GetSelected() 17 years ago
Andrzej Rybczak 204189fe33 update man and example config 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 20055afac4 call Song::Localize() in Display::SongInColumns() 17 years ago
Andrzej Rybczak 1e511d1d8d fix now playing update if playlist is filtered 17 years ago
Andrzej Rybczak 31ab01cc1c fix prototype of write_data() function used by curl 17 years ago
Andrzej Rybczak 24fc414826 fix bolding/unbolding items, if screen is filtered 17 years ago
Andrzej Rybczak aad83e9b6c fix clearing statusbar if playing is stopped 17 years ago
Andrzej Rybczak 1a7fd6d332 update window title only when playlist or songid changed 17 years ago
Andrzej Rybczak 3477c1514d put check for playlist filtering in macro 17 years ago
Andrzej Rybczak 2c1647d57a new feature: reverse playlist 17 years ago
Andrzej Rybczak d03c4a88b6 fix Menu copy constructor 17 years ago
Andrzej Rybczak a20469b403 never get full playlist from mpd, always request for changes 17 years ago
Andrzej Rybczak c7689d72d6 improve playlist updating 17 years ago
Andrzej Rybczak 502ce9be6a handle now playing song properly 17 years ago
Andrzej Rybczak 0aa36f3fb2 move Global::Timer to Playlist class 17 years ago
Andrzej Rybczak d5a68a1a60 make Keypressed() funcion inline 17 years ago
Andrzej Rybczak 6768e3cdaa change char * to const char * in libmpdclient where appropriate to avoid casts 17 years ago
Andrzej Rybczak 24c37eb592 do not store commands list in MPD::Connection 17 years ago
Andrzej Rybczak 8a4ee22b61 swap songs internally while sorting to keep their properties 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 a80bf2a7bf use typename keyword instead of class as it's more logical 17 years ago
Andrzej Rybczak d50dcac5a2 return value, not const reference, if return type is POD or ptr 17 years ago
Andrzej Rybczak 5e29d251c3 add man page 17 years ago
Andrzej Rybczak 1667079b59 do not include misc.h in menu.h as it's redundant there 17 years ago
Andrzej Rybczak 5f114abd2c clear screen only after getting song info to avoid flickering 17 years ago
Andrzej Rybczak 2f68c48eb0 make SearchEngine::CaseSensitive regex flag 17 years ago
Andrzej Rybczak 14a817e83e fix memory leak in search engine 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 2c30387a91 limit scope of unallowed_chars and make it static 17 years ago
Andrzej Rybczak 09ea91e548 check if setlocale() returns NULL 17 years ago