summaryrefslogtreecommitdiff
path: root/src/filter.hh
AgeCommit message (Expand)Author
2013-11-04remove filters, use hooks insteadMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-27Merge {Filter,Highlighter}Group in a FunctionGroup templateMaxime Coste
2013-02-18Fix class/struct mismatchesMaxime Coste
2012-11-23filter: minor code cleanupMaxime Coste
2012-11-23Refactor filter and highlighter registry into a common templateMaxime Coste
2012-11-19Pass the selection instead of only point of insertion to filtersMaxime Coste
2012-08-10Buffer: move back Modification as an implementation detailMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-01-11Document some Kakoune concepts, as Window, Buffer, DisplayAtom...Maxime Coste
2011-12-06Buffer: rename BufferModification to ModificationMaxime Coste
2011-12-02Buffer: add filter supportMaxime Coste
2011-11-29Rename Filter to Highlighter to be more explicitMaxime Coste
2011-11-08Add a filter registry classMaxime Coste