summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-01Fix stupid bug in '*'Maxime Coste
2015-06-30Force redraw all clients after a face changedMaxime Coste
2015-06-30Use tparm instead of tiparmMaxime Coste
2015-06-30Force setting of terminal hardware scroll region on resizeMaxime Coste
2015-06-30Refactor resize handling in NCursesUIMaxime Coste
2015-06-29Use StatusLine face as default for the status lineMaxime Coste
2015-06-28Run BufReadFifo hook after reading from fifoMaxime Coste
2015-06-28Merge overlapping selections before erasingMaxime Coste
2015-06-27Use a relative symlink for autoloadMaxime Coste
2015-06-27Merge branch 'master' of http://github.com/tduzan/kakouneMaxime Coste
2015-06-27Initial selection saving/restoring support bound to ^ and alt-^Maxime Coste
2015-06-26Removed the '-r' flag from the ln command in the install step of the Makefile...tduzan
2015-06-26Add support for command completion on commands, use it for :newMaxime Coste
2015-06-25Make sure we do not put a Value in a ValueMaxime Coste
2015-06-25Force redraw window after adding/removing highlightersMaxime Coste
2015-06-25Avoid unneeded default constructor call in OptionalMaxime Coste
2015-06-25Minor reorganisation in buffer.hhMaxime Coste
2015-06-24Style tweakMaxime Coste
2015-06-24Fix includeMaxime Coste
2015-06-24Always redraw status when redrawing the main windowMaxime Coste
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