home/src
2014-07-14 20:46:46 +01:00
..
.gdbinit
assert.cc
assert.hh
buffer_manager.cc Use StringView in BufferManager 2014-04-19 09:53:37 +01:00
buffer_manager.hh
buffer_utils.cc Do not write '*** kak: fifo closed ***' in buffers 2014-07-07 23:56:17 +01:00
buffer_utils.hh utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
buffer.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
buffer.hh
buffer.inl.hh
client_manager.cc Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
client_manager.hh
client.cc Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
client.hh Fix redrawing of windows when only the status line changes 2014-07-07 23:56:17 +01:00
color.cc
color.hh Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
command_manager.cc Style fixes 2014-06-26 19:01:39 +01:00
command_manager.hh
commands.cc Rename :colalias to :face and update documentation 2014-07-12 10:55:50 +01:00
commands.hh
completion.cc Use StringView for completion functions 2014-04-18 14:02:14 +01:00
completion.hh Refactor highlighter command completions 2014-06-15 16:04:38 +01:00
context.cc Fix crash in Context::main_sel_register_value 2014-06-23 13:16:51 +01:00
context.hh Replace boost::optional with our own implementation 2014-06-27 21:10:09 +01:00
coord.hh
debug.cc
debug.hh
display_buffer.cc Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
display_buffer.hh Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
env_vars.cc
env_vars.hh
event_manager.cc
event_manager.hh
exception.cc
exception.hh
face_registry.cc underline (MatchingChar|Search) faces 2014-07-14 20:23:56 +01:00
face_registry.hh Refactor RegexColorizers face handling 2014-07-12 11:19:35 +01:00
face.hh Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
file.cc Canonicalize filenames when checking if a buffer was written to its file 2014-06-29 22:03:59 +01:00
file.hh
function_registry.hh
highlighter_group.cc Share implementation in complete_id/complete_group_id 2014-06-16 00:49:39 +01:00
highlighter_group.hh Refactor highlighter command completions 2014-06-15 16:04:38 +01:00
highlighter.hh
highlighters.cc Avoid infinite loop in MultiRegionHighlighter when regexes generate empty matches 2014-07-14 20:46:46 +01:00
highlighters.hh
hook_manager.cc Only user hooks can be disabled 2014-06-21 12:08:19 +01:00
hook_manager.hh Only user hooks can be disabled 2014-06-21 12:08:19 +01:00
id_map.hh Use a id_map implementation for SwitchMap 2014-06-06 00:21:09 +01:00
input_handler.cc Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
input_handler.hh Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
insert_completer.cc Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
insert_completer.hh
keymap_manager.cc
keymap_manager.hh
keys.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
keys.hh
line_modification.cc
line_modification.hh
main.cc Fix numbering with '#' register 2014-07-14 19:00:54 +01:00
Makefile
memoryview.hh
ncurses.cc Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
ncurses.hh Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
normal.cc Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
normal.hh Add docstring for normal mode commands and display them if autoinfo >= 2 2014-07-10 19:22:14 +01:00
option_manager.cc Change autoinfo option to be an integer, allowing different levels 2014-07-10 19:22:14 +01:00
option_manager.hh
option_types.hh
optional.hh Replace boost::optional with our own implementation 2014-06-27 21:10:09 +01:00
parameters_parser.cc
parameters_parser.hh add postfix increment to ParameterParser iterator 2014-06-12 20:03:17 +01:00
register_manager.cc
register_manager.hh
register.hh Make Context a class, not a struct 2013-11-11 19:10:49 +00:00
remote.cc Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
remote.hh
selection.cc Add support for paste all (on <a-[pP]>) 2014-07-05 12:10:06 +01:00
selection.hh Add support for paste all (on <a-[pP]>) 2014-07-05 12:10:06 +01:00
selectors.cc Fix select_number 2014-07-10 19:22:14 +01:00
selectors.hh More consistent <space> and <a-space> behaviour 2014-07-05 12:10:06 +01:00
shell_manager.cc Add a %val{...} expand type 2014-06-18 19:32:13 +01:00
shell_manager.hh Add a %val{...} expand type 2014-06-18 19:32:13 +01:00
string.cc Rename utf8::utf8_iterator to utf8::iterator 2014-06-24 19:10:57 +01:00
string.hh String::substr now returns a StringView 2014-05-11 12:44:51 +01:00
unicode.hh
unit_tests.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
units.hh
user_interface.hh Rename ColorPair to Face and ColorRegistry to FaceRegistry 2014-07-11 00:27:43 +01:00
utf8_iterator.hh utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
utf8.hh utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
utils.hh Refactor highlighter command completions 2014-06-15 16:04:38 +01:00
value.hh
window.cc
window.hh
word_db.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
word_db.hh