index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filter.hh
Age
Commit message (
Expand
)
Author
2013-11-04
remove filters, use hooks instead
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-27
Merge {Filter,Highlighter}Group in a FunctionGroup template
Maxime Coste
2013-02-18
Fix class/struct mismatches
Maxime Coste
2012-11-23
filter: minor code cleanup
Maxime Coste
2012-11-23
Refactor filter and highlighter registry into a common template
Maxime Coste
2012-11-19
Pass the selection instead of only point of insertion to filters
Maxime Coste
2012-08-10
Buffer: move back Modification as an implementation detail
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-01-11
Document some Kakoune concepts, as Window, Buffer, DisplayAtom...
Maxime Coste
2011-12-06
Buffer: rename BufferModification to Modification
Maxime Coste
2011-12-02
Buffer: add filter support
Maxime Coste
2011-11-29
Rename Filter to Highlighter to be more explicit
Maxime Coste
2011-11-08
Add a filter registry class
Maxime Coste