..
.gdbinit
update gdbinit
2014-01-27 19:51:58 +00:00
alias_registry.cc
Rework container helpers, use pipe syntax and cleanup implementation
2016-03-08 21:35:56 +00:00
alias_registry.hh
Use ranked match based completion for command names
2016-03-08 13:56:37 +00:00
array_view.hh
Fix include
2015-06-24 13:40:18 +01:00
assert.cc
Use a StringView in notify_fatal_error
2016-02-29 22:15:36 +00:00
assert.hh
Use a StringView in notify_fatal_error
2016-02-29 22:15:36 +00:00
backtrace.cc
String usage cleanups
2016-02-04 23:54:22 +00:00
backtrace.hh
Return a String in Backtrace::desc
2015-05-29 13:35:54 +01:00
buffer_manager.cc
destroy buffer manager first but clear clients before destroying buffers.
2016-03-03 14:05:07 +00:00
buffer_manager.hh
BufferManager should outlive ClientManager in the end
2016-03-02 20:27:47 +00:00
buffer_utils.cc
Use ByteCoords directly for buffer insert/erase/replace
2016-03-16 13:59:30 +00:00
buffer_utils.hh
Use ByteCoords directly for buffer insert/erase/replace
2016-03-16 13:59:30 +00:00
buffer.cc
Fix another bug in Buffer::replace implementation
2016-03-17 12:38:09 +00:00
buffer.hh
Use ByteCoords directly for buffer insert/erase/replace
2016-03-16 13:59:30 +00:00
buffer.inl.hh
It can happen during an undo/redo that the buffer be temporarily empty
2016-03-09 23:16:14 +00:00
client_manager.cc
Rework container helpers, use pipe syntax and cleanup implementation
2016-03-08 21:35:56 +00:00
client_manager.hh
destroy buffer manager first but clear clients before destroying buffers.
2016-03-03 14:05:07 +00:00
client.cc
Rework container helpers, use pipe syntax and cleanup implementation
2016-03-08 21:35:56 +00:00
client.hh
Rework client redrawing, delay menu/info methods until next refresh
2016-03-07 23:11:59 +00: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
Add completion support for alias/unalias commands
2016-03-24 00:05:40 +00:00
command_manager.hh
Add completion support for alias/unalias commands
2016-03-24 00:05:40 +00:00
commands.cc
Add an alternative -shell-candidates shell completion support
2016-03-24 14:01:59 +00:00
commands.hh
Remove the exec_keys function
2015-12-27 23:15:09 +00:00
completion.cc
Remove trailing whitespaces
2015-11-19 16:31:00 +01:00
completion.hh
Rename prefix to query in complete helper function and tweak static_assert
2016-03-02 13:33:11 +00:00
containers.hh
Try to please gcc 4.8 with parenthesis instead of curly braces
2016-03-08 23:36:54 +00:00
context.cc
Remove direct access to ui, go through client
2016-02-27 17:23:13 +00:00
context.hh
Remove direct access to ui, go through client
2016-02-27 17:23:13 +00:00
coord.hh
coords/units hashing refactoring
2015-03-11 13:59:25 +00:00
diff.hh
Remove trailing whitespaces
2015-11-19 16:31:00 +01:00
display_buffer.cc
Initial, WIP spelling implementation
2015-12-17 04:07:49 +00:00
display_buffer.hh
Initial, WIP spelling implementation
2015-12-17 04:07:49 +00:00
enum.hh
Avoid a gcc warning in enum option_to_string impl
2016-02-29 20:15:23 +00: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
Rename set_signal_wrapper to set_signal_handler and tweak SignalHandler def
2016-01-10 20:46:15 +00:00
event_manager.hh
Rename set_signal_wrapper to set_signal_handler and tweak SignalHandler def
2016-01-10 20:46:15 +00: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
Rework container helpers, use pipe syntax and cleanup implementation
2016-03-08 21:35:56 +00:00
face_registry.hh
Fix face completion, avoid a spurious temporary
2016-02-12 19:14:06 +00:00
face.hh
Add an exclusive attribute that overrides existing face
2015-10-23 13:46:41 +01:00
file.cc
Rework container helpers, use pipe syntax and cleanup implementation
2016-03-08 21:35:56 +00:00
file.hh
Consolidate writing to fd
2015-11-27 13:50:40 +00:00
flags.hh
Move enum option handling in enum.hh and refactor enum options
2015-11-20 09:06:53 +00: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
Rework container helpers, use pipe syntax and cleanup implementation
2016-03-08 21:35:56 +00: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
Include tweak
2016-03-14 13:41:20 +00:00
highlighters.hh
Initial, WIP spelling implementation
2015-12-17 04:07:49 +00:00
hook_manager.cc
Write the hook parameter in the debug buffer on error in hook
2016-03-17 11:45:22 +00: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
Support getting back to original prefix with tab/shift-tab in prompts
2016-03-24 13:39:27 +00:00
input_handler.hh
User mappings and :exec are always executed in normal mode
2016-03-22 22:54:29 +00:00
insert_completer.cc
Use ByteCoords directly for buffer insert/erase/replace
2016-03-16 13:59:30 +00:00
insert_completer.hh
Cleanup InsertCompleter get rid of unneeded candidate vector copy
2015-12-28 00:18:38 +00:00
json_ui.cc
Support parsing booleans in json
2016-03-08 00:28:53 +00:00
json_ui.hh
Code cleanups
2016-03-14 13:41:20 +00: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
Support mosue event in key_to_str
2016-03-23 13:39:52 +00:00
keys.hh
Rework resize handling
2015-08-23 15:18:18 +01:00
line_modification.cc
Use ByteCoords directly for buffer insert/erase/replace
2016-03-16 13:59:30 +00:00
line_modification.hh
Rewrite line modifications, hopefully with easier to comprehend code
2015-01-31 23:50:24 +00:00
main.cc
Support an optional column param with the +<line>[:<column>] syntax
2016-03-15 13:21:28 +00:00
Makefile
Update Makefile for OSX build with homebrew ncurses
2016-03-10 15:07:50 +01: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
Remove forced redraw in ncurses ui
2016-03-24 13:19:36 +00:00
ncurses_ui.hh
Handle <c-l> redrawing on the server side
2016-03-07 21:44:50 +00:00
normal.cc
User mappings and :exec are always executed in normal mode
2016-03-22 22:54:29 +00: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
Include tweak
2016-03-14 13:41:20 +00:00
option_types.hh
Use markup for line-flags instead of a single face
2015-12-12 23:16:07 +00: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
Tweak RankedMatch ordering, give priority to prefix matches
2016-03-02 13:30:54 +00:00
ranked_match.hh
Take subsequence matches index when sorting RankedMatch
2016-02-28 23:05:51 +00:00
ref_ptr.hh
Fix input mode keep alive handling, use a refcount for input modes
2015-12-12 23:51:51 +00:00
regex.cc
String usage cleanups
2016-02-04 23:54:22 +00:00
regex.hh
String usage cleanups
2016-02-04 23:54:22 +00:00
register_manager.cc
Refactor registers to initialize all of them at startup and add null register
2015-11-25 21:48:17 +00:00
register_manager.hh
Refactor registers to initialize all of them at startup and add null register
2015-11-25 21:48:17 +00:00
remote.cc
Handle <c-l> redrawing on the server side
2016-03-07 21:44:50 +00: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
Use ByteCoords directly for buffer insert/erase/replace
2016-03-16 13:59:30 +00:00
selection.hh
Fix uses of non-keyword logical operators (replace &&, || and ! with and, or and not)
2015-12-27 23:28:34 +00:00
selectors.cc
Rework container helpers, use pipe syntax and cleanup implementation
2016-03-08 21:35:56 +00:00
selectors.hh
Tweak useage of skip_while and move the functions in utils.hh
2016-03-06 15:12:36 +00:00
shared_string.cc
dont intern SharedStrings but StringDataPtr
2016-02-05 00:20:45 +00:00
shared_string.hh
Get rid of SharedString
2016-02-05 09:38:33 +00:00
shell_manager.cc
Code cleanup
2016-02-28 18:30:35 +00: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
Do not allow / in highlighter names as it is used for hierachies
2016-02-13 12:59:27 +00:00
string.hh
Do not allow / in highlighter names as it is used for hierachies
2016-02-13 12:59:27 +00:00
unicode.hh
Move is_basic_alpha to unicode.hh
2015-11-15 13:24:39 +00: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
Fix uses of non-keyword logical operators (replace &&, || and ! with and, or and not)
2015-12-27 23:28:34 +00:00
unordered_map.hh
Fix UnorderedSet allocator
2015-04-16 23:46:26 +01:00
user_interface.hh
Handle <c-l> redrawing on the server side
2016-03-07 21:44:50 +00:00
utf8_iterator.hh
Make word insert completion work better with unicode char
2015-10-30 13:57:46 +00:00
utf8.hh
More string usage cleanup
2016-02-05 09:13:07 +00:00
utils.hh
Tweak useage of skip_while and move the functions in utils.hh
2016-03-06 15:12:36 +00:00
value.hh
Fix Value constructor, we never want to create reference values
2016-03-06 15:12:36 +00:00
vector.hh
Try to fix travis compilation errors
2015-01-21 13:35:23 +00:00
window.cc
Remove direct access to ui, go through client
2016-02-27 17:23:13 +00:00
window.hh
Do not use a hash to determine if a window must be redrawn
2016-02-03 09:51:56 +00:00
word_db.cc
Use ByteCoords directly for buffer insert/erase/replace
2016-03-16 13:59:30 +00:00
word_db.hh
Get rid of SharedString
2016-02-05 09:38:33 +00:00