.. |
.gdbinit
|
update gdbinit
|
2014-01-27 19:51:58 +00:00 |
alias_registry.cc
|
Keep it simple, remove all that sorted id map thing
|
2015-09-18 13:52:32 +01:00 |
alias_registry.hh
|
Use a sorted IdMap for aliases
|
2015-09-16 22:32:02 +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
|
Fix OSX compilation
|
2015-10-18 12:45:27 +01:00 |
buffer_utils.hh
|
More cleanups in the buffer open/reload code
|
2015-10-17 11:33:09 +01:00 |
buffer.cc
|
Move line parsing and to Buffer.cc directly
|
2015-10-17 11:33:09 +01:00 |
buffer.hh
|
Move line parsing and to Buffer.cc directly
|
2015-10-17 11:33:09 +01:00 |
buffer.inl.hh
|
Style tweak
|
2015-06-24 13:44:47 +01:00 |
client_manager.cc
|
Detect ungraceful exits, and backup modified buffers in these cases
|
2015-10-08 13:43:39 +01:00 |
client_manager.hh
|
Detect ungraceful exits, and backup modified buffers in these cases
|
2015-10-08 13:43:39 +01:00 |
client.cc
|
More cleanups in the buffer open/reload code
|
2015-10-17 11:33:09 +01:00 |
client.hh
|
Store key hash in IdMap
|
2015-09-16 20:02:12 +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
|
Remove useless std::move
|
2015-10-23 13:46:55 +01:00 |
command_manager.hh
|
Fix optimized linkage
|
2015-10-23 09:49:06 +01:00 |
commands.cc
|
Document exclusive attribute
|
2015-10-23 13:49:02 +01:00 |
commands.hh
|
Fix forward declare struct/class mismatch
|
2015-09-02 13:34:18 +01:00 |
completion.cc
|
Remove is_blank, which is identical to is_horizontal_blank
|
2015-04-15 00:34:00 +01:00 |
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
|
coords/units hashing refactoring
|
2015-03-11 13:59:25 +00:00 |
diff.hh
|
Formatting tweak
|
2015-07-13 13:57:43 +01:00 |
display_buffer.cc
|
Remove the default_face parameter of parse_display_line
|
2015-09-20 11:34:13 +01:00 |
display_buffer.hh
|
Cleanup insert_completer code and use markup for option completion menu entry
|
2015-10-06 13:37:16 +01:00 |
env_vars.cc
|
Keep it simple, remove all that sorted id map thing
|
2015-09-18 13:52:32 +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
|
Refactor ShellManager process spawning
|
2015-10-02 13:37:06 +01:00 |
exception.cc
|
exception::what returns a StringView rather than a const char*
|
2015-03-13 13:15:51 +00:00 |
exception.hh
|
Remove unneeded c_str() call
|
2015-03-25 13:42:36 +00:00 |
face_registry.cc
|
Add an exclusive attribute that overrides existing face
|
2015-10-23 13:46:41 +01:00 |
face_registry.hh
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
face.hh
|
Add an exclusive attribute that overrides existing face
|
2015-10-23 13:46:41 +01:00 |
file.cc
|
More cleanups in the buffer open/reload code
|
2015-10-17 11:33:09 +01:00 |
file.hh
|
More cleanups in the buffer open/reload code
|
2015-10-17 11:33:09 +01:00 |
flags.hh
|
Retreat ! go back to C++11 only code
|
2015-05-26 18:42:09 +01:00 |
hash.cc
|
Rework hashing, use a more extensible framework similar to n3876 proposal
|
2014-12-16 18:57:19 +00:00 |
hash.hh
|
Add a combine_hash helper function
|
2015-06-20 15:04:31 +01:00 |
highlighter_group.cc
|
Store key hash in IdMap
|
2015-09-16 20:02:12 +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
|
Wrap the shell params en env vars in a ShellContext struct
|
2015-10-22 13:48:57 +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
|
Store key hash in IdMap
|
2015-09-16 20:02:12 +01:00 |
hook_manager.hh
|
Remove unneeded include
|
2015-03-17 20:06:35 +00:00 |
id_map.hh
|
Keep it simple, remove all that sorted id map thing
|
2015-09-18 13:52:32 +01:00 |
input_handler.cc
|
Fix file change detection not working in certain cases
|
2015-10-13 19:31:24 +01:00 |
input_handler.hh
|
Use DisplayLine for menu choices
|
2015-10-05 01:25:23 +01:00 |
insert_completer.cc
|
Move more logic into RankedMatch
|
2015-10-27 21:25:18 +00:00 |
insert_completer.hh
|
Fix handling of explicit insert completers
|
2015-10-19 13:43:23 +01:00 |
keymap_manager.cc
|
ArrayView content is not const anymore
|
2015-03-09 13:54:09 +00:00 |
keymap_manager.hh
|
Add remapping of text object keys
|
2015-07-01 17:53:38 +02:00 |
keys.cc
|
Refactor utf8::iterator to be on the safe side
|
2015-09-23 19:39:21 +01:00 |
keys.hh
|
Rework resize handling
|
2015-08-23 15:18:18 +01:00 |
line_modification.cc
|
Move line parsing and to Buffer.cc directly
|
2015-10-17 11:33:09 +01:00 |
line_modification.hh
|
Rewrite line modifications, hopefully with easier to comprehend code
|
2015-01-31 23:50:24 +00:00 |
main.cc
|
More cleanups in the buffer open/reload code
|
2015-10-17 11:33:09 +01:00 |
Makefile
|
Add Haiku support.
|
2015-09-24 22:36:29 +00:00 |
memory.cc
|
refactor slighly memory domain handling
|
2015-01-12 19:48:51 +00:00 |
memory.hh
|
Always inline Allocator::construct/destroy
|
2015-06-26 21:32:37 +01:00 |
ncurses_ui.cc
|
Restore info box after a resize as well
|
2015-10-13 13:58:39 +01:00 |
ncurses_ui.hh
|
Restore info box after a resize as well
|
2015-10-13 13:58:39 +01:00 |
normal.cc
|
Wrap the shell params en env vars in a ShellContext struct
|
2015-10-22 13:48:57 +01:00 |
normal.hh
|
Use a static array to store the keymap
|
2015-03-09 13:55:55 +00:00 |
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
|
Support :set -add on strings, using concatenation
|
2015-10-22 13:21:59 +01:00 |
optional.hh
|
Use a named struct Empty in optional
|
2015-07-10 19:05:21 +01:00 |
parameters_parser.cc
|
Store key hash in IdMap
|
2015-09-16 20:02:12 +01:00 |
parameters_parser.hh
|
Port even more code to use format function
|
2015-06-01 21:15:59 +01:00 |
ranked_match.cc
|
Use an heuristic based match ranking algorithm inspired by what YouCompleteMe does
|
2015-10-29 13:36:30 +00:00 |
ranked_match.hh
|
Use an heuristic based match ranking algorithm inspired by what YouCompleteMe does
|
2015-10-29 13:36:30 +00:00 |
ref_ptr.hh
|
Always inline RefPtr::{acquire,release,moved}
|
2015-02-24 13:43:37 +00:00 |
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
|
Store key hash in IdMap
|
2015-09-16 20:02:12 +01:00 |
register_manager.hh
|
Move Register to register_manager.hh
|
2015-04-23 21:51:48 +01:00 |
remote.cc
|
Auto fork server when suspending the local client
|
2015-10-08 20:05:47 +01:00 |
remote.hh
|
Auto fork server when suspending the local client
|
2015-10-08 20:05:47 +01:00 |
safe_ptr.hh
|
Style tweak
|
2015-06-10 22:42:07 +01:00 |
scope.hh
|
small code formatting fix
|
2015-04-09 16:28:13 +01:00 |
selection.cc
|
Refactor utf8::iterator to be on the safe side
|
2015-09-23 19:39:21 +01:00 |
selection.hh
|
Add some missing memory domains
|
2015-09-12 10:51:16 +01:00 |
selectors.cc
|
Refactor utf8::iterator to be on the safe side
|
2015-09-23 19:39:21 +01:00 |
selectors.hh
|
Refactor utf8::iterator to be on the safe side
|
2015-09-23 19:39:21 +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
|
Wrap the shell params en env vars in a ShellContext struct
|
2015-10-22 13:48:57 +01:00 |
shell_manager.hh
|
Wrap the shell params en env vars in a ShellContext struct
|
2015-10-22 13:48:57 +01:00 |
string.cc
|
Add Haiku support.
|
2015-09-24 22:36:29 +00:00 |
string.hh
|
Add Haiku support.
|
2015-09-24 22:36:29 +00: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
|
Fix UnorderedSet allocator
|
2015-04-16 23:46:26 +01:00 |
user_interface.hh
|
Use DisplayLine for menu choices
|
2015-10-05 01:25:23 +01:00 |
utf8_iterator.hh
|
Refactor utf8::iterator to be on the safe side
|
2015-09-23 19:39:21 +01:00 |
utf8.hh
|
Avoid (*it++) pattern in utf8.hh
|
2015-09-25 13:19:21 +01:00 |
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
|
Try to fix travis compilation errors
|
2015-01-21 13:35:23 +00:00 |
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 more logic into RankedMatch
|
2015-10-27 21:25:18 +00:00 |
word_db.hh
|
Extract WordDB::RankedWord as RankedMatch in its own file
|
2015-10-22 19:49:08 +01:00 |