| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-22 | vis: move syntax highlighting to pure Lua code | Marc André Tanner | |
| 2016-03-15 | vis: slightly cleanup register related code | Marc André Tanner | |
| 2016-03-12 | register: add function to set register content to arbitrary data | Marc André Tanner | |
| 2016-03-12 | register: rename register put related functions | Marc André Tanner | |
| 2016-01-30 | Implement "A - "Z registers | Marc André Tanner | |
| 2016-01-30 | Implement system clipboard registers "* and "+ | Marc André Tanner | |
| Both registers are currently treated identically. The actual system integration is performed by two shell scripts vis-copy and vis-paste. | |||
| 2016-01-30 | Implement blackhole register "_ | Marc André Tanner | |
| 2016-01-30 | Cleanup register implementation | Marc André Tanner | |
| 2015-05-16 | Cleanup general purpose buffer API | Marc André Tanner | |
| Introduce buffer_init to initialize a stack allocated buffer. Rename buffer_{alloc,free} functions because they do something different than the usual convention. They operate on the underlying buffer data but do not allocate/free an actual Buffer struct. | |||
| 2014-12-18 | Macro support | Marc André Tanner | |
| At some point this should be optimized further at the moment there is some 20 byte overhead for each entered key. | |||
| 2014-09-10 | Add comments where appropriate | Marc André Tanner | |
| 2014-09-09 | Remove trailing whitespaces (sed 's/[ \t]*$//') | Marc André Tanner | |
| 2014-09-03 | Rudimentary support for copy / paste via registers | Marc André Tanner | |
| 2014-08-31 | Add rudimentary register implementation | Marc André Tanner | |
