home/src
2017-11-13 17:36:04 +08:00
..
.gdbinit
alias_registry.cc
alias_registry.hh
array_view.hh
assert.cc
assert.hh Avoid some warnings in optimized builds 2017-10-19 22:20:44 +02:00
backtrace.cc
backtrace.hh
buffer_manager.cc
buffer_manager.hh
buffer_utils.cc
buffer_utils.hh
buffer.cc Buffer: change clamp logic to preserve ordering 2017-11-07 23:56:24 +08:00
buffer.hh Move Array and ConstexprVector to a constexpr_utils.hh header 2017-11-12 13:01:18 +08:00
buffer.inl.hh
changes.cc
changes.hh Slight code cleanup in change update functions 2017-11-07 20:00:45 +08:00
client_manager.cc
client_manager.hh
client.cc Add '[debug]' context_info for debug buffers 2017-09-19 18:16:11 +02:00
client.hh Move Array and ConstexprVector to a constexpr_utils.hh header 2017-11-12 13:01:18 +08:00
clock.hh
color.cc Rename br* colors to bright-* 2017-10-24 23:08:22 -04:00
color.hh Rename br* colors to bright-* 2017-10-24 23:08:22 -04:00
command_manager.cc CommandManager: tweak naming 2017-11-04 16:02:21 +08:00
command_manager.hh CommandManager: tweak naming 2017-11-04 16:02:21 +08:00
commands.cc CommandManager: tweak naming 2017-11-04 16:02:21 +08:00
commands.hh
completion.cc Fix infinite loop shell_complete 2017-10-25 11:26:03 +08:00
completion.hh
constexpr_utils.hh Move Array and ConstexprVector to a constexpr_utils.hh header 2017-11-12 13:01:18 +08:00
context.cc Add count support to jumps (<c-o> and <c-i>). Add jumps tests 2017-11-13 08:38:43 +01:00
context.hh Add count support to jumps (<c-o> and <c-i>). Add jumps tests 2017-11-13 08:38:43 +01:00
coord.hh Constexprify various hash functions 2017-10-20 12:21:22 +08:00
diff.hh
display_buffer.cc Refactor column highlighter to make it more robust 2017-10-12 14:46:15 +08:00
display_buffer.hh
enum.hh
env_vars.cc
env_vars.hh
event_manager.cc
event_manager.hh
exception.cc
exception.hh
face_registry.cc Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
face_registry.hh
face.hh
file.cc Do not allow opening files whose size we cannot express in an int 2017-10-30 18:58:47 +11:00
file.hh
flags.hh Add more constexpr to flags wrapping functions 2017-10-06 13:48:01 +08:00
hash_map.cc
hash_map.hh Fix ConstexprVector::resize 2017-11-01 14:05:15 +08:00
hash.cc
hash.hh Constexprify various hash functions 2017-10-20 12:21:22 +08:00
highlighter_group.cc Append '/' to highlighter group completion candidates 2017-11-02 18:05:18 +08:00
highlighter_group.hh Remove uneeded forward declaration 2017-11-03 19:24:58 +08:00
highlighter.hh
highlighters.cc Wrap: fix scrolling to keep cursor visible logic 2017-11-10 21:17:05 +08:00
highlighters.hh Ensure line-specs and range-specs options are sorted internally 2017-11-02 09:51:15 +08:00
hook_manager.cc Move HookManager::Hook definition in the cpp 2017-10-06 13:58:04 +08:00
hook_manager.hh Move HookManager::Hook definition in the cpp 2017-10-06 13:58:04 +08:00
input_handler.cc InputHandler: handle of last insert keys happening in nested modes 2017-11-08 14:39:52 +08:00
input_handler.hh Move Array and ConstexprVector to a constexpr_utils.hh header 2017-11-12 13:01:18 +08:00
insert_completer.cc Add distinct w (curr buf) / W (all buf) word completion for <c-x> 2017-10-24 22:47:43 +02:00
insert_completer.hh Add distinct w (curr buf) / W (all buf) word completion for <c-x> 2017-10-24 22:47:43 +02:00
json_ui.cc Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
json_ui.hh
keymap_manager.cc
keymap_manager.hh
keys.cc Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
keys.hh Make the normal mode keymap a compile time hash map 2017-10-20 12:21:22 +08:00
line_modification.cc
line_modification.hh
main.cc Remote: when converting to client, suspend *after* connecting 2017-11-12 22:28:13 +08:00
Makefile doc.kak: Render documentation internally instead of relying on man 2017-11-02 10:03:24 +08:00
memory.cc
memory.hh Regex: Introduce a Regex memory domain to track usage separately 2017-11-01 14:05:14 +08:00
meta.hh Move Array and ConstexprVector to a constexpr_utils.hh header 2017-11-12 13:01:18 +08:00
ncurses_ui.cc NCurses: use the general face merging function to handle default face 2017-11-12 23:02:40 +08:00
ncurses_ui.hh
normal.cc Normal: add <a-S> to select first and last char of selection 2017-11-13 17:36:04 +08:00
normal.hh Make the normal mode keymap a compile time hash map 2017-10-20 12:21:22 +08:00
option_manager.cc
option_manager.hh Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
option_types.hh Options: rework conversion to string of prefixed lists 2017-11-13 11:45:28 +08:00
option.hh Move Array and ConstexprVector to a constexpr_utils.hh header 2017-11-12 13:01:18 +08:00
optional.hh
parameters_parser.cc
parameters_parser.hh Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
ranges.hh Append '/' to highlighter group completion candidates 2017-11-02 18:05:18 +08:00
ranked_match.cc Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
ranked_match.hh
ref_ptr.hh
regex_impl.cc Regex: add unit test for #1693 2017-11-13 01:12:05 +08:00
regex_impl.hh Regex: Use MemoryDomain::Regex for captures and MatchResults contents 2017-11-12 12:30:21 +08:00
regex.cc Regex: Remove boost related code 2017-11-01 14:09:39 +08:00
regex.hh Regex: Use MemoryDomain::Regex for captures and MatchResults contents 2017-11-12 12:30:21 +08:00
register_manager.cc Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
register_manager.hh
remote.cc Add missing include in remote.cc 2017-11-06 12:45:14 +08:00
remote.hh Remote: when converting to client, suspend *after* connecting 2017-11-12 22:28:13 +08:00
safe_ptr.hh
scope.hh Move highlighters into Scopes 2017-10-28 13:43:04 +08:00
selection.cc Add another assert to try to catch #1506 2017-11-01 14:04:42 +08:00
selection.hh
selectors.cc Introduce matching_pairs option that controls the pairs used by m 2017-11-04 15:53:53 +08:00
selectors.hh Make use of custom regex backward searching support for reverse search 2017-11-01 14:05:14 +08:00
shared_string.cc Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
shared_string.hh
shell_manager.cc
shell_manager.hh
string_utils.cc Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
string_utils.hh Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
string.cc Move all non-core string code to string_utils.{hh,cc} 2017-10-10 10:52:32 +08:00
string.hh Constexprify various hash functions 2017-10-20 12:21:22 +08:00
unicode.hh Refactor column highlighter to make it more robust 2017-10-12 14:46:15 +08:00
unit_tests.cc
unit_tests.hh
units.hh Constexprify various hash functions 2017-10-20 12:21:22 +08:00
user_interface.hh
utf8_iterator.hh Make utf8_iterator traits clear about it returning non-references 2017-10-07 21:54:59 +08:00
utf8.hh Fix utf8::to_previous that could go before the begin iterator 2017-10-10 10:53:24 +08:00
utils.hh
value.hh
vector.hh
window.cc Highlighters does not need to inherit from HighlighterGroup 2017-10-31 13:53:08 +08:00
window.hh Move highlighters into Scopes 2017-10-28 13:43:04 +08:00
word_db.cc
word_db.hh