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
2015-07-01
Fix stupid bug in '*'
Maxime Coste
2015-06-30
Force redraw all clients after a face changed
Maxime Coste
2015-06-30
Use tparm instead of tiparm
Maxime Coste
2015-06-30
Force setting of terminal hardware scroll region on resize
Maxime Coste
2015-06-30
Refactor resize handling in NCursesUI
Maxime Coste
2015-06-29
Use StatusLine face as default for the status line
Maxime Coste
2015-06-28
Run BufReadFifo hook after reading from fifo
Maxime Coste
2015-06-28
Merge overlapping selections before erasing
Maxime Coste
2015-06-27
Use a relative symlink for autoload
Maxime Coste
2015-06-27
Merge branch 'master' of http://github.com/tduzan/kakoune
Maxime Coste
2015-06-27
Initial selection saving/restoring support bound to ^ and alt-^
Maxime Coste
2015-06-26
Removed the '-r' flag from the ln command in the install step of the Makefile...
tduzan
2015-06-26
Add support for command completion on commands, use it for :new
Maxime Coste
2015-06-25
Make sure we do not put a Value in a Value
Maxime Coste
2015-06-25
Force redraw window after adding/removing highlighters
Maxime Coste
2015-06-25
Avoid unneeded default constructor call in Optional
Maxime Coste
2015-06-25
Minor reorganisation in buffer.hh
Maxime Coste
2015-06-24
Style tweak
Maxime Coste
2015-06-24
Fix include
Maxime Coste
2015-06-24
Always redraw status when redrawing the main window
Maxime Coste
2015-06-22
Add support for hex formatting
Maxime Coste
2015-06-22
Refactor slightly window redrawing
Maxime Coste
2015-06-21
Rework window redraw handling, should redraw window less often
Maxime Coste
2015-06-21
Improve ncurses redraw behaviour
Maxime Coste
2015-06-21
Display pid in fatal signal message
Maxime Coste
2015-06-21
Use <a-R> as replace paste all yanked selections
Maxime Coste
2015-06-20
Merge remote-tracking branch 'ekie/fix_edit'
Maxime Coste
2015-06-20
Add a combine_hash helper function
Maxime Coste
2015-06-19
Fix wrong exception type in str_to_int
Maxime Coste
2015-06-19
Fix Self Documentation
Eike Plack
2015-06-18
Fix segfault on g. when last modification position past buffer end
Maxime Coste
2015-06-17
Move status/mode line drawing as a separate ui method
Maxime Coste
2015-06-16
Resolve symbol names in Cygwin Backtrace::desc implementation
Maxime Coste
2015-06-15
Small formatting fix
Maxime Coste
2015-06-12
Add <a-;> in insert mode to execute a single normal mode command
Maxime Coste
2015-06-12
Notify user on kakrc parsing errors
Maxime Coste
2015-06-11
Fix regions highlighter docstring
Maxime Coste
2015-06-10
Show main selection search pattern on '*'
Maxime Coste
2015-06-10
Style tweak
Maxime Coste
2015-06-09
Fix race condition ShellManager::eval with SIGCHLD
Maxime Coste
2015-06-09
Fix comment
Maxime Coste
2015-06-08
Do not close stderr/stdout before program finish
Maxime Coste
2015-06-08
Change gl/gh to only move cursor, not selecting (<a-h>/<a-l>) are unchanged
Maxime Coste
2015-06-08
Specify if ShellManager should read output or not using a flag
Maxime Coste
2015-06-07
Change select_to_eol implementation
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-05
Support sourcing files that use crlf end of lines
Maxime Coste
2015-06-05
Merge branch 'mode-stack'
Maxime Coste
2015-06-05
Gracefully handle reloading a file that was deleted
Maxime Coste
2015-06-05
Avoid buffer end in compute_modified_ranges
Maxime Coste
[next]