kakoune/src
2015-03-07 15:29:21 +00:00
..
.gdbinit update gdbinit 2014-01-27 19:51:58 +00:00
alias_registry.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
alias_registry.hh Rename safe_ptr and ref_ptr to SafePtr and RefPtr 2015-02-19 13:58:25 +00:00
array_view.hh Add a from C array constructor to ArrayView 2015-02-06 23:22:01 +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 Use RefPtr as SafePtr backend 2015-02-23 20:39:56 +00:00
buffer_manager.hh Rename safe_ptr and ref_ptr to SafePtr and RefPtr 2015-02-19 13:58:25 +00:00
buffer_utils.cc rename StringStorage to StringData 2015-03-01 12:03:08 +00:00
buffer_utils.hh Respect columns when copying selection, not just bytes 2015-02-25 13:41:00 +00:00
buffer.cc Use a IdMap for storing hooks 2015-03-05 14:59:27 +00:00
buffer.hh Use a IdMap for storing hooks 2015-03-05 14:59:27 +00:00
buffer.inl.hh Tweak BufferIterator::{+=,-=} implementation 2015-02-26 21:58:56 +00:00
client_manager.cc Use RefPtr as SafePtr backend 2015-02-23 20:39:56 +00:00
client_manager.hh Cleanup and refactor externally modified buffer reloading 2015-02-12 19:18:03 +00:00
client.cc Reactivate direct file change check on entering normal mode 2015-03-04 20:46:26 +00:00
client.hh Cleanup and refactor externally modified buffer reloading 2015-02-12 19:18:03 +00:00
color.cc Refactor color functions 2014-12-27 12:09:28 +00:00
color.hh Do not hash rgb values for non rgb colors 2015-02-10 22:53:37 +00:00
command_manager.cc Add optional helper for commands, to get parameter dependent help 2015-02-08 19:04:20 +00:00
command_manager.hh Add optional helper for commands, to get parameter dependent help 2015-02-08 19:04:20 +00:00
commands.cc Fix documentation for debug_cmd 2015-03-02 16:38:05 +01:00
commands.hh Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
completion.cc Use StringView for completion functions 2014-04-18 14:02:14 +01:00
completion.hh Track String memory allocations 2015-01-09 13:57:21 +00:00
containers.hh Small cleanup in containers utils 2015-02-27 19:32:27 +00:00
context.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
context.hh Rename safe_ptr and ref_ptr to SafePtr and RefPtr 2015-02-19 13:58:25 +00:00
coord.hh Small code tweak 2015-03-05 13:52:54 +00:00
debug.cc Fix write_debug with no debug buffer and multiple lines 2015-01-20 19:57:17 +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 Add Display memory domain 2015-01-21 13:35:46 +00:00
env_vars.cc Cleanup includes 2014-11-12 21:27:07 +00:00
env_vars.hh Even more memory tracking 2015-01-14 19:16:32 +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 replace all std::vector with Vector 2015-01-12 13:58:41 +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 Even more memory tracking 2015-01-14 19:16:32 +00:00
face.hh Remove trailing blank lines 2014-12-23 23:00:20 +00:00
file.cc Extract directory/filename splitting in a function 2015-02-06 13:47:19 +00:00
file.hh Track String memory allocations 2015-01-09 13:57:21 +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 Use parameter pack to that the default hash_value is the worst match 2015-02-07 20:15:22 +00:00
highlighter_group.cc Unify completion from container content logic 2014-12-23 13:54:09 +00:00
highlighter_group.hh Some more memory tracking 2015-01-12 13:32:14 +00:00
highlighter.hh Add docstrings to highlighters, displayed by addhl help 2015-02-19 13:54:03 +00:00
highlighters.cc Add docstrings to highlighters, displayed by addhl help 2015-02-19 13:54:03 +00:00
highlighters.hh sort includes directives 2013-04-09 20:05:40 +02:00
hook_manager.cc Use a IdMap for storing hooks 2015-03-05 14:59:27 +00:00
hook_manager.hh Use a IdMap for storing hooks 2015-03-05 14:59:27 +00:00
id_map.hh Use a IdMap for storing hooks 2015-03-05 14:59:27 +00:00
input_handler.cc Reactivate direct file change check on entering normal mode 2015-03-04 20:46:26 +00:00
input_handler.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
insert_completer.cc Keep all completion matches when selecting a candidate 2015-01-27 13:12:52 +00:00
insert_completer.hh Some more memory tracking 2015-01-12 13:32:14 +00:00
keymap_manager.cc Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
keymap_manager.hh Yet more tracking 2015-01-12 13:45:44 +00:00
keys.cc Use a struct KeyAndName rather than a std::pair 2014-12-29 17:18:42 +00:00
keys.hh Orderable Keys 2015-03-07 15:29:21 +00:00
line_modification.cc Fixes in line_modification change, along with style tweak 2015-02-01 22:33:59 +00:00
line_modification.hh Rewrite line modifications, hopefully with easier to comprehend code 2015-01-31 23:50:24 +00:00
main.cc Rename safe_ptr and ref_ptr to SafePtr and RefPtr 2015-02-19 13:58:25 +00:00
Makefile -rdynamic does not work on gcc 4.9 under cygwin 2015-01-13 13:50:16 +00:00
memory.cc refactor slighly memory domain handling 2015-01-12 19:48:51 +00:00
memory.hh Add history memory domain 2015-01-28 22:33:29 +00:00
ncurses_ui.cc Replace some <cstring> function usage with c++ algorithms 2015-02-10 23:09:30 +00:00
ncurses_ui.hh Refactor ncurses assistant option handling 2015-02-09 13:33:54 +00:00
normal.cc Fix additional eol inserted when replace piping at end of buffer 2015-03-06 13:57:21 +00:00
normal.hh Rework keymap to use function pointer rather than std::function 2015-03-05 19:57:46 +00:00
option_manager.cc Yet more StringView params, less const String& 2014-11-16 20:55:36 +00:00
option_manager.hh Some more memory tracking 2015-01-12 13:32:14 +00:00
option_types.hh Fix error message in tuple option parsing 2015-01-22 13:10:21 +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 Yet more tracking 2015-01-12 13:45:44 +00:00
ref_ptr.hh Always inline RefPtr::{acquire,release,moved} 2015-02-24 13:43:37 +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 Even more memory tracking 2015-01-14 19:16:32 +00:00
register_manager.hh Even more memory tracking 2015-01-14 19:16:32 +00:00
register.hh Rename memoryview to ArrayView 2015-01-06 13:43:37 +00:00
remote.cc Even more memory tracking 2015-01-14 19:16:32 +00:00
remote.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
safe_ptr.cc Make safe_ptr able to track callstacks 2014-08-12 19:18:10 +01:00
safe_ptr.hh Use RefPtr as SafePtr backend 2015-02-23 20:39:56 +00:00
scope.hh Indent fix 2015-02-14 23:28:09 +00:00
selection.cc Fix selecting of insert text in SelectionList::insert 2015-02-09 21:09:17 +00:00
selection.hh Rename safe_ptr and ref_ptr to SafePtr and RefPtr 2015-02-19 13:58:25 +00:00
selectors.cc Convert CodepointPair to struct MatchingPair 2015-03-04 20:47:14 +00:00
selectors.hh Convert CodepointPair to struct MatchingPair 2015-03-04 20:47:14 +00:00
shared_string.cc rename SharedString::Storage to StringStorage and use directly in Buffer 2015-01-19 19:31:56 +00:00
shared_string.hh Tweak StringData::create implementation 2015-03-02 23:55:41 +00:00
shell_manager.cc replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
shell_manager.hh replace all std::vector with Vector 2015-01-12 13:58:41 +00:00
string.cc Add docstrings to highlighters, displayed by addhl help 2015-02-19 13:54:03 +00:00
string.hh Add docstrings to highlighters, displayed by addhl help 2015-02-19 13:54:03 +00:00
unicode.hh Use wide character function for categorizing codepoints 2014-01-05 15:14:58 +00:00
unit_tests.cc Add StaticStringStorage for storing string literals 2015-02-28 17:09:29 +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 Try to fix travis compilation errors 2015-01-21 13:35:23 +00:00
user_interface.hh Even more memory tracking 2015-01-14 19:16:32 +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 Add IndexSequence and make_index_sequence utilities 2015-02-28 17:08:19 +00:00
value.hh Add helper for overloading operator new/delete 2015-01-18 18:49:32 +00:00
vector.hh Try to fix travis compilation errors 2015-01-21 13:35:23 +00:00
window.cc Use a IdMap for storing hooks 2015-03-05 14:59:27 +00:00
window.hh Use a IdMap for storing hooks 2015-03-05 14:59:27 +00:00
word_db.cc Fix too strict assert and unneeded (lets hope) check 2015-02-03 23:39:04 +00:00
word_db.hh Use StringDataPtr alias for RefPtr<StringData> 2015-03-01 12:06:19 +00:00