..
rc
clang.kak: use socat in unidirectional mode
2013-06-21 18:51:18 +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
Use more std::* for string handling
2013-05-13 18:43:38 +02: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
Use the buffer manager to delete buffer, throw when a client is inserting
2013-04-10 18:54:01 +02: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
Fix UndoGroupOptimizer
2013-06-12 00:14:05 +02:00
buffer.hh
Buffer: insert and erase go back to taking iterators, and return iterators
2013-06-06 19:44:08 +02:00
client_manager.cc
remove Buffer:char_{distance,advance} use line access instead
2013-06-06 19:44:07 +02:00
client_manager.hh
Handle SIGHUP gracefully
2013-04-15 18:50:45 +02: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
do not use std::{to_string,stoi} as they cause problems with cygwin
2013-06-19 19:29:05 +01:00
color.hh
support specifying colors with RGB components
2013-05-13 14:25:05 +02:00
command_manager.cc
change string parsing behaviour in command manager
2013-06-27 19:07:26 +01:00
command_manager.hh
sort includes directives
2013-04-09 20:05:40 +02:00
commands.cc
Buffer: insert and erase go back to taking iterators, and return iterators
2013-06-06 19:44:08 +02:00
commands.hh
expose exec_keys function in commands.hh
2013-02-18 18:57:08 +01:00
completion.hh
sort includes directives
2013-04-09 20:05:40 +02:00
context.cc
Context: return DynamicSelectionLists in jump_{forward,backward}
2013-05-29 18:56:14 +02:00
context.hh
Context: return DynamicSelectionLists in jump_{forward,backward}
2013-05-29 18:56:14 +02: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
DisplayBuffer: use coords rather than iterators
2013-05-30 13:59:38 +02:00
display_buffer.hh
DisplayBuffer: use coords rather than iterators
2013-05-30 13:59:38 +02:00
dynamic_selection_list.cc
Use coord instead of iterators for selections
2013-06-04 14:21:07 +02:00
dynamic_selection_list.hh
BufferChangeListener: pass buffer to on_{inser,erase}
2013-06-01 00:48:46 +02:00
editor.cc
Buffer: insert and erase go back to taking iterators, and return iterators
2013-06-06 19:44:08 +02:00
editor.hh
remove useless iterator_at calls
2013-06-04 14:21:07 +02:00
event_manager.cc
rename assert to kak_assert to avoid collisions
2013-04-09 20:04:11 +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 missing errno include to file.cc
2013-06-19 19:29:05 +01:00
file.hh
sort includes directives
2013-04-09 20:05:40 +02:00
filter.hh
sort includes directives
2013-04-09 20:05:40 +02:00
filters.cc
Buffer: insert and erase go back to taking iterators, and return iterators
2013-06-06 19:44:08 +02:00
filters.hh
Refactor filter and highlighter registry into a common template
2012-11-23 13:40:20 +01:00
function_group.hh
sort includes directives
2013-04-09 20:05:40 +02:00
function_registry.hh
sort includes directives
2013-04-09 20:05:40 +02:00
highlighter.hh
pass window param to highlighters
2013-05-29 18:58:20 +02:00
highlighters.cc
utf8_iterators: rename underlying_iterator to base
2013-06-06 19:44:07 +02:00
highlighters.hh
sort includes directives
2013-04-09 20:05:40 +02:00
hook_manager.cc
Hooks can have an (shareable) identifier, and thus be removed
2013-04-11 14:29:10 +02:00
hook_manager.hh
Hooks can have an (shareable) identifier, and thus be removed
2013-04-11 14:29:10 +02:00
idvaluemap.hh
idvaluemap: add a remove_all method
2013-04-11 14:27:32 +02:00
input_handler.cc
Fix input completion on multiple selection
2013-06-12 00:43:11 +02:00
input_handler.hh
move context implementation to context.cc
2013-04-09 19:39:03 +02:00
kakrc
kakrc: define colorscheme before sourcing user config
2013-03-29 19:35:48 +01:00
keys.cc
sort includes directives
2013-04-09 20:05:40 +02:00
keys.hh
sort includes directives
2013-04-09 20:05:40 +02:00
line_and_column.hh
sort includes directives
2013-04-09 20:05:40 +02:00
main.cc
enable /proc/ method for runtime_directory with cygwin
2013-06-19 19:29:05 +01:00
Makefile
add man.kak which provides a man command for displaying man pages in kakoune
2013-04-18 19:07:31 +02:00
memoryview.hh
sort includes directives
2013-04-09 20:05:40 +02:00
ncurses.cc
more portable use of ncurses
2013-06-19 19:29:04 +01:00
ncurses.hh
hide ncurses.h include in ncurses.cc
2013-04-12 01:28:22 +02:00
normal.cc
restore compilation with gcc 4.7
2013-06-18 21:44:00 +02:00
normal.hh
move normal mode implementation to normal.{cc,hh}
2013-04-12 14:28:13 +02:00
option_manager.cc
Word completion can optionally look for candidates in all buffers
2013-05-20 14:10:53 +02:00
option_manager.hh
Option can be declared with a checker function.
2013-05-06 13:52:41 +02:00
option_types.hh
revive str_to_int so that the good exception type is thrown on error
2013-05-17 14:09:42 +02: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
sort includes directives
2013-04-09 20:05:40 +02:00
register_manager.hh
sort includes directives
2013-04-09 20:05:40 +02:00
register.hh
sort includes directives
2013-04-09 20:05:40 +02:00
remote.cc
Use more std::* for string handling
2013-05-13 18:43:38 +02:00
remote.hh
sort includes directives
2013-04-09 20:05:40 +02:00
selection.cc
Use coord instead of iterators for selections
2013-06-04 14:21:07 +02:00
selection.hh
restore compilation with gcc 4.7
2013-06-18 21:44:00 +02:00
selectors.cc
utf8_iterators: rename underlying_iterator to base
2013-06-06 19:44:07 +02:00
selectors.hh
Explicitly pass buffer to selectors
2013-06-01 14:22:57 +02:00
shell_manager.cc
Use more std::* for string handling
2013-05-13 18:43:38 +02:00
shell_manager.hh
ShellManager: env_var_regex is an implementation detail
2013-04-17 19:26:44 +02:00
string.cc
do not use std::{to_string,stoi} as they cause problems with cygwin
2013-06-19 19:29:05 +01:00
string.hh
do not use std::{to_string,stoi} as they cause problems with cygwin
2013-06-19 19:29:05 +01:00
unicode.hh
sort includes directives
2013-04-09 20:05:40 +02:00
unit_tests.cc
add an UndoGroupOptimizer test
2013-06-06 19:54:13 +02:00
units.hh
use only one constructor with a default parameter for units
2013-03-27 18:42:38 +01:00
user_interface.hh
sort includes directives
2013-04-09 20:05:40 +02: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
replace remaining plain assert with kak_assert
2013-06-06 19:44:08 +02:00
window.cc
fix highlighting bug with inserting at eol on lines with tabs
2013-06-21 18:50:45 +01:00
window.hh
window, editor: take coords rather than iterators parameters
2013-05-30 13:59:38 +02:00