kakoune/src
2012-10-31 14:28:03 +01:00
..
rc tweak cpp highlighting 2012-10-29 19:17:48 +01: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 assert: throw if launching xmessage fails 2012-10-19 03:53:10 +02:00
assert.hh assert: simplify header 2012-10-17 17:01:08 +02:00
buffer_iterator.inl.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
buffer_manager.cc use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
buffer_manager.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
buffer.cc Fix buffer iterator_at_line_{begin,end}(LineCount) 2012-10-31 14:28:03 +01:00
buffer.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
client_manager.cc refactor Client creation 2012-10-31 14:23:44 +01:00
client_manager.hh refactor Client creation 2012-10-31 14:23:44 +01:00
color_registry.cc Makefile: add -Wall to CXXFLAGS 2012-10-11 01:17:29 +02:00
color_registry.hh ColorRegistry: permit overriding an alias 2012-09-17 21:01:11 +02:00
color.hh use Colors and Attributes are char 2012-10-23 22:53:56 +02:00
command_manager.cc use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
command_manager.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
commands.cc Add a ClientManager for managing client lifetimes 2012-10-30 14:00:44 +01:00
commands.hh move commands to commands.{cc,hh} 2012-05-07 03:13:34 +00:00
completion.cc use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
completion.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
context.hh make UserInterface unaware of Window, only of DisplayBuffer 2012-10-20 20:15:20 +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 merge contiguous DisplayAtoms after highlighting DisplayBuffer 2012-10-22 13:20:02 +02:00
display_buffer.hh Add some remote client support protocol code 2012-10-23 22:55:44 +02:00
editor.cc utf8::codepoint: configurable invalid byte policy 2012-10-13 19:05:14 +02:00
editor.hh Editor::insert takes an InsertMode param, remove Editor::{append,replace} 2012-10-09 19:25:20 +02:00
event_manager.cc EventManager: handle forced events even when poll return -1 2012-10-27 15:15:34 +02:00
event_manager.hh EventManager: add force_signal method to force event execution 2012-10-27 15:01:13 +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 create_buffer_from file return nullptr on file not found instead of throwing 2012-10-16 14:59:39 +02:00
file.hh replace std::string references with String 2012-04-14 01:17:09 +00:00
filter_group.cc use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
filter_group.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
filter_registry.cc use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
filter_registry.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +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 ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
highlighter_group.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
highlighter_registry.cc use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
highlighter_registry.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +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 ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
input_handler.cc fix crashes when cycling through menu with an active filter 2012-10-29 19:17:37 +01:00
input_handler.hh Handle all available input before redrawing 2012-10-28 09:26:54 +01:00
kakrc kakrc: use color aliases for cpp and kakrc highlighting 2012-09-17 19:02:08 +02:00
keys.cc use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
keys.hh avoid utf8 errors with invalid keys, like ncurse KEY_RESIZE 2012-10-18 19:56:57 +02:00
line_and_column.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
main.cc refactor Client creation 2012-10-31 14:23:44 +01:00
Makefile Makefile: add -Wall to CXXFLAGS 2012-10-11 01:17:29 +02:00
memoryview.hh memoryview: include cstddef for size_t 2012-10-20 16:40:12 +02:00
ncurses.cc NCurses: refactor status line handling, and disambiguate status line from mode line 2012-10-29 19:01:57 +01:00
ncurses.hh NCurses: refactor status line handling, and disambiguate status line from mode line 2012-10-29 19:01:57 +01:00
option_manager.cc use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00
option_manager.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +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
remote.cc Add a ClientManager for managing client lifetimes 2012-10-30 14:00:44 +01:00
remote.hh Add a ClientManager for managing client lifetimes 2012-10-30 14:00:44 +01: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::codepoint: configurable invalid byte policy 2012-10-13 19:05:14 +02:00
selectors.hh add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Codepoint/ 2012-10-09 19:15:05 +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 add a _str user defined literal to create String 2012-10-16 15:11:22 +02:00
unicode.hh add a unicode.hh header for Codepoint related functions, s/utf8::Codepoint/Codepoint/ 2012-10-09 19:15:05 +02:00
unit_tests.cc add basic utf8 unit test 2012-10-22 01:05:56 +02:00
units.hh Add a ByteCount unit 2012-10-11 00:13:31 +02:00
user_interface.hh NCurses: refactor status line handling, and disambiguate status line from mode line 2012-10-29 19:01:57 +01:00
utf8_iterator.hh utf8: use CharCount instead of size_t 2012-10-27 13:26:40 +02:00
utf8.hh utf8: use CharCount instead of size_t 2012-10-27 13:26:40 +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 merge contiguous DisplayAtoms after highlighting DisplayBuffer 2012-10-22 13:20:02 +02:00
window.hh use ByteCount instead of CharCount when we are really counting bytes 2012-10-11 00:41:48 +02:00