index
:
ncmpcpp.git
0.6.x
0.7.x
0.8.x
0.9.x
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regex_filter.h
Age
Commit message (
Expand
)
Author
2020-12-19
Update header information and my email
Andrzej Rybczak
2018-04-09
Fix compilation with ICU >= 61, part 2
Andrzej Rybczak
2018-04-09
Fix compilation with ICU >= 61
Andrzej Rybczak
2017-03-29
Add support for ignoring diacritics while searching and filtering lists
Andrzej Rybczak
2017-03-12
Update AUTHORS and copyright line
Andrzej Rybczak
2016-12-22
Compile cleanly with GCC 4.9.4
Andrzej Rybczak
2016-11-13
Update headers
Andrzej Rybczak
2016-11-11
searchable: retrieve currently applied search constraint
Andrzej Rybczak
2015-08-15
regex filter: log the problematic strings so they can be identified
Andrzej Rybczak
2015-08-15
regex filter: if string is invalid utf-8, ignore it
Andrzej Rybczak
2015-05-02
add support for unicode aware regular expressions if available
Andrzej Rybczak
2014-11-05
remove filtering
Andrzej Rybczak
2014-11-04
menu: remove search related methods
Andrzej Rybczak
2014-08-27
update copyright message
Andrzej Rybczak
2013-04-07
update copyright info
Andrzej Rybczak
2013-04-06
replace gnu regex wrapper with boost::regex
Andrzej Rybczak
2012-10-06
menu: remove include of regexes.h
Andrzej Rybczak
2012-10-02
fix header guards
Andrzej Rybczak
2012-09-16
regex filter: fix possibility of failing assertion in RegexItemFilter
Andrzej Rybczak
2012-09-14
regex filter: fix assertion fail if regex wasn't properly compiled
Andrzej Rybczak
2012-09-02
get rid of 'using namespace NCurses' directive
Andrzej Rybczak
2012-09-01
implement Searchable interface / make use of unnamed namespaces
Andrzej Rybczak
2012-09-01
fix a few typos
Andrzej Rybczak
2012-08-31
menu: generalize filtering, introduce interfaces
Andrzej Rybczak