..
.gdbinit
update gdbinit
2014-01-27 19:51:58 +00:00
assert.cc
Minor formatting changes
2014-04-01 18:54:46 +01:00
assert.hh
rename assert to kak_assert to avoid collisions
2013-04-09 20:04:11 +02:00
buffer_manager.cc
rename BufferManager::complete_buffername to complete_buffer_name
2014-04-07 23:47:50 +01:00
buffer_manager.hh
rename BufferManager::complete_buffername to complete_buffer_name
2014-04-07 23:47:50 +01:00
buffer.cc
Add g. command to go to the last buffer modification position
2014-04-07 23:47:50 +01:00
buffer.hh
Add g. command to go to the last buffer modification position
2014-04-07 23:47:50 +01:00
buffer.inl.hh
Minor formatting changes
2014-04-01 18:54:46 +01:00
client_manager.cc
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
client_manager.hh
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
client.cc
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
client.hh
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
color_registry.cc
Add basic support for colalias completion
2014-03-29 13:18:46 +00:00
color_registry.hh
Add basic support for colalias completion
2014-03-29 13:18:46 +00: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
Add %rec{...} string that recursively expand %block inside
2014-04-03 23:57:14 +01:00
command_manager.hh
Add a docstring to commands
2014-03-02 01:08:11 +00:00
commands.cc
the 'def' commands now supports -(buffer|client)-completion switches
2014-04-07 23:47:50 +01:00
commands.hh
Fix compilation with clang 3.4
2014-01-27 20:28:38 +00:00
completion.cc
shell_completion use command completion after | and &&
2014-01-03 22:29:11 +00:00
completion.hh
Rework command completion to allow partial token completion
2014-01-27 19:51:58 +00:00
context.cc
minor code style tweak
2014-04-04 00:00:06 +01:00
context.hh
Remove dangling forward declaration of Editor class
2014-03-20 08:11:35 +00:00
debug.cc
write_debug: fallback to stderr if the BufferManager does not exists yet
2014-01-23 19:21:00 +00:00
debug.hh
replace std::string references with String
2012-04-14 01:17:09 +00:00
display_buffer.cc
Fix compilation with OSX C++ lib
2014-04-02 22:41:06 +01:00
display_buffer.hh
Fix adapt_view_pos when the cursor is not on a display atom by itself
2014-01-21 18:52:51 +00:00
dynamic_selection_list.cc
Rename selections first,last to more explicit anchor,cursor
2014-01-28 19:06:52 +00:00
dynamic_selection_list.hh
Get rid of Editor for good
2013-12-20 20:14:57 +00:00
env_vars.cc
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
env_vars.hh
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
event_manager.cc
EventManager: fix busy loop when no timer events exists.
2014-03-18 18:53:35 +00:00
event_manager.hh
FDWatchers are non copiable and non movable
2014-03-25 09:15:56 +00: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
Code cleanup in list_files
2014-04-06 10:59:51 +01:00
file.hh
Add complete_command for completing commands in PATH
2013-12-23 20:43:55 +00:00
function_group.hh
regionref highlighter just ignore invalid references
2014-02-25 00:19: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
Pass a HighlightFlags parameter to highlighters
2014-01-18 01:59:37 +00:00
highlighters.cc
More OSX fixes
2014-04-02 22:52:00 +01:00
highlighters.hh
sort includes directives
2013-04-09 20:05:40 +02:00
hook_manager.cc
exec and eval support the -no-hooks option
2014-03-20 08:29:41 +00:00
hook_manager.hh
exec and eval support the -no-hooks option
2014-03-20 08:29:41 +00:00
id_map.hh
Style changes, replace typedefs with usings
2014-01-09 19:59:26 +00:00
input_handler.cc
More OSX fixes
2014-04-02 22:52:00 +01:00
input_handler.hh
Remove dangling forward declaration of Editor class
2014-03-20 08:11:35 +00: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
Fix some more constexpr issues for clang
2014-04-03 13:56:03 -04:00
keys.hh
Style changes, replace typedefs with usings
2014-01-09 19:59:26 +00:00
line_and_column.hh
LineAndColumns: always pass by value
2013-07-26 01:50:09 +02:00
line_change_watcher.cc
Fix LineChangeWatcher behaviour when inserting at buffer end
2014-01-28 19:07:36 +00:00
line_change_watcher.hh
Rework regions highlighter, refactor and extract line tracking
2014-01-27 19:51:58 +00:00
main.cc
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
Makefile
Merge remote-tracking branch 'jjthrash/osx-install-fixes'
2014-04-03 20:26:47 +01:00
memoryview.hh
sort includes directives
2013-04-09 20:05:40 +02:00
ncurses.cc
Use plain libncurses with Apple
2014-04-03 13:56:03 -04:00
ncurses.hh
Code style cleanups in ncurses.{cc,hh}
2013-10-17 18:48:12 +01:00
normal.cc
Add g. command to go to the last buffer modification position
2014-04-07 23:47:50 +01:00
normal.hh
move InsertMode to normal.hh
2013-12-15 20:23:02 +00:00
option_manager.cc
Remove the shell option, always use /bin/sh
2014-03-25 09:28:44 +00:00
option_manager.hh
Try prefix completion and then subsequence completion for option names
2014-01-03 19:00:05 +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
fix segfault in parameter parser
2014-03-25 08:21:16 +00:00
parameters_parser.hh
Fix support for switches style option in user commands
2014-03-20 19:50:42 +00:00
register_manager.cc
memoryview: always pass by value
2013-07-26 01:50:36 +02:00
register_manager.hh
Style changes, replace typedefs with usings
2014-01-09 19:59:26 +00:00
register.hh
Make Context a class, not a struct
2013-11-11 19:10:49 +00:00
remote.cc
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
remote.hh
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
selection.cc
Remove Range struct, merge it back in Selection
2014-03-29 08:55:45 +00:00
selection.hh
Fix clang compilation
2014-04-02 22:33:52 +01:00
selectors.cc
Select previous sentence or paragraph if selecting backward from the first char
2014-03-31 21:46:47 +01:00
selectors.hh
Remove Range struct, merge it back in Selection
2014-03-29 08:55:45 +00:00
shell_manager.cc
ShellManager: Change the env var detection regex to find more uses
2014-03-25 19:43:56 +00:00
shell_manager.hh
Add support for querying client environement variables
2014-04-07 23:47:51 +01:00
string.cc
add subsequence_match(str, subseq) utility function
2013-09-23 21:17:16 +02:00
string.hh
Style changes, replace typedefs with usings
2014-01-09 19:59:26 +00:00
unicode.hh
Use wide character function for categorizing codepoints
2014-01-05 15:14:58 +00:00
unit_tests.cc
Word completion use a WordDB stored as a buffer value.
2014-01-16 22:07:42 +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
indent fixes
2013-12-03 19:49:09 +00:00
utf8.hh
Add utf8::codepoint_size function
2013-05-30 18:49:50 +02:00
utils.hh
Container utility functions now use the free begin/end functions
2014-03-20 19:51:25 +00:00
value.hh
Buffers can hold arbitrary values for for other systems
2014-01-09 21:01:29 +00:00
window.cc
Fix clang compilation
2014-04-02 22:33:52 +01:00
window.hh
Get rid of Editor for good
2013-12-20 20:14:57 +00:00
word_db.cc
WordDB now uses a LineChangeWatcher based implementation
2014-01-27 19:51:58 +00:00
word_db.hh
WordDB now uses a LineChangeWatcher based implementation
2014-01-27 19:51:58 +00:00