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-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
2015-06-04
Fix support for default face on remote clients
Maxime Coste
2015-06-04
on_enabled might change mode, so assert Normal mode before
Maxime Coste
2015-06-04
Merge branch 'master' into mode-stack
Maxime Coste
2015-06-04
Add support for Default face
Maxime Coste
2015-06-03
Describe facedesc in :face docstring
Maxime Coste
2015-06-03
Fix memory leak in fifo buffer handling
Maxime Coste
2015-06-03
Get rid of the mode trash, delete mode directly when leaving on_key
Maxime Coste
2015-06-02
Fix Makefile for Fedora packaging system
Jiří Konečný
2015-06-02
InputHandler now uses a stack for active modes
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-06-01
Remove redundant forward declaration
Maxime Coste
2015-05-30
Autoload site wide kak scripts if the user does not have his own autoload folder
Maxime Coste
2015-05-30
Improve CYGWIN bactrace description
Maxime Coste
2015-05-29
Add missing include
Maxime Coste
2015-05-29
Return a String in Backtrace::desc
Maxime Coste
2015-05-29
Extract xmessage/MessageBox support in a notify_fatal_error function
Maxime Coste
2015-05-28
Go back to ignoring SIGPIPE
Maxime Coste
2015-05-28
Do not throw exceptions when handling a fatal signal
Maxime Coste
2015-05-27
Tweak Makefile, enable -rdynamic so that backtraces symbols are found
Maxime Coste
[next]