kakoune/src
2016-10-13 22:59:02 +01:00
..
.gdbinit
alias_registry.cc Convert some uses of lambda to more concise std::mem_fn 2016-10-10 23:44:18 +01:00
alias_registry.hh
array_view.hh Add an unmap command to remove key mappings 2016-09-19 09:10:41 +01:00
assert.cc
assert.hh Use variadic macros for kak_assert to remove the need for COMMA 2016-05-17 19:39:55 +01:00
backtrace.cc
backtrace.hh
buffer_manager.cc Always allow to delete a buffer, just recreate a scratch buffer if needed 2016-10-13 21:37:44 +01:00
buffer_manager.hh Only create a default *scratch* when we dont have any non debug buffers 2016-10-11 00:45:05 +01:00
buffer_utils.cc Rename get_width to codepoint_width 2016-10-01 13:45:00 +01:00
buffer_utils.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
buffer.cc Support codepoints of variable width 2016-10-01 13:45:00 +01:00
buffer.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
buffer.inl.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
client_manager.cc Always allow to delete a buffer, just recreate a scratch buffer if needed 2016-10-13 21:37:44 +01:00
client_manager.hh Rework client quitting and handling of remote errors 2016-09-04 17:56:07 +01:00
client.cc Always allow to delete a buffer, just recreate a scratch buffer if needed 2016-10-13 21:37:44 +01:00
client.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
clock.hh Introduce chrono.hh 2016-07-24 21:25:05 +01:00
color.cc
color.hh
command_manager.cc Convert some uses of lambda to more concise std::mem_fn 2016-10-10 23:44:18 +01:00
command_manager.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
commands.cc Always allow to delete a buffer, just recreate a scratch buffer if needed 2016-10-13 21:37:44 +01:00
commands.hh
completion.cc
completion.hh Regenerate shell-candidates for each completion sessions 2016-08-05 13:53:19 +01:00
containers.hh Use std::begin/std::end in containers.hh instead of the method version 2016-10-11 00:17:00 +01:00
context.cc Clear up info/menus and eventual prompts when reseting to normal mode 2016-06-16 19:35:43 +01:00
context.hh Add support for repeating the last object/char find command 2016-10-11 00:20:36 +01:00
coord.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
diff.hh
display_buffer.cc Rename DisplayAtom::Types to avoid conflicts with struct BufferRange 2016-10-13 19:55:15 +01:00
display_buffer.hh Rename DisplayAtom::Types to avoid conflicts with struct BufferRange 2016-10-13 19:55:15 +01:00
enum.hh Add a SplitView container view 2016-03-25 20:38:26 +00:00
env_vars.cc
env_vars.hh
event_manager.cc
event_manager.hh Introduce chrono.hh 2016-07-24 21:25:05 +01:00
exception.cc
exception.hh
face_registry.cc Convert some uses of lambda to more concise std::mem_fn 2016-10-10 23:44:18 +01:00
face_registry.hh
face.hh
file.cc Do not expand filenames when doing insert filename completion 2016-10-13 19:46:09 +01:00
file.hh Do not expand filenames when doing insert filename completion 2016-10-13 19:46:09 +01:00
flags.hh Use flags and bit operations instead of bools in RankedMatch 2016-08-29 23:56:22 +01:00
hash.cc
hash.hh
highlighter_group.cc
highlighter_group.hh
highlighter.hh
highlighters.cc Rename DisplayAtom::Types to avoid conflicts with struct BufferRange 2016-10-13 19:55:15 +01:00
highlighters.hh
hook_manager.cc Make hook disabling work for all hooks, not only user hooks 2016-09-26 23:43:05 +01:00
hook_manager.hh Detect recursive hook run and abort in that case 2016-06-27 20:55:07 +01:00
id_map.hh
input_handler.cc Support Ctrl + mouse dragging to add a new selection 2016-10-13 22:59:02 +01:00
input_handler.hh Only drop blank prefixed history entries in command/shell prompts 2016-08-22 20:37:14 +01:00
insert_completer.cc Support codepoints of variable width 2016-10-01 13:45:00 +01:00
insert_completer.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
json_ui.cc Support codepoints of variable width 2016-10-01 13:45:00 +01:00
json_ui.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
keymap_manager.cc
keymap_manager.hh
keys.cc Support Ctrl + mouse dragging to add a new selection 2016-10-13 22:59:02 +01:00
keys.hh Support Ctrl + mouse dragging to add a new selection 2016-10-13 22:59:02 +01:00
line_modification.cc Use variadic macros for kak_assert to remove the need for COMMA 2016-05-17 19:39:55 +01:00
line_modification.hh
main.cc Only create a default *scratch* when we dont have any non debug buffers 2016-10-11 00:45:05 +01:00
Makefile Use CPPFLAGS instead of CXXFLAGS for the _XOPEN_SOURCE define 2016-10-13 00:19:27 +01:00
memory.cc
memory.hh Use proper buffering when reading remote messages 2016-09-04 11:17:35 +01:00
ncurses_ui.cc Support Ctrl + mouse dragging to add a new selection 2016-10-13 22:59:02 +01:00
ncurses_ui.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
normal.cc Add support for repeating the last object/char find command 2016-10-11 00:20:36 +01:00
normal.hh
option_manager.cc More transform(...) filter cleanup using mem_fn when possible 2016-10-11 00:32:40 +01:00
option_manager.hh Validate option names to be in [a-zA-Z0-9_] 2016-09-27 09:54:55 +01:00
option_types.hh Convert some uses of lambda to more concise std::mem_fn 2016-10-10 23:44:18 +01:00
optional.hh Rework client quitting and handling of remote errors 2016-09-04 17:56:07 +01:00
parameters_parser.cc Small code tweak in generate_switches_doc 2016-09-05 23:34:03 +01:00
parameters_parser.hh
ranked_match.cc Tweak ranked match comparison, give contiguous matches an edge 2016-09-30 22:13:01 +01:00
ranked_match.hh Tweak ranked match comparison, give contiguous matches an edge 2016-09-30 22:13:01 +01:00
ref_ptr.hh
regex.cc Go back to libc locale and use c_regex_traits 2016-05-19 21:45:23 +01:00
regex.hh Do not let boost regex errors propagate, convert them to Kakoune errors. 2016-09-06 13:55:14 +01:00
register_manager.cc Fix register alternate name doc and dash -> hash for '#' 2016-10-10 23:19:57 +01:00
register_manager.hh Make DynamicRegister statically dispatch to its function 2016-03-31 09:17:02 +01:00
remote.cc Handle all available keys when a RemoteClient input is available 2016-10-06 23:47:44 +01:00
remote.hh Handle all available keys when a RemoteClient input is available 2016-10-06 23:47:44 +01:00
safe_ptr.hh
scope.hh
selection.cc More transform(...) filter cleanup using mem_fn when possible 2016-10-11 00:32:40 +01:00
selection.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
selectors.cc Support codepoints of variable width 2016-10-01 13:45:00 +01:00
selectors.hh Fix select_to_previous_word with spaces at buffer start 2016-10-05 23:42:36 +01:00
shared_string.cc
shared_string.hh
shell_manager.cc Convert some uses of lambda to more concise std::mem_fn 2016-10-10 23:44:18 +01:00
shell_manager.hh Add support for env var name completion 2016-04-17 19:21:43 +01:00
string.cc Rename get_width to codepoint_width 2016-10-01 13:45:00 +01:00
string.hh Rename get_width to codepoint_width 2016-10-01 13:45:00 +01:00
unicode.hh Treat '\n' as 1 column wide 2016-10-04 19:37:43 +01:00
unit_tests.cc
unit_tests.hh
units.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
unordered_map.hh
user_interface.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
utf8_iterator.hh Avoid underlying iterator copies in utf8_iterator 2016-07-27 21:36:32 +01:00
utf8.hh Rename get_width to codepoint_width 2016-10-01 13:45:00 +01:00
utils.hh
value.hh
vector.hh
window.cc Rename DisplayAtom::Types to avoid conflicts with struct BufferRange 2016-10-13 19:55:15 +01:00
window.hh Support codepoints of variable width 2016-10-01 13:45:00 +01:00
word_db.cc Introduce the 'completion_extra_word_chars' option 2016-08-24 23:47:09 +01:00
word_db.hh Introduce the 'completion_extra_word_chars' option 2016-08-24 23:47:09 +01:00