kakoune/src
2014-12-31 13:09:35 +00:00
..
.gdbinit update gdbinit 2014-01-27 19:51:58 +00:00
alias_registry.cc Add scoped aliases 2014-10-30 14:02:13 +00:00
alias_registry.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
assert.cc Fix missing include in assert.cc 2014-11-20 19:32:58 +00:00
assert.hh rename assert to kak_assert to avoid collisions 2013-04-09 20:04:11 +02:00
buffer_manager.cc Extract complete_buffer_name as a free function in commands.cc 2014-12-23 17:42:17 +00:00
buffer_manager.hh Extract complete_buffer_name as a free function in commands.cc 2014-12-23 17:42:17 +00:00
buffer_utils.cc Use a select based event handling and fix deadlock 2014-12-03 13:56:02 +00:00
buffer_utils.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
buffer.cc Move containers utils to containers.hh and add filtered/transformed utils 2014-12-23 13:40:26 +00:00
buffer.hh Cleanup includes 2014-11-12 21:27:07 +00:00
buffer.inl.hh Fix invalid memory access when applying modifications on an empty buffer 2014-10-28 21:55:08 +00:00
client_manager.cc Unify completion from container content logic 2014-12-23 13:54:09 +00:00
client_manager.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
client.cc Small formatting fixes 2014-12-29 12:19:16 +00:00
client.hh Small code tweak 2014-12-20 18:40:17 +00:00
color.cc Refactor color functions 2014-12-27 12:09:28 +00:00
color.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
command_manager.cc Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
command_manager.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
commands.cc Use an id_map directly for HighlighterRegistry rather than the FunctionRegistry class 2014-12-23 22:15:53 +00:00
commands.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
completion.cc Use StringView for completion functions 2014-04-18 14:02:14 +01:00
completion.hh Unify completion from container content logic 2014-12-23 13:54:09 +00:00
containers.hh Tweak id_map implementation 2014-12-23 22:15:25 +00:00
context.cc Do not register timers for transient input handlers 2014-12-18 23:12:58 +00:00
context.hh Do not register timers for transient input handlers 2014-12-18 23:12:58 +00:00
coord.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
debug.cc Cleanup includes 2014-11-12 21:27:07 +00:00
debug.hh Cleanup includes 2014-11-12 21:27:07 +00:00
display_buffer.cc Cleanup includes 2014-11-12 21:27:07 +00:00
display_buffer.hh Cleanup includes 2014-11-12 21:27:07 +00:00
env_vars.cc Cleanup includes 2014-11-12 21:27:07 +00:00
env_vars.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
event_manager.cc Move containers utils to containers.hh and add filtered/transformed utils 2014-12-23 13:40:26 +00:00
event_manager.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
exception.cc exceptions: use const char* what() instead of String description() 2013-04-11 13:57:35 +02:00
exception.hh exceptions: use const char* what() instead of String description() 2013-04-11 13:57:35 +02:00
face_registry.cc Unify completion from container content logic 2014-12-23 13:54:09 +00:00
face_registry.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
face.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
file.cc Support absolute paths when completing commands 2014-12-21 17:08:33 +00:00
file.hh Remove unneeded string copies 2014-11-17 19:38:30 +00:00
flags.hh Tweak flags implementation 2014-11-04 22:23:27 +00:00
hash.cc Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
hash.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
highlighter_group.cc Unify completion from container content logic 2014-12-23 13:54:09 +00:00
highlighter_group.hh Rename id_map to IdMap 2014-12-23 22:51:00 +00:00
highlighter.hh Rename id_map to IdMap 2014-12-23 22:51:00 +00:00
highlighters.cc Style tweak 2014-12-31 13:09:35 +00:00
highlighters.hh sort includes directives 2013-04-09 20:05:40 +02:00
hook_manager.cc Rename id_map to IdMap 2014-12-23 22:51:00 +00:00
hook_manager.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
id_map.hh Rename id_map to IdMap 2014-12-23 22:51:00 +00:00
input_handler.cc Remove useless code 2014-12-22 20:08:30 +00:00
input_handler.hh Do not register timers for transient input handlers 2014-12-18 23:12:58 +00:00
insert_completer.cc Code refactoring in WordDB 2014-12-23 19:32:42 +00:00
insert_completer.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
interned_string.cc Use a struct rather than a std::pair for InternedString DataAndRefCount 2014-12-30 11:56:01 +00:00
interned_string.hh Use a struct rather than a std::pair for InternedString DataAndRefCount 2014-12-30 11:56:01 +00:00
keymap_manager.cc Tweak keymap_manager style, fix missing move 2014-12-17 13:20:48 +00:00
keymap_manager.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
keys.cc Use a struct KeyAndName rather than a std::pair 2014-12-29 17:18:42 +00:00
keys.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
line_modification.cc Add a small validation assert to catch a rare bug 2014-09-18 10:47:59 +01:00
line_modification.hh Move containers utils to containers.hh and add filtered/transformed utils 2014-12-23 13:40:26 +00:00
main.cc Add a join function for joining strings using a specific char 2014-12-28 11:16:51 +00:00
Makefile Add a test make target 2014-10-11 19:50:30 +01:00
memoryview.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
ncurses_ui.cc Unify completion from container content logic 2014-12-23 13:54:09 +00:00
ncurses_ui.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
normal.cc Add a join function for joining strings using a specific char 2014-12-28 11:16:51 +00:00
normal.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
option_manager.cc Yet more StringView params, less const String& 2014-11-16 20:55:36 +00:00
option_manager.hh Unify completion from container content logic 2014-12-23 13:54:09 +00:00
option_types.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
optional.hh Minor code tweak in optional.hh 2014-12-25 10:59:06 +00:00
parameters_parser.cc Fix handling of -- in parameter parser 2014-08-26 22:10:54 +01:00
parameters_parser.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
regex.cc Refactor regex uses, do not reference boost except in regex.hh 2014-10-13 13:14:23 +01:00
regex.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
register_manager.cc Rename id_map to IdMap 2014-12-23 22:51:00 +00:00
register_manager.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
register.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
remote.cc Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
remote.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
safe_ptr.cc Make safe_ptr able to track callstacks 2014-08-12 19:18:10 +01:00
safe_ptr.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
scope.hh Unify completion from container content logic 2014-12-23 13:54:09 +00:00
selection.cc Restore some special behaviours, I missed them in interactive mode. 2014-12-19 13:58:33 +00:00
selection.hh Add support for target column preservation 2014-09-09 19:42:57 +01:00
selectors.cc Small formatting fixes 2014-12-29 12:19:16 +00:00
selectors.hh centralize bit operation support for enum used as flags 2014-10-23 19:02:39 +01:00
shell_manager.cc Fix logic error in shell manager 2014-12-04 13:58:02 +00:00
shell_manager.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
string.cc Move containers utils to containers.hh and add filtered/transformed utils 2014-12-23 13:40:26 +00:00
string.hh Add a join function for joining strings using a specific char 2014-12-28 11:16:51 +00:00
unicode.hh Use wide character function for categorizing codepoints 2014-01-05 15:14:58 +00:00
unit_tests.cc Code refactoring in WordDB 2014-12-23 19:32:42 +00:00
units.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
unordered_map.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
user_interface.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
utf8_iterator.hh Use Pass as default policy for invalid utf8 avoid asserting on that 2014-10-13 21:07:23 +01:00
utf8.hh Use Pass as default policy for invalid utf8 avoid asserting on that 2014-10-13 21:07:23 +01:00
utils.hh Move containers utils to containers.hh and add filtered/transformed utils 2014-12-23 13:40:26 +00:00
value.hh Rework hashing, use a more extensible framework similar to n3876 proposal 2014-12-16 18:57:19 +00:00
window.cc Do not register timers for transient input handlers 2014-12-18 23:12:58 +00:00
window.hh Do not register timers for transient input handlers 2014-12-18 23:12:58 +00:00
word_db.cc Code refactoring in WordDB 2014-12-23 19:32:42 +00:00
word_db.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00