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
Age
Commit message (
Expand
)
Author
2014-10-06
scrolloff is now a line,column pair
Maxime Coste
2014-10-05
InternedStrings know their slots
Maxime Coste
2014-10-03
Use InternedStrings for buffer contents
Maxime Coste
2014-10-01
Small refactor
Maxime Coste
2014-10-01
Fix finding next match when the cursor is in the middle of the only match
Maxime Coste
2014-10-01
Add support for interned strings
Maxime Coste
2014-09-28
Pass -rdynamic only to the linker
Maxime Coste
2014-09-28
Start with the whole buffer selected in filter mode
Maxime Coste
2014-09-26
Remove unused function
Maxime Coste
2014-09-26
Finding next matches start from seleciton min/max instead of cursor
Maxime Coste
2014-09-25
line joining will only join selected lines if selection span multiples ones
Maxime Coste
2014-09-25
Fix reverse search when extending
Maxime Coste
2014-09-23
Add support for mapping keys in goto/view commands
Maxime Coste
2014-09-23
Add inner versions of to object begin/end selection
Maxime Coste
2014-09-22
add a 'buffers' debug command to get info on alive buffers
Maxime Coste
2014-09-22
Use std:move for selection parameters
Maxime Coste
2014-09-22
tweak helper functions in buffer_utils.hh
Maxime Coste
2014-09-20
Use raw terminal, and handle signals manually
Maxime Coste
2014-09-19
preserve selection direction in split lines
Maxime Coste
2014-09-19
small refactor in highlighters
Maxime Coste
2014-09-18
Fix confusion between -n and -d switches in main
Maxime Coste
2014-09-18
Fix compilation on recent cygwin
Maxime Coste
2014-09-18
Add a small validation assert to catch a rare bug
Maxime Coste
2014-09-18
Keep selection direction on split/select/search
Maxime Coste
2014-09-15
Makefile: Include system header in generated dependencies
Maxime Coste
2014-09-10
Add some color to mode specific mode line info
Maxime Coste
2014-09-09
Target end of line on line selectors
Maxime Coste
2014-09-09
Add support for target column preservation
Maxime Coste
2014-08-28
Fix spaces_to_tabs when tabs follow spaces
Maxime Coste
2014-08-26
Limit the iteration count when reading from a fifo
Maxime Coste
2014-08-26
Fix handling of -- in parameter parser
Maxime Coste
2014-08-21
Add a 'disabled_hooks' regex option
Maxime Coste
2014-08-19
Add support for 'c-o' in prompt and insert to hide the completion menu
Maxime Coste
2014-08-19
Do not allow using color names as face names
Maxime Coste
2014-08-19
Allow faces to reference faces
Maxime Coste
2014-08-19
Remove option checkers, handle that through the type system
Maxime Coste
2014-08-19
Add support for operator== to Optional
Maxime Coste
2014-08-18
Do not escape completions in completer functions let the client decide
Maxime Coste
2014-08-17
Get forced file descriptors after calling poll
Maxime Coste
2014-08-17
Always inline a few more methods
Maxime Coste
2014-08-17
Add exception reporting in filter mode
Maxime Coste
2014-08-15
Add support for reading from stdin/writing to stdout in filter mode
Maxime Coste
2014-08-14
Refactor, remove kakoune function and move it inside main.
Maxime Coste
2014-08-14
Add support for running kakoune as a filter, using -f 'keys'
Maxime Coste
2014-08-14
Refactor main loops, use separate functions for each running mode
Maxime Coste
2014-08-14
memoryview: add support for reverse iteration
Maxime Coste
2014-08-14
Add support for <c-w> <c-b> and <c-e> for word moves in the line editor
Maxime Coste
2014-08-14
NCurses: properly handle ctrl+alt
Maxime Coste
2014-08-12
Defer deletion of buffers to after the event loop
Maxime Coste
2014-08-12
Tweak client redraw logic, avoid highlight if only status line changed
Maxime Coste
[prev]
[next]