18 Commits (6b73f0ebe1c05cb2b3b6973662e7b6c95eba4530)

Author SHA1 Message Date
Andrzej Rybczak 516ee31109 Update headers 9 years ago
Andrzej Rybczak 60e66b47b6 searchable: retrieve currently applied search constraint 9 years ago
Andrzej Rybczak dbe655d159 regex filter: log the problematic strings so they can be identified 11 years ago
Andrzej Rybczak 51768b9f7a regex filter: if string is invalid utf-8, ignore it 11 years ago
Andrzej Rybczak dafcadefaf add support for unicode aware regular expressions if available 11 years ago
Andrzej Rybczak 309a4989c9 remove filtering 12 years ago
Andrzej Rybczak 12772c47f9 menu: remove search related methods 12 years ago
Andrzej Rybczak 85a2802361 update copyright message 12 years ago
Andrzej Rybczak 1d4e006986 update copyright info 13 years ago
Andrzej Rybczak 2b5f1b9fd4 replace gnu regex wrapper with boost::regex 13 years ago
Andrzej Rybczak 843c2b76e6 menu: remove include of regexes.h 14 years ago
Andrzej Rybczak efe2a52382 fix header guards 14 years ago
Andrzej Rybczak a362488246 regex filter: fix possibility of failing assertion in RegexItemFilter 14 years ago
Andrzej Rybczak e2889bfefd regex filter: fix assertion fail if regex wasn't properly compiled 14 years ago
Andrzej Rybczak d47cad1d50 get rid of 'using namespace NCurses' directive 14 years ago
Andrzej Rybczak 0811e30319 implement Searchable interface / make use of unnamed namespaces 14 years ago
Andrzej Rybczak 1bb3907b50 fix a few typos 14 years ago
Andrzej Rybczak 4c944085d6 menu: generalize filtering, introduce interfaces 14 years ago
Andrzej Rybczak 1596c8ed40 menu: simplify ItemDisplayer further 14 years ago
Andrzej Rybczak 7297b8a9ad use std::bind instead of passing void pointers around 14 years ago
Andrzej Rybczak 798c9b3121 menu: some member name changing 14 years ago
Andrzej Rybczak b06e620913 more cleanup and grouping functions logically together 14 years ago
Andrzej Rybczak 4cb0e2232a fix compilation --without-taglib 14 years ago
Andrzej Rybczak a20a195225 mpd: use lambda closures instead of passing vectors to functions 14 years ago
Andrzej Rybczak 397783d701 reduce usage of pointers / replace std::pair in SearchEngine 14 years ago
Andrzej Rybczak f8151904f5 update copyright dates 14 years ago
Andrzej Rybczak 56467eaac6 new feature: support for merging screens together 15 years ago
Andrzej Rybczak ca956c3da3 update copyright dates 15 years ago
Andrzej Rybczak d962653c76 make feature 'display separators between albums' work in all screens 16 years ago
Andrzej Rybczak 08daa61907 update copyright notices 16 years ago
Andrzej Rybczak c20d8694ae new feature: allow for fixed size columns 17 years ago
Andrzej Rybczak a80bf2a7bf use typename keyword instead of class as it's more logical 17 years ago
Andrzej Rybczak f162a7b880 new feature: playlist sorting (Ctrl-V by default) 17 years ago
Andrzej Rybczak 9dd21b7653 get rid of some externs 17 years ago
Andrzej Rybczak 8653232a2a change namespace Browser into class 17 years ago
Andrzej Rybczak 8ba72bc78a separate some code from ncmpcpp.cpp 17 years ago
Andrzej Rybczak d82577e357 group various functions more logically 17 years ago
Andrzej Rybczak f9f5149b76 includes cleaning 17 years ago
Andrzej Rybczak 0c9e10091f update fsf address and copyright info 17 years ago
Andrzej Rybczak 0d7df1e5c6 tag editor: add options "Capitalize First Letters" and "lower all letters" 17 years ago
Andrzej Rybczak 284dd6a5be update Menu class and related stuff 18 years ago
Andrzej Rybczak 5c0af01cca put mpd connection related things into namespace 18 years ago
unK beee0bc9d3 add support for browsing local filesystem 18 years ago
unK 457452036b fix displaying title of primary column in media library with tag editor disabled 18 years ago
unK d5bdec41f7 support for user defined tag type in left column of media library 18 years ago
unK 9b65b39126 put local functions into unnamed namespaces 18 years ago
unK 9ae8249b73 filter chars unallowed in filename / more actions for songs in tag editor 18 years ago
unK c54de64176 new option for song format - right align (thx to Nathan Jones) 18 years ago
unK 2605b29dd9 filename parser for tag editor, renaming files support, minor fixes 18 years ago
unK 0e1e3c6342 a lot of code clean-ups, remove song info screen 18 years ago