..
rc
git-tools: use : as list separator, escape it correctly
2013-07-26 02:01:01 +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
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
LineAndColumns: always pass by value
2013-07-26 01:50:09 +02:00
buffer.hh
buffer: move Buffer::Flags operator as friends defined inside Buffer
2013-08-01 00:28:01 +02:00
client_manager.cc
Allow :exec mode changes to remains when keys are finished
2013-09-11 18:58:23 +01: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
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
Minor code cleanups
2013-07-28 16:40:02 +02:00
command_manager.hh
Minor code cleanups
2013-07-28 16:40:02 +02:00
commands.cc
Allow :exec mode changes to remains when keys are finished
2013-09-11 18:58:23 +01: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
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
fix insert mode erase utf-8 handling, add unit test
2013-07-30 19:18:01 +01:00
editor.hh
memoryview: always pass by value
2013-07-26 01:50:36 +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
memoryview: always pass by value
2013-07-26 01:50:36 +02:00
file.hh
memoryview: always pass by value
2013-07-26 01:50:36 +02:00
filter.hh
memoryview: always pass by value
2013-07-26 01:50:36 +02:00
filters.cc
memoryview: always pass by value
2013-07-26 01:50:36 +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
memoryview: always pass by value
2013-07-26 01:50:36 +02:00
highlighters.cc
memoryview: always pass by value
2013-07-26 01:50:36 +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
Allow :exec mode changes to remains when keys are finished
2013-09-11 18:58:23 +01:00
input_handler.hh
Allow :exec mode changes to remains when keys are finished
2013-09-11 18:58:23 +01:00
kakrc
kakrc: define colorscheme before sourcing user config
2013-03-29 19:35:48 +01:00
keys.cc
Key: always pass by value
2013-07-26 01:50:36 +02:00
keys.hh
Key: always pass by value
2013-07-26 01:50:36 +02:00
line_and_column.hh
LineAndColumns: always pass by value
2013-07-26 01:50:09 +02:00
main.cc
selections env var is : separated, and : in selections are escaped
2013-08-28 18:52:29 +01:00
Makefile
Compile with gnu++11 so that cygwin is happy, and remove unneeded -lmenu
2013-07-12 13:17:12 +01:00
memoryview.hh
sort includes directives
2013-04-09 20:05:40 +02:00
ncurses.cc
memoryview: always pass by value
2013-07-26 01:50:36 +02:00
ncurses.hh
memoryview: always pass by value
2013-07-26 01:50:36 +02:00
normal.cc
add alt-& which aligns inserting spaces before selection start
2013-09-02 13:30:46 +01:00
normal.hh
move normal mode implementation to normal.{cc,hh}
2013-04-12 14:28:13 +02:00
option_manager.cc
Add support for filename insert mode completion
2013-08-02 17:58:37 +01:00
option_manager.hh
Option can be declared with a checker function.
2013-05-06 13:52:41 +02:00
option_types.hh
memoryview: always pass by value
2013-07-26 01:50:36 +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
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
memoryview: always pass by value
2013-07-26 01:50:36 +02:00
remote.cc
handle client disconnection without crashing
2013-08-28 19:20:12 +01:00
remote.hh
sort includes directives
2013-04-09 20:05:40 +02: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
Do not select the first line indent in inner indent select
2013-07-27 15:37:28 +02:00
selectors.hh
LineAndColumns: always pass by value
2013-07-26 01:50:09 +02: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
string escaping support functions
2013-07-24 22:37:17 +02:00
string.hh
string escaping support functions
2013-07-24 22:37:17 +02:00
unicode.hh
use C isalnum instead of C++ std::isalnum
2013-07-15 13:49:50 +01:00
unit_tests.cc
fix insert mode erase utf-8 handling, add unit test
2013-07-30 19:18:01 +01:00
units.hh
StronglyTypedNumber: take parameters by value
2013-07-26 01:49:57 +02:00
user_interface.hh
memoryview: always pass by value
2013-07-26 01:50:36 +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
contains: do not check if container is empty
2013-08-01 18:35:13 +01:00
window.cc
LineAndColumns: always pass by value
2013-07-26 01:50:09 +02:00
window.hh
LineAndColumns: always pass by value
2013-07-26 01:50:09 +02:00