.. |
.gdbinit
|
|
|
alias_registry.cc
|
|
|
alias_registry.hh
|
Complete aliases in command prompt
|
2015-09-06 18:09:32 +01:00 |
array_view.hh
|
Fix include
|
2015-06-24 13:40:18 +01:00 |
assert.cc
|
Tweak notify_fatal_error message box title, might not be an assert failed
|
2015-08-14 13:16:06 +01:00 |
assert.hh
|
Extract xmessage/MessageBox support in a notify_fatal_error function
|
2015-05-29 13:35:09 +01:00 |
backtrace.cc
|
Resolve symbol names in Cygwin Backtrace::desc implementation
|
2015-06-16 18:49:56 +01:00 |
backtrace.hh
|
Return a String in Backtrace::desc
|
2015-05-29 13:35:54 +01:00 |
buffer_manager.cc
|
Tweak BufferManager::delete_buffer implementation
|
2015-09-08 13:10:22 +01:00 |
buffer_manager.hh
|
Fix :open bug that could set a deleted buffer as the last used one
|
2015-04-23 20:15:17 +01:00 |
buffer_utils.cc
|
Support flags getting modified by hooks at buffer creation
|
2015-08-04 23:02:40 +01:00 |
buffer_utils.hh
|
Move write_debug to buffer utils as write_to_debug_buffer
|
2015-06-06 11:54:48 +01:00 |
buffer.cc
|
Cache buffer display name
|
2015-09-01 20:49:47 +01:00 |
buffer.hh
|
Cache buffer display name
|
2015-09-01 20:49:47 +01:00 |
buffer.inl.hh
|
Style tweak
|
2015-06-24 13:44:47 +01:00 |
client_manager.cc
|
Add a kill command that kills the current session
|
2015-08-26 19:34:19 +01:00 |
client_manager.hh
|
Reorganize slightly local client creation
|
2015-08-26 19:33:52 +01:00 |
client.cc
|
Rework resize handling
|
2015-08-23 15:18:18 +01:00 |
client.hh
|
Remove Client::window() method, use a force_redraw() one
|
2015-08-23 13:29:24 +01:00 |
color.cc
|
Move Colors enum class as NamedColor enum inside Color struct
|
2015-04-25 10:47:39 +01:00 |
color.hh
|
Move Colors enum class as NamedColor enum inside Color struct
|
2015-04-25 10:47:39 +01:00 |
command_manager.cc
|
Complete aliases in command prompt
|
2015-09-06 18:09:32 +01:00 |
command_manager.hh
|
Add support for command completion on commands, use it for :new
|
2015-06-26 13:57:23 +01:00 |
commands.cc
|
Add a kill command that kills the current session
|
2015-08-26 19:34:19 +01:00 |
commands.hh
|
Fix forward declare struct/class mismatch
|
2015-09-02 13:34:18 +01:00 |
completion.cc
|
|
|
completion.hh
|
Try matching functions one by one when completing
|
2015-05-26 18:38:48 +01:00 |
containers.hh
|
Retreat ! go back to C++11 only code
|
2015-05-26 18:42:09 +01:00 |
context.cc
|
Fix segfault in edge case when jumping backwards in jumplist
|
2015-08-26 11:54:51 +02:00 |
context.hh
|
No reason for NestedBool operator bool to be explicit
|
2015-08-19 21:20:34 +01:00 |
coord.hh
|
|
|
diff.hh
|
Formatting tweak
|
2015-07-13 13:57:43 +01:00 |
display_buffer.cc
|
Improve column highlighter to cooperate better with other highlighters
|
2015-07-23 13:58:23 +01:00 |
display_buffer.hh
|
Add some missing memory domains
|
2015-09-12 10:51:16 +01:00 |
env_vars.cc
|
Use IdMap instead of UnorderedMap for ui options and env vars
|
2015-09-16 19:04:19 +01:00 |
env_vars.hh
|
Use IdMap instead of UnorderedMap for ui options and env vars
|
2015-09-16 19:04:19 +01:00 |
event_manager.cc
|
Fix race condition ShellManager::eval with SIGCHLD
|
2015-06-09 20:28:24 +01:00 |
event_manager.hh
|
Fix race condition ShellManager::eval with SIGCHLD
|
2015-06-09 20:28:24 +01:00 |
exception.cc
|
|
|
exception.hh
|
|
|
face_registry.cc
|
Detect face being aliased to itself
|
2015-08-12 21:49:29 +01:00 |
face_registry.hh
|
|
|
face.hh
|
Change flag lines highlighter to use faces instead of colors
|
2015-08-23 12:13:14 +01:00 |
file.cc
|
Add some missing memory domains
|
2015-09-12 10:51:16 +01:00 |
file.hh
|
Add support for listing existing sessions with kak -l
|
2015-08-23 14:22:23 +01:00 |
flags.hh
|
Retreat ! go back to C++11 only code
|
2015-05-26 18:42:09 +01:00 |
hash.cc
|
|
|
hash.hh
|
Add a combine_hash helper function
|
2015-06-20 15:04:31 +01:00 |
highlighter_group.cc
|
Port even more code to use format function
|
2015-06-01 21:15:59 +01:00 |
highlighter_group.hh
|
Add missing 'override' specifiers
|
2015-05-25 13:54:18 +01:00 |
highlighter.hh
|
Remove redundant forward declaration
|
2015-06-01 18:33:08 +01:00 |
highlighters.cc
|
Small code tweak in show_whitespaces highlighter
|
2015-09-04 13:47:16 +01:00 |
highlighters.hh
|
Change flag lines highlighter to use faces instead of colors
|
2015-08-23 12:13:14 +01:00 |
hook_manager.cc
|
Notify user when some hooks failed
|
2015-07-08 14:00:50 +01:00 |
hook_manager.hh
|
|
|
id_map.hh
|
Simpler IdMap::operator==
|
2015-09-16 19:25:12 +01:00 |
input_handler.cc
|
Detect normal mode count overflow
|
2015-08-31 20:34:45 +01:00 |
input_handler.hh
|
Display auto info on register insertion/explicit insert completion
|
2015-08-11 20:36:07 +01:00 |
insert_completer.cc
|
Small code style tweak in insert_completer.cc
|
2015-09-11 13:07:51 +01:00 |
insert_completer.hh
|
Add support for a separate menu text in insert completions
|
2015-09-02 13:43:07 +01:00 |
keymap_manager.cc
|
|
|
keymap_manager.hh
|
Add remapping of text object keys
|
2015-07-01 17:53:38 +02:00 |
keys.cc
|
Cleanup key to codepoint conversion
|
2015-08-18 00:19:14 +01:00 |
keys.hh
|
Rework resize handling
|
2015-08-23 15:18:18 +01:00 |
line_modification.cc
|
Move unit test functions in next to the code they are testing
|
2015-05-22 13:58:56 +01:00 |
line_modification.hh
|
|
|
main.cc
|
use getpwuid(geteuid())->pw_name rather than getlogin()
|
2015-09-15 13:32:26 +01:00 |
Makefile
|
Prevented incorrect softlink from being created
|
2015-08-30 13:30:15 +02:00 |
memory.cc
|
|
|
memory.hh
|
Always inline Allocator::construct/destroy
|
2015-06-26 21:32:37 +01:00 |
ncurses_ui.cc
|
Do not touch the first 16 colors in ncurses UI
|
2015-09-14 14:47:37 +01:00 |
ncurses_ui.hh
|
Refactor NCursesUI implementation, use pads instead of windows
|
2015-09-10 23:39:19 +01:00 |
normal.cc
|
Avoid restoring selections in regex_prompt when they cannot have been modified
|
2015-09-04 19:00:42 +01:00 |
normal.hh
|
|
|
option_manager.cc
|
Add an unset command to remove an option value (falling back to parent)
|
2015-08-10 13:54:52 +01:00 |
option_manager.hh
|
Add an unset command to remove an option value (falling back to parent)
|
2015-08-10 13:54:52 +01:00 |
option_types.hh
|
Use IdMap instead of UnorderedMap for ui options and env vars
|
2015-09-16 19:04:19 +01:00 |
optional.hh
|
Use a named struct Empty in optional
|
2015-07-10 19:05:21 +01:00 |
parameters_parser.cc
|
|
|
parameters_parser.hh
|
Port even more code to use format function
|
2015-06-01 21:15:59 +01:00 |
ref_ptr.hh
|
|
|
regex.cc
|
Tweak regex constructor calls
|
2015-07-25 11:15:03 +01:00 |
regex.hh
|
Fix compilation with std regex
|
2015-09-15 13:28:36 +01:00 |
register_manager.cc
|
Add alternative names to ^ (caret) and @ (arobase) registers
|
2015-08-19 21:20:01 +01:00 |
register_manager.hh
|
Move Register to register_manager.hh
|
2015-04-23 21:51:48 +01:00 |
remote.cc
|
Use IdMap instead of UnorderedMap for ui options and env vars
|
2015-09-16 19:04:19 +01:00 |
remote.hh
|
Rework resize handling
|
2015-08-23 15:18:18 +01:00 |
safe_ptr.hh
|
Style tweak
|
2015-06-10 22:42:07 +01:00 |
scope.hh
|
|
|
selection.cc
|
Enable more invariant checking in selection lists
|
2015-08-03 11:23:40 +01:00 |
selection.hh
|
Add some missing memory domains
|
2015-09-12 10:51:16 +01:00 |
selectors.cc
|
Argument text object no longer handles <>
|
2015-08-25 15:56:49 +02:00 |
selectors.hh
|
Fix backward search searching from on char before the corret one.
|
2015-09-14 14:28:45 +01:00 |
shared_string.cc
|
Move write_debug to buffer utils as write_to_debug_buffer
|
2015-06-06 11:54:48 +01:00 |
shared_string.hh
|
Keep hash stored in StringData
|
2015-05-14 19:13:52 +01:00 |
shell_manager.cc
|
Use IdMap instead of UnorderedMap for ui options and env vars
|
2015-09-16 19:04:19 +01:00 |
shell_manager.hh
|
Tweak headers in shell_manager.hh, no need for regex.hh
|
2015-09-03 13:54:21 +01:00 |
string.cc
|
Avoid wrapping lines with negative max width
|
2015-09-07 23:29:01 +01:00 |
string.hh
|
Smaller sizeof for in place strings
|
2015-08-18 21:06:53 +01:00 |
unicode.hh
|
Refactor select_arguments and slightly change behaviour for non-inner
|
2015-07-01 23:47:22 +01:00 |
unit_tests.cc
|
Small refactor in unit tests
|
2015-05-24 22:34:05 +01:00 |
unit_tests.hh
|
Small refactor in unit tests
|
2015-05-24 22:34:05 +01:00 |
units.hh
|
Use friend functions rather than methods for StronglyTypedNumber binary ops
|
2015-05-13 23:22:48 +01:00 |
unordered_map.hh
|
|
|
user_interface.hh
|
Use IdMap instead of UnorderedMap for ui options and env vars
|
2015-09-16 19:04:19 +01:00 |
utf8_iterator.hh
|
|
|
utf8.hh
|
|
|
utils.hh
|
Retreat ! go back to C++11 only code
|
2015-05-26 18:42:09 +01:00 |
value.hh
|
Make sure we do not put a Value in a Value
|
2015-06-25 19:45:42 +01:00 |
vector.hh
|
|
|
window.cc
|
clamp coordinates find_buffer_coord
|
2015-08-09 23:18:26 +01:00 |
window.hh
|
Refactor slightly window redrawing
|
2015-06-22 13:34:22 +01:00 |
word_db.cc
|
Move unit test functions in next to the code they are testing
|
2015-05-22 13:58:56 +01:00 |
word_db.hh
|
|
|