451 Commits (d5a68a1a60694ea1d9e13dc5bf04bb018f1e1dc1)
 

Author SHA1 Message Date
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
Andrzej Rybczak 7f2a635ac5 use inline functions instead of macros in charset.h 17 years ago
Andrzej Rybczak a3da430f1f change InternalSorting to class 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 c5f24f402f improve fetching albums by tag editor 17 years ago
Andrzej Rybczak 3523caa592 some fixes for non-unicode locales 17 years ago
Andrzej Rybczak a4599fffe7 speed up browsing media library 17 years ago
Andrzej Rybczak 93fd687ec1 consider "ignore leading 'the' word" function while sorting playlist 17 years ago
Andrzej Rybczak e209a86e8e allow for position go to in %, mm:ss format and numer of seconds 17 years ago
Andrzej Rybczak 1b74324e68 fix duplicating albums in media library 17 years ago
Andrzej Rybczak 556d0f7a3c hide cursor after return from external console editor 17 years ago
Andrzej Rybczak eef59c9099 rename Song::__Count_Last_Slash_Position() 17 years ago
Andrzej Rybczak ea973b6b4a put classes related to ncurses into NCurses namespace 17 years ago
Andrzej Rybczak 8f092d5490 move some functions to TagEditor class / outside 17 years ago
Andrzej Rybczak 31dcb27789 fix handling external console editor 17 years ago
Andrzej Rybczak 6ad80aeed5 write ID3v2 tags in utf8 17 years ago
Andrzej Rybczak 76701883e9 support for multiple composer, performer and disc tags 17 years ago
Andrzej Rybczak 67b7aaae8a define mDialog as object, not ptr to object 17 years ago
Andrzej Rybczak 2d74931a9a use static_cast in Scrollpad::Flush() instead of reinterpret_cast 17 years ago
Andrzej Rybczak d8a6993ec2 add support for external console editor 17 years ago
Andrzej Rybczak 73f7980019 make blocking search constraints change after successful searching optional 17 years ago
Andrzej Rybczak 339bbb4925 while converting item in columns to string, if title is empty, use filename 17 years ago
Andrzej Rybczak 3d6765f896 make BasicScreen::{Enter,Space}Pressed() pure virtual 17 years ago
Andrzej Rybczak c3f2857dab use private where appropriate 17 years ago
Sebastian Peters e0a9a6cb9c fix: show again multiple album without year in media library 17 years ago
Andrzej Rybczak b9cbacebff new function: stop playing after current song 17 years ago
Andrzej Rybczak 27535e133c move functions from unnamed namespace to Browser class 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 d27a0510e4 update NEWS / version bump 17 years ago
Andrzej Rybczak fe79d1ae94 keep proper songs' positions when playlist is modified 17 years ago
Andrzej Rybczak 12e437c5af really fix compilation --without-curl 17 years ago