kakoune/src
2013-11-28 18:48:38 +00:00
..
rc Improve ctags support 2013-11-28 18:48:09 +00:00
.gdbinit gdb: do not catch throw, but break when constructing an assert_failed exception 2012-04-03 13:42:20 +00:00
assert.cc write assert failed info to debug buffer 2013-11-17 13:25:58 +00:00
assert.hh rename assert to kak_assert to avoid collisions 2013-04-09 20:04:11 +02:00
buffer_iterator.inl.hh remove BufferIterator conversion to/from BufferCoord 2013-06-06 19:44:07 +02:00
buffer_manager.cc Fix warnings 2013-11-10 22:51:52 +00:00
buffer_manager.hh Use the buffer manager to delete buffer, throw when a client is inserting 2013-04-10 18:54:01 +02:00
buffer.cc Extract InputHandler from Client 2013-11-14 18:09:15 +00:00
buffer.hh Add BufSetOption hook support 2013-11-12 20:36:42 +00:00
client_manager.cc move Client::m_name to context, no more need for DraftUI 2013-11-14 20:51:25 +00:00
client_manager.hh Extract InputHandler from Client 2013-11-14 18:09:15 +00:00
client.cc extract InputHandler to input_handler.{cc,hh} 2013-11-14 21:12:59 +00:00
client.hh extract InputHandler to input_handler.{cc,hh} 2013-11-14 21:12:59 +00:00
color_registry.cc tweak number line highlighter style 2013-05-24 18:39:28 +02:00
color_registry.hh sort includes directives 2013-04-09 20:05:40 +02: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 move is_horizontal_blank to unicode.hh 2013-11-17 23:06:40 +00:00
command_manager.hh Add support for hidden commands, that will not show on completion 2013-11-12 19:38:19 +00:00
commands.cc reenable undo support on fifo buffers when the fifo closes 2013-11-20 22:18:40 +00:00
commands.hh expose exec_keys function in commands.hh 2013-02-18 18:57:08 +01:00
completion.hh Resurect idvaluemap, order of traversal matters 2013-11-18 22:17:50 +00:00
context.cc move Client::m_name to context, no more need for DraftUI 2013-11-14 20:51:25 +00:00
context.hh move Client::m_name to context, no more need for DraftUI 2013-11-14 20:51:25 +00:00
debug.cc remove BufferIterator conversion to/from BufferCoord 2013-06-06 19:44:07 +02:00
debug.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
display_buffer.cc merge AtomContent into DisplayAtom 2013-07-24 13:55:57 +01:00
display_buffer.hh merge AtomContent into DisplayAtom 2013-07-24 13:55:57 +01:00
dynamic_selection_list.cc LineAndColumns: always pass by value 2013-07-26 01:50:09 +02:00
dynamic_selection_list.hh LineAndColumns: always pass by value 2013-07-26 01:50:09 +02:00
editor.cc Remove IncrementalInserter and move it's code to InputModes::Insert 2013-11-04 22:02:43 +00:00
editor.hh remove filters, use hooks instead 2013-11-04 22:02:44 +00:00
event_manager.cc small optimization in event manager 2013-09-23 20:32:45 +02:00
event_manager.hh Remove Set and use unordered_set 2013-01-31 18:58:25 +01: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 Add Buffer::reload for reloading buffers without loosing options and hooks 2013-10-21 18:57:19 +01:00
file.hh Detect file external modification and ask the user whether to reload or not 2013-10-15 18:51:31 +01:00
function_group.hh rename idvaluemap to id_map, remove Id template param, use String 2013-11-18 22:24:31 +00:00
function_registry.hh rename idvaluemap to id_map, remove Id template param, use String 2013-11-18 22:24:31 +00:00
highlighter.hh memoryview: always pass by value 2013-07-26 01:50:36 +02:00
highlighters.cc regex option highlighter use runtime window rather than creation time one 2013-11-04 22:02:44 +00:00
highlighters.hh sort includes directives 2013-04-09 20:05:40 +02:00
hook_manager.cc Resurect idvaluemap, order of traversal matters 2013-11-18 22:17:50 +00:00
hook_manager.hh rename idvaluemap to id_map, remove Id template param, use String 2013-11-18 22:24:31 +00:00
id_map.hh rename idvaluemap to id_map, remove Id template param, use String 2013-11-18 22:24:31 +00:00
input_handler.cc fix prompt completion handling misbehaving with history 2013-11-28 18:48:09 +00:00
input_handler.hh extract InputHandler to input_handler.{cc,hh} 2013-11-14 21:12:59 +00:00
kakrc kakrc: define colorscheme before sourcing user config 2013-03-29 19:35:48 +01:00
keymap_manager.cc Add key mapping support 2013-10-25 00:30:46 +01:00
keymap_manager.hh rename idvaluemap to id_map, remove Id template param, use String 2013-11-18 22:24:31 +00:00
keys.cc Add support for function keys F1-F12 2013-11-09 11:12:55 +00:00
keys.hh Add support for function keys F1-F12 2013-11-09 11:12:55 +00:00
line_and_column.hh LineAndColumns: always pass by value 2013-07-26 01:50:09 +02:00
main.cc tweak initial debug infos 2013-11-15 23:47:44 +00:00
Makefile Centralize file mimetype detection in mime.kak 2013-11-12 20:38:00 +00:00
memoryview.hh sort includes directives 2013-04-09 20:05:40 +02:00
ncurses.cc NCursesUI: info_show do not require previous call to info_hide 2013-11-19 19:51:39 +00:00
ncurses.hh Code style cleanups in ncurses.{cc,hh} 2013-10-17 18:48:12 +01:00
normal.cc add alt-& for align indent 2013-11-22 09:55:32 +00:00
normal.hh Remove Context::numeric_param, pass it directly to normal mode functions 2013-10-10 21:22:20 +01:00
option_manager.cc Add support for hidden options, not showed by completion 2013-11-12 19:21:07 +00:00
option_manager.hh Add support for hidden options, not showed by completion 2013-11-12 19:21:07 +00:00
option_types.hh fix invalid value handling for yes no ask options 2013-11-16 00:26:56 +00:00
parameters_parser.cc rename assert to kak_assert to avoid collisions 2013-04-09 20:04:11 +02:00
parameters_parser.hh sort includes directives 2013-04-09 20:05:40 +02:00
register_manager.cc memoryview: always pass by value 2013-07-26 01:50:36 +02:00
register_manager.hh sort includes directives 2013-04-09 20:05:40 +02:00
register.hh Make Context a class, not a struct 2013-11-11 19:10:49 +00:00
remote.cc Pass title to UserInterface::info_show 2013-10-11 00:17:22 +01:00
remote.hh Remove $kak_socket replaced with $kak_session 2013-09-25 19:04:52 +01:00
selection.cc LineAndColumns: always pass by value 2013-07-26 01:50:09 +02:00
selection.hh LineAndColumns: always pass by value 2013-07-26 01:50:09 +02:00
selectors.cc Fix select_to_previous_word when cursor is on last buffer char 2013-11-12 18:59:19 +00:00
selectors.hh Improve object selection support 2013-10-08 19:28:18 +01:00
shell_manager.cc Minor code cleanups 2013-07-28 16:40:02 +02:00
shell_manager.hh memoryview: always pass by value 2013-07-26 01:50:36 +02:00
string.cc add subsequence_match(str, subseq) utility function 2013-09-23 21:17:16 +02:00
string.hh indent cleanup, correct erroneous 3 spaces indent 2013-11-14 00:12:15 +00:00
unicode.hh move is_horizontal_blank to unicode.hh 2013-11-17 23:06:40 +00:00
unit_tests.cc indent cleanup, correct erroneous 3 spaces indent 2013-11-14 00:12:15 +00:00
units.hh indent cleanup, correct erroneous 3 spaces indent 2013-11-14 00:12:15 +00:00
user_interface.hh Pass title to UserInterface::info_show 2013-10-11 00:17:22 +01:00
utf8_iterator.hh add utf8::make_iterator helper function 2013-06-06 19:44:07 +02:00
utf8.hh Add utf8::codepoint_size function 2013-05-30 18:49:50 +02:00
utils.hh indent cleanup, correct erroneous 3 spaces indent 2013-11-14 00:12:15 +00:00
window.cc Window: forget timestamp when options changes 2013-11-28 18:48:38 +00:00
window.hh Add key mapping support 2013-10-25 00:30:46 +01:00