150 Commits (4c7afc4fcde7dc83848591e54f10d52d701827c3)
 

Author SHA1 Message Date
unK 4c7afc4fcd fix displaying song in search engine if song_format uses right align 18 years ago
unK 65eec99073 perform case insensitive searching by default 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 25719527e9 remove asserts from str_pool 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 d992af15b0 update NEWS & version bump 18 years ago
unK aa80c13c2e support for following lyrics of now playing song 18 years ago
unK f0a810cdc0 count proper tab length in Scrollpad::Add() 18 years ago
unK 6ff6f6e258 support for dirs/playlists rename in browser 18 years ago
unK ce9fed322d fix for non unicode locales 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 0ced9f5fc1 if playlist changed redraw header only if we are on playlist screen 18 years ago
unK 82f4ee14ce fix code causing segfault in Window::GetString() 18 years ago
unK 5ec6e998ef fix putting strings into a pool 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 ded070c61b allocate strings in a pool (taken from ncmpc) 18 years ago
unK 77a01b6574 libmpdclient sync 18 years ago
unK da2086c9bd fixes for parsing info from last.fm 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 0664f9ed2b escape html chars in fetched lyrics properly 18 years ago
unK 80c067924e make 'repeat one' mode work with random mode 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 8bdda428bb simplify Window::Clear() 18 years ago
unK c54de64176 new option for song format - right align (thx to Nathan Jones) 18 years ago
unK 369bbf6b96 new feature for parser, coordinates reader 18 years ago
unK 831f9ab405 a few code clean-ups 18 years ago
unK 3419ff13a8 improve time displaying / allow markers for empty tags without color 18 years ago
unK 0060450b10 fixes 18 years ago
unK 0a534ad8cf prevent from doing any operations if list of songs is empty 18 years ago
unK fd7819a6b0 refresh header window and right column in tag editor only if necessary 18 years ago
unK 2605b29dd9 filename parser for tag editor, renaming files support, minor fixes 18 years ago
unK 8fb83ac476 code clean-ups (help screen initialization splitted) 18 years ago
unK 8b185e2967 suport for renaming directories in tag editor 18 years ago
unK 51b913d611 directories view for tag editor 18 years ago
unK 25c2f3fb49 add scroll ability for Window::GetString 18 years ago
unK 415096c067 some fixes for color parser 18 years ago
unK cb79ecdb2a brand new song info screen 18 years ago
unK c80b7e6568 fix compilation for older gcc versions 18 years ago
unK 226702f23a simplify adding options in Menu class 18 years ago
unK e36bf0a3cc use std::pair instead of two different containters 18 years ago