summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-22Add support for hex formattingMaxime Coste
2015-06-22Refactor slightly window redrawingMaxime Coste
2015-06-21Rework window redraw handling, should redraw window less oftenMaxime Coste
2015-06-21Improve ncurses redraw behaviourMaxime Coste
2015-06-21Display pid in fatal signal messageMaxime Coste
2015-06-21Use <a-R> as replace paste all yanked selectionsMaxime Coste
2015-06-20Merge remote-tracking branch 'ekie/fix_edit'Maxime Coste
2015-06-20Add a combine_hash helper functionMaxime Coste
2015-06-19Fix wrong exception type in str_to_intMaxime Coste
2015-06-19Fix Self DocumentationEike Plack
2015-06-18Fix segfault on g. when last modification position past buffer endMaxime Coste
2015-06-17Move status/mode line drawing as a separate ui methodMaxime Coste
2015-06-16Resolve symbol names in Cygwin Backtrace::desc implementationMaxime Coste
2015-06-15Small formatting fixMaxime Coste
2015-06-12Add <a-;> in insert mode to execute a single normal mode commandMaxime Coste
2015-06-12Notify user on kakrc parsing errorsMaxime Coste
2015-06-11Fix regions highlighter docstringMaxime Coste
2015-06-10Show main selection search pattern on '*'Maxime Coste
2015-06-10Style tweakMaxime Coste
2015-06-09Fix race condition ShellManager::eval with SIGCHLDMaxime Coste
2015-06-09Fix commentMaxime Coste
2015-06-08Do not close stderr/stdout before program finishMaxime Coste
2015-06-08Change gl/gh to only move cursor, not selecting (<a-h>/<a-l>) are unchangedMaxime Coste
2015-06-08Specify if ShellManager should read output or not using a flagMaxime Coste
2015-06-07Change select_to_eol implementationMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-05Support sourcing files that use crlf end of linesMaxime Coste
2015-06-05Merge branch 'mode-stack'Maxime Coste
2015-06-05Gracefully handle reloading a file that was deletedMaxime Coste
2015-06-05Avoid buffer end in compute_modified_rangesMaxime Coste
2015-06-04Fix support for default face on remote clientsMaxime Coste
2015-06-04on_enabled might change mode, so assert Normal mode beforeMaxime Coste
2015-06-04Merge branch 'master' into mode-stackMaxime Coste
2015-06-04Add support for Default faceMaxime Coste
2015-06-03Describe facedesc in :face docstringMaxime Coste
2015-06-03Fix memory leak in fifo buffer handlingMaxime Coste
2015-06-03Get rid of the mode trash, delete mode directly when leaving on_keyMaxime Coste
2015-06-02Fix Makefile for Fedora packaging systemJiří Konečný
2015-06-02InputHandler now uses a stack for active modesMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-06-01Port more code to use the format function instead of adhoc string concatMaxime Coste
2015-06-01Remove redundant forward declarationMaxime Coste
2015-05-30Autoload site wide kak scripts if the user does not have his own autoload folderMaxime Coste
2015-05-30Improve CYGWIN bactrace descriptionMaxime Coste
2015-05-29Add missing includeMaxime Coste
2015-05-29Return a String in Backtrace::descMaxime Coste
2015-05-29Extract xmessage/MessageBox support in a notify_fatal_error functionMaxime Coste
2015-05-28Go back to ignoring SIGPIPEMaxime Coste
2015-05-28Do not throw exceptions when handling a fatal signalMaxime Coste
2015-05-27Tweak Makefile, enable -rdynamic so that backtraces symbols are foundMaxime Coste