kakoune/src
2014-07-08 00:53:06 +01:00
..
.gdbinit update gdbinit 2014-01-27 19:51:58 +00:00
assert.cc Minor formatting changes 2014-04-01 18:54:46 +01:00
assert.hh rename assert to kak_assert to avoid collisions 2013-04-09 20:04:11 +02:00
buffer_manager.cc Use StringView in BufferManager 2014-04-19 09:53:37 +01:00
buffer_manager.hh Use StringView in BufferManager 2014-04-19 09:53:37 +01:00
buffer_utils.cc Do not write '*** kak: fifo closed ***' in buffers 2014-07-07 23:56:17 +01:00
buffer_utils.hh utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
buffer.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
buffer.hh Remove use of 'offset' in buffer iterators, lines are just String 2014-05-24 17:08:01 +01:00
buffer.inl.hh Remove use of 'offset' in buffer iterators, lines are just String 2014-05-24 17:08:01 +01:00
client_manager.cc SelectionList know its buffer and timestamp 2014-05-13 20:09:06 +01:00
client_manager.hh SelectionList know its buffer and timestamp 2014-05-13 20:09:06 +01:00
client.cc Fix redrawing of windows when only the status line changes 2014-07-07 23:56:17 +01:00
client.hh Fix redrawing of windows when only the status line changes 2014-07-07 23:56:17 +01:00
color_registry.cc Refactor DynamicRegexHighlighter, search hl uses Search colalias 2014-05-13 19:35:28 +01:00
color_registry.hh Use StringView for completion functions 2014-04-18 14:02:14 +01:00
color.cc Color,ColorPair: always pass by copy 2013-07-26 00:54:58 +02:00
color.hh Color,ColorPair: always pass by copy 2013-07-26 00:54:58 +02:00
command_manager.cc Style fixes 2014-06-26 19:01:39 +01:00
command_manager.hh Replace CommandManager::register_command*s* with register_alias 2014-06-06 00:21:12 +01:00
commands.cc Fix :map scope completion 2014-07-08 00:53:06 +01:00
commands.hh Fix compilation with clang 3.4 2014-01-27 20:28:38 +00:00
completion.cc Use StringView for completion functions 2014-04-18 14:02:14 +01:00
completion.hh Refactor highlighter command completions 2014-06-15 16:04:38 +01:00
context.cc Fix crash in Context::main_sel_register_value 2014-06-23 13:16:51 +01:00
context.hh Replace boost::optional with our own implementation 2014-06-27 21:10:09 +01:00
coord.hh set Coords/Counts methods as always_inline 2014-05-17 10:17:28 +01:00
debug.cc Use StringView in write_debug 2014-04-30 19:27:38 +01:00
debug.hh Use StringView in write_debug 2014-04-30 19:27:38 +01:00
display_buffer.cc Refactor LineAndColumn coordinates 2014-05-07 19:53:45 +01:00
display_buffer.hh Fix redrawing of windows when only the status line changes 2014-07-07 23:56:17 +01:00
env_vars.cc Define extern char **environ for OSX, which doesn't define it in a header 2014-04-10 15:23:39 -04:00
env_vars.hh Add support for querying client environement variables 2014-04-07 23:47:51 +01:00
event_manager.cc EventManager: fix busy loop when no timer events exists. 2014-03-18 18:53:35 +00:00
event_manager.hh FDWatchers are non copiable and non movable 2014-03-25 09:15:56 +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
file.cc Canonicalize filenames when checking if a buffer was written to its file 2014-06-29 22:03:59 +01:00
file.hh Use StringView for file functions 2014-04-18 14:03:08 +01:00
function_registry.hh Replace FunctionGroup template with HighlighterGroup class 2014-06-10 19:58:02 +01:00
highlighter_group.cc Share implementation in complete_id/complete_group_id 2014-06-16 00:49:39 +01:00
highlighter_group.hh Refactor highlighter command completions 2014-06-15 16:04:38 +01:00
highlighter.hh Replace FunctionGroup template with HighlighterGroup class 2014-06-10 19:58:02 +01:00
highlighters.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
highlighters.hh sort includes directives 2013-04-09 20:05:40 +02:00
hook_manager.cc Only user hooks can be disabled 2014-06-21 12:08:19 +01:00
hook_manager.hh Only user hooks can be disabled 2014-06-21 12:08:19 +01:00
id_map.hh Use a id_map implementation for SwitchMap 2014-06-06 00:21:09 +01:00
input_handler.cc Add \ in normal mode to disable user hooks on next normal command 2014-06-21 22:06:02 +01:00
input_handler.hh SelectionList know its buffer and timestamp 2014-05-13 20:09:06 +01:00
insert_completer.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
insert_completer.hh Refactor LineAndColumn coordinates 2014-05-07 19:53:45 +01:00
keymap_manager.cc Add key mapping support 2013-10-25 00:30:46 +01:00
keymap_manager.hh minor style tweak 2014-05-04 11:48:39 +01:00
keys.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
keys.hh Rename Key::Erase to Key::Delete and add 'del' keyname 2014-05-25 17:41:28 +01:00
line_modification.cc Revert "Remove line modification, replaced by modification" 2014-05-26 20:59:08 +01:00
line_modification.hh Revert "Remove line modification, replaced by modification" 2014-05-26 20:59:08 +01:00
main.cc Use main selection index as default when accessing only one register value 2014-06-21 11:31:08 +01:00
Makefile Merge remote-tracking branch 'jjthrash/osx-install-fixes' 2014-04-03 20:26:47 +01:00
memoryview.hh sort includes directives 2013-04-09 20:05:40 +02:00
ncurses.cc NCurses: change scroll bar characters 2014-07-05 19:18:59 +01:00
ncurses.hh Safer implementation of signal handlers in ncurses.cc 2014-06-09 13:47:36 +01:00
normal.cc Remove 'ReplaceMain' select mode 2014-07-05 12:37:49 +01:00
normal.hh Move insert/erase methods from normal.cc to member functions in SelectionList 2014-05-25 20:28:32 +01:00
option_manager.cc Disable 'interactive' options in :exec/:eval 2014-05-25 17:36:12 +01:00
option_manager.hh Disable 'interactive' options in :exec/:eval 2014-05-25 17:36:12 +01:00
option_types.hh fix invalid value handling for yes no ask options 2013-11-16 00:26:56 +00:00
optional.hh Replace boost::optional with our own implementation 2014-06-27 21:10:09 +01:00
parameters_parser.cc fix segfault in parameter parser 2014-03-25 08:21:16 +00:00
parameters_parser.hh add postfix increment to ParameterParser iterator 2014-06-12 20:03:17 +01:00
register_manager.cc Add support for long names for registers 2014-06-06 00:49:36 +01:00
register_manager.hh Add support for long names for registers 2014-06-06 00:49:36 +01:00
register.hh Make Context a class, not a struct 2013-11-11 19:10:49 +00:00
remote.cc Refactor LineAndColumn coordinates 2014-05-07 19:53:45 +01:00
remote.hh Refactor LineAndColumn coordinates 2014-05-07 19:53:45 +01:00
selection.cc Add support for paste all (on <a-[pP]>) 2014-07-05 12:10:06 +01:00
selection.hh Add support for paste all (on <a-[pP]>) 2014-07-05 12:10:06 +01:00
selectors.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
selectors.hh More consistent <space> and <a-space> behaviour 2014-07-05 12:10:06 +01:00
shell_manager.cc Add a %val{...} expand type 2014-06-18 19:32:13 +01:00
shell_manager.hh Add a %val{...} expand type 2014-06-18 19:32:13 +01:00
string.cc Rename utf8::utf8_iterator to utf8::iterator 2014-06-24 19:10:57 +01:00
string.hh String::substr now returns a StringView 2014-05-11 12:44:51 +01:00
unicode.hh Use wide character function for categorizing codepoints 2014-01-05 15:14:58 +00:00
unit_tests.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
units.hh set Coords/Counts methods as always_inline 2014-05-17 10:17:28 +01:00
user_interface.hh Refactor LineAndColumn coordinates 2014-05-07 19:53:45 +01:00
utf8_iterator.hh utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
utf8.hh utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
utils.hh Refactor highlighter command completions 2014-06-15 16:04:38 +01:00
value.hh Buffers can hold arbitrary values for for other systems 2014-01-09 21:01:29 +00:00
window.cc SelectionList know its buffer and timestamp 2014-05-13 20:09:06 +01:00
window.hh Replace FunctionGroup template with HighlighterGroup class 2014-06-10 19:58:02 +01:00
word_db.cc utf8: use end of sequence iterators for more security 2014-07-05 12:10:06 +01:00
word_db.hh replace LineChangeWatcher with a free function compute_line_modifications 2014-05-14 21:19:19 +01:00