| Age | Commit message (Collapse) | 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 | |
| * Filters now only works on insertion and take directly the iterator and content * use Buffer::insert and Buffer::erase to modify a buffer | |||
| 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 | |
| filters are functions called prior to applying a modification to a buffer. They can manipulate the modification to change the editor behaviour. | |||
| 2011-11-29 | Rename Filter to Highlighter to be more explicit | Maxime Coste | |
| 2011-11-08 | Add a filter registry class | Maxime Coste | |
