summaryrefslogtreecommitdiff
path: root/src/regex_filter.h
AgeCommit message (Expand)Author
2020-12-19Update header information and my emailAndrzej Rybczak
2018-04-09Fix compilation with ICU >= 61, part 2Andrzej Rybczak
2018-04-09Fix compilation with ICU >= 61Andrzej Rybczak
2017-03-29Add support for ignoring diacritics while searching and filtering listsAndrzej Rybczak
2017-03-12Update AUTHORS and copyright lineAndrzej Rybczak
2016-12-22Compile cleanly with GCC 4.9.4Andrzej Rybczak
2016-11-13Update headersAndrzej Rybczak
2016-11-11searchable: retrieve currently applied search constraintAndrzej Rybczak
2015-08-15regex filter: log the problematic strings so they can be identifiedAndrzej Rybczak
2015-08-15regex filter: if string is invalid utf-8, ignore itAndrzej Rybczak
2015-05-02add support for unicode aware regular expressions if availableAndrzej Rybczak
2014-11-05remove filteringAndrzej Rybczak
2014-11-04menu: remove search related methodsAndrzej Rybczak
2014-08-27update copyright messageAndrzej Rybczak
2013-04-07update copyright infoAndrzej Rybczak
2013-04-06replace gnu regex wrapper with boost::regexAndrzej Rybczak
2012-10-06menu: remove include of regexes.hAndrzej Rybczak
2012-10-02fix header guardsAndrzej Rybczak
2012-09-16regex filter: fix possibility of failing assertion in RegexItemFilterAndrzej Rybczak
2012-09-14regex filter: fix assertion fail if regex wasn't properly compiledAndrzej Rybczak
2012-09-02get rid of 'using namespace NCurses' directiveAndrzej Rybczak
2012-09-01implement Searchable interface / make use of unnamed namespacesAndrzej Rybczak
2012-09-01fix a few typosAndrzej Rybczak
2012-08-31menu: generalize filtering, introduce interfacesAndrzej Rybczak