kakoune/src
2013-03-12 18:57:12 +01:00
..
rc Strongly typed options support 2013-03-05 18:49:26 +01:00
.gdbinit
assert.cc assert: add some debug info in the message 2013-01-23 13:45:44 +01:00
assert.hh Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code 2013-02-27 19:02:01 +01:00
buffer_iterator.inl.hh minor performance tweaks 2013-02-27 19:03:33 +01:00
buffer_manager.cc
buffer_manager.hh
buffer.cc fix warning 2013-02-28 18:51:24 +01:00
buffer.hh Buffer: replace {begin,end}_undo_group with a single commit_undo_group method 2013-02-20 14:20:16 +01:00
client_manager.cc move status line generation code to client manager 2013-02-18 19:03:39 +01:00
client_manager.hh ClientManager: move the Client inner class detail in the cpp file 2013-02-07 19:25:42 +01:00
color_registry.cc Use some builtins colors aliases instead of hardcoded values for highlighters 2013-03-06 20:33:20 +01:00
color_registry.hh Use some builtins colors aliases instead of hardcoded values for highlighters 2013-03-06 20:33:20 +01:00
color.hh Use a ColorPair in DisplayAtoms instead of separate fg/bg colors 2013-03-06 20:28:02 +01:00
command_manager.cc Strongly typed options support 2013-03-05 18:49:26 +01:00
command_manager.hh
commands.cc colalias: always override 2013-03-06 20:30:02 +01:00
commands.hh expose exec_keys function in commands.hh 2013-02-18 18:57:08 +01:00
completion.cc log to debug when make_regex_ifp catch a regex_error 2013-03-05 19:35:39 +01:00
completion.hh Fix class/struct mismatches 2013-02-18 14:00:43 +01:00
context.hh Move last insert state from context to input handler 2013-02-18 14:07:30 +01:00
debug.cc
debug.hh
display_buffer.cc Use a ColorPair in DisplayAtoms instead of separate fg/bg colors 2013-03-06 20:28:02 +01:00
display_buffer.hh Use a ColorPair in DisplayAtoms instead of separate fg/bg colors 2013-03-06 20:28:02 +01:00
dynamic_selection_list.cc minor performance tweaks 2013-02-27 19:03:33 +01:00
dynamic_selection_list.hh
editor.cc Editor::multi_select: reserve some vector space in advance 2013-02-28 18:51:58 +01:00
editor.hh Fix class/struct mismatches 2013-02-18 14:00:43 +01:00
event_manager.cc Remove Set and use unordered_set 2013-01-31 18:58:25 +01:00
event_manager.hh Remove Set and use unordered_set 2013-01-31 18:58:25 +01:00
exception.cc
exception.hh
file.cc Strongly typed options support 2013-03-05 18:49:26 +01:00
file.hh Add 'gf' (goto file) functionality 2013-02-27 19:58:38 +01:00
filter_group.cc
filter_group.hh
filter.hh Fix class/struct mismatches 2013-02-18 14:00:43 +01:00
filters.cc Strongly typed options support 2013-03-05 18:49:26 +01:00
filters.hh
function_registry.hh
highlighter_group.cc
highlighter_group.hh
highlighter.hh HighlightersFactories takes back a Window parameter 2013-03-06 14:27:33 +01:00
highlighters.cc Use some builtins colors aliases instead of hardcoded values for highlighters 2013-03-06 20:33:20 +01:00
highlighters.hh
hook_manager.cc Hooks now takes a non-const context 2013-01-17 13:45:43 +01:00
hook_manager.hh Fix class/struct mismatches 2013-02-18 14:00:43 +01:00
idvaluemap.hh
input_handler.cc Add an experimental configurable input completion fonction 2013-03-11 14:20:28 +01:00
input_handler.hh Add macro recording/replay support 2013-02-18 18:58:07 +01:00
kakrc
keys.cc Add support for Home/End key in prompts 2013-02-19 13:50:27 +01:00
keys.hh Add support for Home/End key in prompts 2013-02-19 13:50:27 +01:00
line_and_column.hh LineAndColumn::operator+= is not constexpr 2013-01-22 14:28:43 +01:00
main.cc Modify network protocol to allow commands through the socket 2013-03-12 18:53:18 +01:00
Makefile Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code 2013-02-27 19:02:01 +01:00
memoryview.hh
ncurses.cc NCurses: hook redraw on c-l 2013-03-12 18:57:12 +01:00
ncurses.hh NCurses: go back to non ncursesw/ headers 2013-02-27 21:05:17 +01:00
option_manager.cc Add an experimental configurable input completion fonction 2013-03-11 14:20:28 +01:00
option_manager.hh Strongly typed options support 2013-03-05 18:49:26 +01:00
parameters_parser.cc ParameterParser: refactoring, simplify 2013-02-27 20:51:44 +01:00
parameters_parser.hh ParameterParser: refactoring, simplify 2013-02-27 20:51:44 +01:00
register_manager.cc
register_manager.hh
register.hh Fix class/struct mismatches 2013-02-18 14:00:43 +01:00
remote.cc Modify network protocol to allow commands through the socket 2013-03-12 18:53:18 +01:00
remote.hh Modify network protocol to allow commands through the socket 2013-03-12 18:53:18 +01:00
selection.cc Add String Range::content() const 2013-02-27 19:11:25 +01:00
selection.hh Add String Range::content() const 2013-02-27 19:11:25 +01:00
selectors.cc Add " and ' support to object selection 2013-02-27 19:08:13 +01:00
selectors.hh Add backward search support (bound to alt-/) 2013-01-08 18:46:45 +01:00
shell_manager.cc Strongly typed options support 2013-03-05 18:49:26 +01:00
shell_manager.hh Fix class/struct mismatches 2013-02-18 14:00:43 +01:00
string.cc
string.hh utf8::dump uses a copy of the output iterator instead of a reference 2013-02-27 23:50:33 +01:00
unicode.hh use std::isalnum for is_word implementation in order to support unicode 2013-02-26 18:54:11 +01:00
unit_tests.cc Buffer: replace {begin,end}_undo_group with a single commit_undo_group method 2013-02-20 14:20:16 +01:00
units.hh rename StronglyTypedInteger to more accurate StronglyTypedNumber 2013-01-14 18:51:45 +01:00
user_interface.hh Fix class/struct mismatches 2013-02-18 14:00:43 +01:00
utf8_iterator.hh Add utf8_iterator::advance(CharCount, utf8_iterator end) 2013-03-06 19:03:43 +01:00
utf8.hh utf8::dump uses a copy of the output iterator instead of a reference 2013-02-27 23:50:33 +01:00
utils.hh safe_ptr have no overhead when KAK_DEBUG is not defined 2013-02-28 18:54:15 +01:00
window.cc Strongly typed options support 2013-03-05 18:49:26 +01:00
window.hh Strongly typed options support 2013-03-05 18:49:26 +01:00