kakoune/src
2012-10-08 19:33:53 +02:00
..
rc grep,make: tweak mktemp call to work on OSX 2012-10-02 10:37:08 +02: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 replace std::string references with String 2012-04-14 01:17:09 +00:00
assert.hh add override markers 2012-09-04 00:17:41 +02:00
buffer_iterator.inl.hh add postfix operator++ to BufferIterator 2012-10-02 14:09:06 +02:00
buffer_manager.cc Change buffer order based on the last one used 2012-09-28 14:14:49 +02:00
buffer_manager.hh Change buffer order based on the last one used 2012-09-28 14:14:49 +02:00
buffer.cc Buffer: add some utf8 sanity checks 2012-10-08 19:25:17 +02:00
buffer.hh Buffer: add some utf8 sanity checks 2012-10-08 19:25:17 +02:00
client.cc WordCompleter: avoid word currently being edited 2012-10-08 19:14:48 +02:00
client.hh Move last insertion from Client to Context 2012-09-26 20:07:06 +02:00
color_registry.cc get rid of Character 2012-10-08 19:33:53 +02:00
color_registry.hh ColorRegistry: permit overriding an alias 2012-09-17 21:01:11 +02:00
color.hh Add a ColorRegistry class responsible of color parsing and supporting aliases 2012-09-17 19:01:13 +02:00
command_manager.cc get rid of Character 2012-10-08 19:33:53 +02:00
command_manager.hh Add support for shell script parameters 2012-09-09 17:10:53 +02:00
commands.cc OSX compilation fixes 2012-10-02 10:36:28 +02:00
commands.hh move commands to commands.{cc,hh} 2012-05-07 03:13:34 +00:00
completion.cc use parse_filename when opening files or completing filenames so that ~ and env vars are handled 2012-09-12 19:42:12 +02:00
completion.hh use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
context.hh do not use our broken safe bool, c++11 explicit bool conversion is better 2012-10-02 14:18:34 +02:00
debug.cc do not keep undo data in the debug buffer 2012-09-11 19:03:13 +02:00
debug.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
display_buffer.cc DisplayAtom: add utf8 sanity check 2012-10-08 14:28:54 +02:00
display_buffer.hh DisplayAtom: only let DisplayLine touch m_begin and m_end 2012-10-08 14:28:38 +02:00
editor.cc utf8 awareness in editor, highlighters and ncurses 2012-10-08 14:27:43 +02:00
editor.hh Editor::move_selection now either takes a LineCount or a CharCount 2012-10-02 14:10:00 +02:00
event_manager.cc rework fifo handling, use real fifos in {make,grep}.kak, update README 2012-09-12 19:54:46 +02:00
event_manager.hh add a poll based EventManager and use it for ncurse client update 2012-08-28 22:32:15 +02:00
exception.cc replace std::string references with String 2012-04-14 01:17:09 +00:00
exception.hh add override markers 2012-09-04 00:17:41 +02:00
file.cc use parse_filename when opening files or completing filenames so that ~ and env vars are handled 2012-09-12 19:42:12 +02:00
file.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
filter_group.cc use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
filter_group.hh use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
filter_registry.cc use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
filter_registry.hh use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
filter.hh Buffer: move back Modification as an implementation detail 2012-08-10 19:12:43 +02:00
filters.cc misc cleanups 2012-08-15 17:55:58 +02:00
filters.hh Buffer: add filter support 2011-12-02 14:28:27 +00:00
highlighter_group.cc use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
highlighter_group.hh use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
highlighter_registry.cc use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
highlighter_registry.hh use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
highlighter.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
highlighters.cc utf8 awareness in editor, highlighters and ncurses 2012-10-08 14:27:43 +02:00
highlighters.hh HighlighterGroup: move to it's own file, Window uses them directly 2012-01-19 20:37:29 +00:00
hook_manager.cc HookManager are now hierarchical from window to buffer to global 2012-06-07 13:29:44 +00:00
hook_manager.hh HookManager are now hierarchical from window to buffer to global 2012-06-07 13:29:44 +00:00
idvaluemap.hh use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
kakrc kakrc: use color aliases for cpp and kakrc highlighting 2012-09-17 19:02:08 +02:00
keys.cc get rid of Character 2012-10-08 19:33:53 +02:00
keys.hh get rid of Character 2012-10-08 19:33:53 +02:00
line_and_column.hh use more constexpr 2012-09-04 23:54:10 +02:00
main.cc Editor::move_selection now either takes a LineCount or a CharCount 2012-10-02 14:10:00 +02:00
Makefile More useable menu implementation on ncurses 2012-08-30 21:14:28 +02:00
memoryview.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
ncurses.cc get rid of Character 2012-10-08 19:33:53 +02:00
ncurses.hh Menus can be placed anywhere on the screen, and takes a style parameter 2012-09-30 15:18:37 +02:00
option_manager.cc use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
option_manager.hh use a strongly typed int CharCount for character counts 2012-08-23 23:56:35 +02:00
register_manager.cc add override markers 2012-09-04 00:17:41 +02:00
register_manager.hh Registers need a context to return their values 2012-08-05 20:13:41 +02:00
register.hh Registers need a context to return their values 2012-08-05 20:13:41 +02:00
selection.cc selections should always point to an utf8 character sequence start byte 2012-10-08 14:26:57 +02:00
selection.hh selections should always point to an utf8 character sequence start byte 2012-10-08 14:26:57 +02:00
selectors.cc utf8 awareness in selectors 2012-10-08 19:12:09 +02:00
selectors.hh utf8 awareness in selectors 2012-10-08 19:12:09 +02:00
shell_manager.cc Add support for shell script parameters 2012-09-09 17:10:53 +02:00
shell_manager.hh Add support for shell script parameters 2012-09-09 17:10:53 +02:00
string.cc String and BufferIterator value_type goes back to plain char 2012-10-01 20:20:08 +02:00
string.hh get rid of Character 2012-10-08 19:33:53 +02:00
unit_tests.cc Extract IncrementalInserter::Mode as InsertMode 2012-09-26 14:22:24 +02:00
units.hh fix postfix StronglyTypedInteger::operator{++,--} 2012-10-02 14:19:45 +02:00
user_interface.hh Menus can be placed anywhere on the screen, and takes a style parameter 2012-09-30 15:18:37 +02:00
utf8_iterator.hh add utf8_iterator for adapting byte iterators to iterate on unicode characters 2012-10-08 14:25:58 +02:00
utf8.hh add utf8 helpers in utf8.hh 2012-10-08 14:25:05 +02:00
utils.hh do not use our broken safe bool, c++11 explicit bool conversion is better 2012-10-02 14:18:34 +02:00
window.cc Add a Window::display_position(const BufferIterator&) method 2012-09-30 16:22:03 +02:00
window.hh Add a Window::display_position(const BufferIterator&) method 2012-09-30 16:22:03 +02:00