.. |
.gdbinit
|
|
|
alias_registry.cc
|
|
|
alias_registry.hh
|
|
|
array_view.hh
|
Remove unused and potentially error prone constructor from ArrayView
|
2017-05-26 09:25:25 +01:00 |
assert.cc
|
|
|
assert.hh
|
|
|
backtrace.cc
|
|
|
backtrace.hh
|
|
|
buffer_manager.cc
|
|
|
buffer_manager.hh
|
|
|
buffer_utils.cc
|
|
|
buffer_utils.hh
|
|
|
buffer.cc
|
Move tolerance for one past end of line coordinates to highlighter code
|
2017-06-15 17:43:18 +01:00 |
buffer.hh
|
Fix the Buffer::end() madness
|
2017-06-11 12:01:40 +01:00 |
buffer.inl.hh
|
Simplify a bit buffer iteration functions
|
2017-06-12 06:10:18 +01:00 |
changes.cc
|
|
|
changes.hh
|
|
|
client_manager.cc
|
Small code tweak
|
2017-05-27 06:17:44 +01:00 |
client_manager.hh
|
|
|
client.cc
|
Hide info/menu when they are anchored to an invisible buffer coord
|
2017-06-16 10:19:08 +01:00 |
client.hh
|
Hide info/menu when they are anchored to an invisible buffer coord
|
2017-06-16 10:19:08 +01:00 |
clock.hh
|
|
|
color.cc
|
|
|
color.hh
|
|
|
command_manager.cc
|
Remove unneeded unknown_expand exception type
|
2017-06-07 19:01:26 +01:00 |
command_manager.hh
|
|
|
commands.cc
|
Move variable closer to its point of use
|
2017-06-07 20:33:34 +01:00 |
commands.hh
|
|
|
completion.cc
|
|
|
completion.hh
|
|
|
containers.hh
|
Change ncurses_ui info box generation logic to use a Vector<String>
|
2017-05-28 19:58:18 +01:00 |
context.cc
|
Fix bug where idle timers of disabled modes were still run
|
2017-05-22 16:57:22 +01:00 |
context.hh
|
Move NestedBool to utils.hh
|
2017-06-07 11:55:42 +01:00 |
coord.hh
|
|
|
diff.hh
|
|
|
display_buffer.cc
|
Fix some other uses of invalid buffer coordinates in display code
|
2017-06-15 18:12:21 +01:00 |
display_buffer.hh
|
Fix some other uses of invalid buffer coordinates in display code
|
2017-06-15 18:12:21 +01:00 |
enum.hh
|
Move constexpr compatible Array struct to meta.hh
|
2017-05-17 20:20:31 +01:00 |
env_vars.cc
|
|
|
env_vars.hh
|
|
|
event_manager.cc
|
|
|
event_manager.hh
|
|
|
exception.cc
|
|
|
exception.hh
|
|
|
face_registry.cc
|
fix: remove duplicate include to containers.hh in face_registry.cc
|
2017-05-30 20:01:31 +02:00 |
face_registry.hh
|
|
|
face.hh
|
|
|
file.cc
|
Use read_fd to get pipe command from stdin instead of ad-hoc code
|
2017-06-12 05:21:34 +01:00 |
file.hh
|
|
|
flags.hh
|
|
|
hash_map.cc
|
Use microseconds instead of milliseconds for built-in profiling
|
2017-06-07 20:06:47 +01:00 |
hash_map.hh
|
|
|
hash.cc
|
Add fallthrough comment to silence gcc-7 warning
|
2017-06-16 10:28:40 +01:00 |
hash.hh
|
|
|
highlighter_group.cc
|
Move passes logic to the base Highlighter class
|
2017-05-07 16:26:14 +01:00 |
highlighter_group.hh
|
Move passes logic to the base Highlighter class
|
2017-05-07 16:26:14 +01:00 |
highlighter.hh
|
Fix wrapping support
|
2017-06-09 16:00:22 +01:00 |
highlighters.cc
|
Fix some other uses of invalid buffer coordinates in display code
|
2017-06-15 18:12:21 +01:00 |
highlighters.hh
|
Add an update-option command to update range-descs/line-descs options
|
2017-05-25 19:54:08 +01:00 |
hook_manager.cc
|
Use microseconds instead of milliseconds for built-in profiling
|
2017-06-07 20:06:47 +01:00 |
hook_manager.hh
|
Fix memory errors due to sharing the MatchResults in the Hooks struct
|
2017-06-07 19:18:15 +01:00 |
input_handler.cc
|
Hide info/menu when they are anchored to an invisible buffer coord
|
2017-06-16 10:19:08 +01:00 |
input_handler.hh
|
|
|
insert_completer.cc
|
Fix bug in word completer
|
2017-06-09 14:21:18 +01:00 |
insert_completer.hh
|
Remove virtual destructor from OptionManagerWatcher
|
2017-05-22 10:31:56 +01:00 |
json_ui.cc
|
|
|
json_ui.hh
|
|
|
keymap_manager.cc
|
|
|
keymap_manager.hh
|
|
|
keys.cc
|
|
|
keys.hh
|
|
|
line_modification.cc
|
Fix the Buffer::end() madness
|
2017-06-11 12:01:40 +01:00 |
line_modification.hh
|
|
|
main.cc
|
minor style tweak
|
2017-06-12 06:12:10 +01:00 |
Makefile
|
Put the doc/manpages/ pages in the 'k' section
|
2017-05-27 07:35:13 +01:00 |
memory.cc
|
|
|
memory.hh
|
Modernize the way we compute memory domains from type
|
2017-05-26 07:59:18 +01:00 |
meta.hh
|
Modernize the way we compute memory domains from type
|
2017-05-26 07:59:18 +01:00 |
ncurses_ui.cc
|
Remove unused only_buffer mode for DisplayLine::trim
|
2017-06-09 15:30:13 +01:00 |
ncurses_ui.hh
|
|
|
normal.cc
|
Support hitting escape to cancel a selection combine operation
|
2017-06-16 10:23:03 +01:00 |
normal.hh
|
|
|
option_manager.cc
|
|
|
option_manager.hh
|
Add an update-option command to update range-descs/line-descs options
|
2017-05-25 19:54:08 +01:00 |
option_types.hh
|
Support option_add for HashMap options
|
2017-06-03 18:01:38 +01:00 |
option.hh
|
|
|
optional.hh
|
Hide info/menu when they are anchored to an invisible buffer coord
|
2017-06-16 10:19:08 +01:00 |
parameters_parser.cc
|
Improve readability of command docstrings by changing formatting
|
2017-06-04 08:37:51 +01:00 |
parameters_parser.hh
|
|
|
ranked_match.cc
|
Change RankedMatch ordering to favor / characters
|
2017-06-04 08:27:53 +01:00 |
ranked_match.hh
|
|
|
ref_ptr.hh
|
|
|
regex.cc
|
|
|
regex.hh
|
|
|
register_manager.cc
|
|
|
register_manager.hh
|
|
|
remote.cc
|
|
|
remote.hh
|
|
|
safe_ptr.hh
|
|
|
scope.hh
|
|
|
selection.cc
|
Fix corner case in compute_modified_ranges
|
2017-06-11 12:25:12 +01:00 |
selection.hh
|
|
|
selectors.cc
|
|
|
selectors.hh
|
|
|
shared_string.cc
|
Use range based accumulate wrapper instead of std::accumulate
|
2017-06-07 13:36:47 +01:00 |
shared_string.hh
|
|
|
shell_manager.cc
|
Use microseconds instead of milliseconds for built-in profiling
|
2017-06-07 20:06:47 +01:00 |
shell_manager.hh
|
|
|
string.cc
|
|
|
string.hh
|
Fix spurious copies being made when using the format function
|
2017-06-06 08:50:51 +01:00 |
unicode.hh
|
Add noexcept specifiers to unicode and utf8 functions
|
2017-04-23 12:47:26 +01:00 |
unit_tests.cc
|
|
|
unit_tests.hh
|
|
|
units.hh
|
|
|
user_interface.hh
|
|
|
utf8_iterator.hh
|
noexcept-ify utf8::iterator methods
|
2017-06-07 10:58:49 +01:00 |
utf8.hh
|
Add noexcept specifiers to unicode and utf8 functions
|
2017-04-23 12:47:26 +01:00 |
utils.hh
|
Move NestedBool to utils.hh
|
2017-06-07 11:55:42 +01:00 |
value.hh
|
|
|
vector.hh
|
Modernize the way we compute memory domains from type
|
2017-05-26 07:59:18 +01:00 |
window.cc
|
Hide info/menu when they are anchored to an invisible buffer coord
|
2017-06-16 10:19:08 +01:00 |
window.hh
|
Hide info/menu when they are anchored to an invisible buffer coord
|
2017-06-16 10:19:08 +01:00 |
word_db.cc
|
|
|
word_db.hh
|
Remove virtual destructor from OptionManagerWatcher
|
2017-05-22 10:31:56 +01:00 |