| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-04 | Reuse existing buffer when creating a fifo one | Maxime Coste | |
| That way, client having this buffer already visible wont switch to another one due to previous buffer getting deleted | |||
| 2014-10-20 | Port more code to StringView instead of const String& | Maxime Coste | |
| 2014-10-13 | Refactor regex uses, do not reference boost except in regex.hh | Maxime Coste | |
| 2014-10-03 | Use InternedStrings for buffer contents | Maxime Coste | |
| 2014-08-26 | Limit the iteration count when reading from a fifo | Maxime Coste | |
| 2014-08-15 | Add support for reading from stdin/writing to stdout in filter mode | Maxime Coste | |
| Note that kakoune still needs to read the whole buffer first, only once stdin is closed can it execute the keys. | |||
| 2014-07-07 | Do not write '*** kak: fifo closed ***' in buffers | Maxime Coste | |
| The status line '[fifo]' flag should replace that | |||
| 2014-07-05 | utf8: use end of sequence iterators for more security | Maxime Coste | |
| 2014-06-30 | Fix spurious eol appearing in non scrolling fifo buffers | Maxime Coste | |
| 2014-06-16 | Add BufCloseFifo hook and use that to remove fifo directories | Maxime Coste | |
| 2014-05-15 | read all available text in fifo each time the fd is signaled | Maxime Coste | |
| 2014-05-07 | Refactor LineAndColumn coordinates | Maxime Coste | |
| BufferCoord -> ByteCoord DisplayCoord -> CharCoord Moved their definition along with LineAndColumn into coord.hh | |||
| 2014-05-02 | Add support for non-scrolling fifo buffers | Maxime Coste | |
| 2014-04-29 | Add support for running Kakoune with redirected stdin | Maxime Coste | |
| Will read to a *stdin* fifo buffer | |||
| 2014-04-28 | Move some buffer related utility functions to buffer_utils.{cc,hh} | Maxime Coste | |
