home/src
2017-02-13 14:02:09 +00:00
..
.gdbinit
alias_registry.cc Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
alias_registry.hh
array_view.hh Make ArrayView::subrange size arguement optional 2016-11-20 11:15:15 +00:00
assert.cc Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
assert.hh
backtrace.cc Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
backtrace.hh
buffer_manager.cc Small cleanup in BufferManager code 2016-11-29 19:12:10 +00:00
buffer_manager.hh Small cleanup in BufferManager code 2016-11-29 19:12:10 +00:00
buffer_utils.cc Fix fifo reading not handling potential errors from the read call 2017-01-25 13:55:20 +00:00
buffer_utils.hh Propagate the hooks disabled state through prompt, menu, and command execution 2016-11-14 19:39:35 +00:00
buffer.cc Fix Buffer::offset_coord that was dropping the target coordinate 2017-02-07 23:13:14 +00:00
buffer.hh Small layout tweak for Buffer::HistoryNode 2017-02-06 13:33:20 +00:00
buffer.inl.hh
changes.cc Update ranges highlighter options according to buffer changes 2017-01-13 13:52:55 +00:00
changes.hh Update ranges highlighter options according to buffer changes 2017-01-13 13:52:55 +00:00
client_manager.cc Remove unused WindowAndSelections timestamp field 2017-01-29 12:50:16 +00:00
client_manager.hh Remove unused WindowAndSelections timestamp field 2017-01-29 12:50:16 +00:00
client.cc Add a RawKey hook for raw user input hooking 2017-01-24 23:57:36 +00:00
client.hh Fix some uninitialized values 2017-01-29 23:37:42 +00:00
clock.hh
color.cc
color.hh
command_manager.cc Detect too deep command call stack 2017-01-29 13:56:05 +00:00
command_manager.hh Detect too deep command call stack 2017-01-29 13:56:05 +00:00
commands.cc Add support for -on-change and -on-abort to prompt 2017-02-12 12:51:58 +00:00
commands.hh
completion.cc Cleanup include dependencies a bit 2016-11-28 23:58:08 +00:00
completion.hh Add more memory domains to certain data 2016-11-28 13:59:55 +00:00
containers.hh better support for plain pointer iterators in containers.hh 2017-01-02 05:13:58 +00:00
context.cc Display a status line message when Kakoune is waiting on a shell to complete 2016-10-29 11:25:58 +01:00
context.hh Display a status line message when Kakoune is waiting on a shell to complete 2016-10-29 11:25:58 +01:00
coord.hh
diff.hh Remove unused Diff::posA field 2017-01-29 12:49:52 +00:00
display_buffer.cc Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
display_buffer.hh
enum.hh Support set -add on flag types 2016-12-27 21:52:53 +00:00
env_vars.cc
env_vars.hh
event_manager.cc Ensure timers are still alive when trying to run them 2016-12-06 13:55:53 +00:00
event_manager.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
exception.cc
exception.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
face_registry.cc
face_registry.hh
face.hh
file.cc Make StringView and unit types trivial types 2017-01-29 13:49:45 +00:00
file.hh Fix remaining uses of hardcoded /tmp to get the socket paths 2017-01-01 13:10:08 +00:00
flags.hh Tweak RankedMatch behaviour and fix bug in its comparison function 2016-11-14 19:39:35 +00:00
hash.cc
hash.hh
highlighter_group.cc
highlighter_group.hh
highlighter.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
highlighters.cc Refactor show_whitespaces a bit 2017-02-09 23:52:38 +00:00
highlighters.hh
hook_manager.cc
hook_manager.hh Add more memory domains to certain data 2016-11-28 13:59:55 +00:00
id_map.hh
input_handler.cc Also execute prompt callback when just starting 2017-02-01 23:04:37 +00:00
input_handler.hh Add more memory domains to certain data 2016-11-28 13:59:55 +00:00
insert_completer.cc Fix explicit insert completion menu/info not hiding 2017-01-30 10:32:29 +00:00
insert_completer.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
json_ui.cc Higher level implementation of attributes to json formatting 2017-01-04 23:19:18 +00:00
json_ui.hh Simplify greatly UI input handling 2016-11-29 21:59:36 +00:00
keymap_manager.cc
keymap_manager.hh
keys.cc Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
keys.hh Rework NCurses key parsing to properly handle <a-special key> 2017-01-30 13:38:56 +00:00
line_modification.cc
line_modification.hh
main.cc Support the vim behaviour for +line syntax 2017-01-31 19:44:27 +01:00
Makefile Fix option name in haskell.kak 2017-01-29 16:10:48 +00:00
memory.cc
memory.hh Add more memory domains to certain data 2016-11-28 13:59:55 +00:00
ncurses_ui.cc Fix non-returning parse_key lambda 2017-02-13 14:02:09 +00:00
ncurses_ui.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
normal.cc Use <a-'> for backward rotate selection and move rotate content to <a-"> 2017-02-01 22:53:42 +00:00
normal.hh
option_manager.cc
option_manager.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
option_types.hh Use a struct WorstMatch instead of varargs for the fallback option_add 2016-12-30 06:43:32 +00:00
optional.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
parameters_parser.cc Use 'not empty' in place of 'length > 0' 2016-12-27 22:01:11 +00:00
parameters_parser.hh
ranked_match.cc Tweak ranked match ordering 2017-01-31 22:30:23 +00:00
ranked_match.hh Make StringView and unit types trivial types 2017-01-29 13:49:45 +00:00
ref_ptr.hh Add some noexcept to pointer policies 2017-01-31 21:45:55 +00:00
regex.cc
regex.hh Fix regex.hh compilation 2016-12-14 23:50:29 +00:00
register_manager.cc
register_manager.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
remote.cc Support the +line syntax for clients as well. 2017-01-21 12:17:49 +00:00
remote.hh Support the +line syntax for clients as well. 2017-01-21 12:17:49 +00:00
safe_ptr.hh Add some noexcept to pointer policies 2017-01-31 21:45:55 +00:00
scope.hh
selection.cc Update ranges highlighter options according to buffer changes 2017-01-13 13:52:55 +00:00
selection.hh Use <a-'> for backward rotate selection and move rotate content to <a-"> 2017-02-01 22:53:42 +00:00
selectors.cc Add gi to go to first non-blank character on line 2017-01-22 23:53:08 +00:00
selectors.hh Add gi to go to first non-blank character on line 2017-01-22 23:53:08 +00:00
shared_string.cc
shared_string.hh Make SharedString::create take a list of StringViews 2017-01-30 13:38:38 +00:00
shell_manager.cc Fix some bugs in non blocking pipe writing 2017-02-03 18:40:03 +00:00
shell_manager.hh Use a POSIX guaranteed way of getting the shell path 2016-12-15 23:04:53 +00:00
string.cc Fix horrible leak in String::Data::operator=(String::Data&&) 2016-11-23 01:09:09 +00:00
string.hh Make StringView and unit types trivial types 2017-01-29 13:49:45 +00:00
unicode.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
unit_tests.cc
unit_tests.hh
units.hh Make StringView and unit types trivial types 2017-01-29 13:49:45 +00:00
unordered_map.hh
user_interface.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
utf8_iterator.hh
utf8.hh
utils.hh
value.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
vector.hh
window.cc Small formating fix 2016-12-06 23:08:18 +00:00
window.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00
word_db.cc
word_db.hh Apply clang-tidy modernize to the codebase 2017-01-08 22:39:01 +00:00