home/src
2016-03-02 13:14:21 +00:00
..
.gdbinit
alias_registry.cc
alias_registry.hh
array_view.hh
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
buffer_manager.cc
buffer_manager.hh
buffer_utils.cc Consolidate writing to fd 2015-11-27 13:50:40 +00:00
buffer_utils.hh Refactor use selection as search pattern implementation 2016-02-17 23:40:14 +00:00
buffer.cc dont intern SharedStrings but StringDataPtr 2016-02-05 00:20:45 +00:00
buffer.hh Make BufferIterator::operator* return a const ref to be more compatible 2016-01-27 08:27:23 +00:00
buffer.inl.hh Make BufferIterator::operator* return a const ref to be more compatible 2016-01-27 08:27:23 +00:00
client_manager.cc Remove direct access to ui, go through client 2016-02-27 17:23:13 +00:00
client_manager.hh
client.cc Use the general code path for reload info box handling in Client 2016-03-02 13:14:21 +00:00
client.hh Remove direct access to ui, go through client 2016-02-27 17:23:13 +00:00
color.cc
color.hh Move Colors enum class as NamedColor enum inside Color struct 2015-04-25 10:47:39 +01:00
command_manager.cc Optimize the dynregex case where the expression refers directly to a regex option 2015-12-12 06:50:58 +00:00
command_manager.hh Optimize the dynregex case where the expression refers directly to a regex option 2015-12-12 06:50:58 +00:00
commands.cc Remove direct access to ui, go through client 2016-02-27 17:23:13 +00:00
commands.hh Remove the exec_keys function 2015-12-27 23:15:09 +00:00
completion.cc
completion.hh Fix use of dead temporary strings in completions 2016-02-10 13:33:49 +00:00
containers.hh Code cleanup 2016-02-28 18:30:35 +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
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
env_vars.hh
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.hh
face_registry.cc Fix face completion, avoid a spurious temporary 2016-02-12 19:14:06 +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 Fix "unused result" warnings for several system calls. 2015-12-10 11:00:10 +03: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
hash.hh
highlighter_group.cc Do not allow / in highlighter names as it is used for hierachies 2016-02-13 12:59:27 +00:00
highlighter_group.hh
highlighter.hh Remove redundant forward declaration 2015-06-01 18:33:08 +01:00
highlighters.cc Fix the name of ranges highlighters upon initialization 2016-01-16 21:12:01 +02:00
highlighters.hh Initial, WIP spelling implementation 2015-12-17 04:07:49 +00:00
hook_manager.cc Add a profiling debug flag to get timings for hooks/shell eval 2015-11-21 12:11:19 +00:00
hook_manager.hh
id_map.hh
input_handler.cc Remove direct access to ui, go through client 2016-02-27 17:23:13 +00:00
input_handler.hh Remove direct access to ui, go through client 2016-02-27 17:23:13 +00:00
insert_completer.cc Code cleanup 2016-02-28 18:30:35 +00:00
insert_completer.hh Cleanup InsertCompleter get rid of unneeded candidate vector copy 2015-12-28 00:18:38 +00:00
keymap_manager.cc
keymap_manager.hh
keys.cc More string usage cleanup 2016-02-05 09:13:07 +00:00
keys.hh
line_modification.cc Fix uses of non-keyword logical operators (replace &&, || and ! with and, or and not) 2015-12-27 23:28:34 +00:00
line_modification.hh
main.cc Ensure the BufferManager is destroyed first so that buffer hooks can access other managers 2016-03-02 13:12:14 +00:00
Makefile Disable interactive mode when moving documentation manpages 2016-02-18 14:53:14 +02:00
memory.cc refactor slighly memory domain handling 2015-01-12 19:48:51 +00:00
memory.hh
ncurses_ui.cc Slight refactor in ncurses_ui, group info and menu data in structs 2016-02-27 17:22:31 +00:00
ncurses_ui.hh Slight refactor in ncurses_ui, group info and menu data in structs 2016-02-27 17:22:31 +00:00
normal.cc Remove code that should not have been commited 2016-02-29 22:16:59 +00:00
normal.hh
option_manager.cc
option_manager.hh Support validating some options values before setting them 2016-02-11 22:07:18 +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
parameters_parser.cc
parameters_parser.hh
ranked_match.cc Take subsequence matches index when sorting RankedMatch 2016-02-28 23:05:51 +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 Use a custom SSO aware string backend 2016-02-10 09:44:42 +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
selection.cc Slight refactor in selection update code 2015-12-17 04:56:44 +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 Support user given text objects 2016-01-28 19:30:34 +00:00
selectors.hh Notify when searching for next match wraps around buffer 2016-02-29 13:50:18 +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
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
unit_tests.cc
unit_tests.hh
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
user_interface.hh
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 utils.hh, remove unused index sequence 2016-02-18 09:53:01 +00:00
value.hh
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 Get rid of SharedString 2016-02-05 09:38:33 +00:00
word_db.hh Get rid of SharedString 2016-02-05 09:38:33 +00:00