Commit Graph

19 Commits

Author SHA1 Message Date
Andrzej Rybczak
54fd2d65c6 Compile cleanly with GCC 4.9.4 2016-12-22 10:35:44 +01:00
Andrzej Rybczak
516ee31109 Update headers 2016-11-13 11:07:13 +01:00
Andrzej Rybczak
60e66b47b6 searchable: retrieve currently applied search constraint 2016-11-11 20:26:42 +01:00
Andrzej Rybczak
dbe655d159 regex filter: log the problematic strings so they can be identified 2015-08-15 17:02:48 +02:00
Andrzej Rybczak
51768b9f7a regex filter: if string is invalid utf-8, ignore it 2015-08-15 11:51:19 +02:00
Andrzej Rybczak
dafcadefaf add support for unicode aware regular expressions if available 2015-05-02 15:01:01 +02:00
Andrzej Rybczak
309a4989c9 remove filtering 2014-11-05 21:37:27 +01:00
Andrzej Rybczak
12772c47f9 menu: remove search related methods 2014-11-04 21:31:07 +01:00
Andrzej Rybczak
85a2802361 update copyright message 2014-08-27 05:43:51 +02:00
Andrzej Rybczak
1d4e006986 update copyright info 2013-04-07 13:31:58 +02:00
Andrzej Rybczak
2b5f1b9fd4 replace gnu regex wrapper with boost::regex 2013-04-06 16:47:03 +02:00
Andrzej Rybczak
843c2b76e6 menu: remove include of regexes.h 2012-10-06 19:28:39 +02:00
Andrzej Rybczak
efe2a52382 fix header guards 2012-10-02 16:19:04 +02:00
Andrzej Rybczak
a362488246 regex filter: fix possibility of failing assertion in RegexItemFilter 2012-09-16 01:54:47 +02:00
Andrzej Rybczak
e2889bfefd regex filter: fix assertion fail if regex wasn't properly compiled 2012-09-14 00:59:00 +02:00
Andrzej Rybczak
d47cad1d50 get rid of 'using namespace NCurses' directive 2012-09-02 15:37:42 +02:00
Andrzej Rybczak
0811e30319 implement Searchable interface / make use of unnamed namespaces 2012-09-01 16:10:52 +02:00
Andrzej Rybczak
1bb3907b50 fix a few typos 2012-09-01 08:56:56 +02:00
Andrzej Rybczak
4c944085d6 menu: generalize filtering, introduce interfaces 2012-08-31 23:09:56 +02:00