summaryrefslogtreecommitdiff
path: root/src/filters.hh
AgeCommit message (Collapse)Author
2013-11-04remove filters, use hooks insteadMaxime Coste
2012-11-23Refactor filter and highlighter registry into a common templateMaxime Coste
2011-12-02Buffer: add filter supportMaxime Coste
filters are functions called prior to applying a modification to a buffer. They can manipulate the modification to change the editor behaviour.
2011-11-29Rename Filter to Highlighter to be more explicitMaxime Coste
2011-11-09Filters: code cleanupMaxime Coste
2011-11-08Filters: register existing filters with the registryMaxime Coste
2011-10-17Filters: add a show line numbers filterMaxime Coste
2011-10-12Filters: add an expand_tabulation filterMaxime Coste
2011-10-03Filters: add a colorize_cplusplus filter and use it by default in WindowMaxime Coste
2011-09-30Filters: add a colorize_regex filterMaxime Coste