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
2016-03-17
Fix another bug in Buffer::replace implementation
Maxime Coste
2016-03-17
Slight code tweaks in normal mode pipe function
Maxime Coste
2016-03-17
Fix bug introduced in Buffer::do_insert
Maxime Coste
2016-03-17
Write the hook parameter in the debug buffer on error in hook
Maxime Coste
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2016-03-16
Use replace in Buffer unit test
Maxime Coste
2016-03-16
Avoid the spurious newline insertion when replacing at end of buffer
Maxime Coste
2016-03-16
More cleanups in Buffer::do_insert
Maxime Coste
2016-03-15
Refactor Buffer::do_insert
Maxime Coste
2016-03-15
Slight cleanup in Buffer::do_insert
Maxime Coste
2016-03-15
Reset line editor display pos when the text is reset
Maxime Coste
2016-03-15
Redisplay prompt on Prompt mode enabled
Maxime Coste
2016-03-15
Support an optional column param with the +<line>[:<column>] syntax
Maxime Coste
2016-03-15
Quit on SIGINT when using a DummyUI
Maxime Coste
2016-03-14
Disable key mapping handling when executing a user mapping
Maxime Coste
2016-03-14
Support ~/ in insert mode filename completion
Maxime Coste
2016-03-14
Code cleanups
Maxime Coste
2016-03-14
Include tweak
Maxime Coste
2016-03-12
Do not include the debug buffer in word completion
Maxime Coste
2016-03-11
Change custom object syntax, use a single prompt
Maxime Coste
2016-03-11
Formatting fix
Maxime Coste
2016-03-10
Update Makefile for OSX build with homebrew ncurses
Robert J. Ennis
2016-03-09
Redisplay info when menu appears so that info adapts its position
Maxime Coste
2016-03-09
Only select a completion when the menu was visible (or its the only one)
Maxime Coste
2016-03-09
It can happen during an undo/redo that the buffer be temporarily empty
Maxime Coste
2016-03-08
Try to please gcc 4.8 with parenthesis instead of curly braces
Maxime Coste
2016-03-08
Add missing curly braces in containers helpers
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-03-08
Use ranked match based completion for command names
Maxime Coste
2016-03-08
Force redraw everything, not just refresh
Maxime Coste
2016-03-08
Support parsing booleans in json
Maxime Coste
2016-03-07
Fix handling of bool when writing json
Maxime Coste
2016-03-07
Rework client redrawing, delay menu/info methods until next refresh
Maxime Coste
2016-03-07
Fix json escaping of strings
Maxime Coste
2016-03-07
Move <c-l> handling to normal mode from client
Maxime Coste
2016-03-07
Select ui at launch through the -ui <ui_name> switch
Maxime Coste
2016-03-07
Handle <c-l> redrawing on the server side
Maxime Coste
2016-03-07
Cleanup JsonUI and add support for a resize method
Maxime Coste
2016-03-07
Initial, WIP json ui implementation
Maxime Coste
2016-03-07
Remove complete_prefix option and behaviour
Maxime Coste
2016-03-06
Fix Value constructor, we never want to create reference values
Maxime Coste
2016-03-06
Tweak useage of skip_while and move the functions in utils.hh
Maxime Coste
2016-03-06
Only call UserInterface::refresh when the UI has been modified
Maxime Coste
2016-03-03
Just write to stderr when exceptions are uncaught
Maxime Coste
2016-03-03
destroy buffer manager first but clear clients before destroying buffers.
Maxime Coste
2016-03-02
BufferManager should outlive ClientManager in the end
Maxime Coste
2016-03-02
In buffer name completion, give priority to filename (not dirname) matches
Maxime Coste
2016-03-02
Use RankedMatch for filename based completion (file and command completion)
Maxime Coste
2016-03-02
Rename prefix to query in complete helper function and tweak static_assert
Maxime Coste
2016-03-02
Tweak RankedMatch ordering, give priority to prefix matches
Maxime Coste
[prev]
[next]