.. |
.gdbinit
|
update gdbinit
|
2014-01-27 19:51:58 +00:00 |
alias_registry.cc
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
alias_registry.hh
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
array_view.hh
|
Add a from C array constructor to ArrayView
|
2015-02-06 23:22:01 +00:00 |
assert.cc
|
Fix missing include in assert.cc
|
2014-11-20 19:32:58 +00:00 |
assert.hh
|
rename assert to kak_assert to avoid collisions
|
2013-04-09 20:04:11 +02:00 |
buffer_manager.cc
|
Try to improve ga behaviour
|
2015-01-26 19:40:48 +00:00 |
buffer_manager.hh
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
buffer_utils.cc
|
Avoid temporary strings on buffer load/reload
|
2015-01-22 13:39:29 +00:00 |
buffer_utils.hh
|
Remove trailing blank lines
|
2014-12-23 23:00:20 +00:00 |
buffer.cc
|
Fix compile warnings on OSX that could actually be errors
|
2015-02-06 09:12:05 -05:00 |
buffer.hh
|
Tweak Buffer::Change layout
|
2015-01-29 22:44:07 +00:00 |
buffer.inl.hh
|
Rename memoryview to ArrayView
|
2015-01-06 13:43:37 +00:00 |
client_manager.cc
|
Release display buffers when a window is added to free list
|
2015-01-26 19:41:10 +00:00 |
client_manager.hh
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
client.cc
|
Small formatting fixes
|
2014-12-29 12:19:16 +00:00 |
client.hh
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
color.cc
|
Refactor color functions
|
2014-12-27 12:09:28 +00:00 |
color.hh
|
Do not hash rgb values for non rgb colors
|
2015-02-10 22:53:37 +00:00 |
command_manager.cc
|
Add optional helper for commands, to get parameter dependent help
|
2015-02-08 19:04:20 +00:00 |
command_manager.hh
|
Add optional helper for commands, to get parameter dependent help
|
2015-02-08 19:04:20 +00:00 |
commands.cc
|
Add optional helper for commands, to get parameter dependent help
|
2015-02-08 19:04:20 +00:00 |
commands.hh
|
Rename memoryview to ArrayView
|
2015-01-06 13:43:37 +00:00 |
completion.cc
|
Use StringView for completion functions
|
2014-04-18 14:02:14 +01:00 |
completion.hh
|
Track String memory allocations
|
2015-01-09 13:57:21 +00:00 |
containers.hh
|
Tweak id_map implementation
|
2014-12-23 22:15:25 +00:00 |
context.cc
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
context.hh
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
coord.hh
|
Rework hashing, use a more extensible framework similar to n3876 proposal
|
2014-12-16 18:57:19 +00:00 |
debug.cc
|
Fix write_debug with no debug buffer and multiple lines
|
2015-01-20 19:57:17 +00:00 |
debug.hh
|
Cleanup includes
|
2014-11-12 21:27:07 +00:00 |
display_buffer.cc
|
Cleanup includes
|
2014-11-12 21:27:07 +00:00 |
display_buffer.hh
|
Add Display memory domain
|
2015-01-21 13:35:46 +00:00 |
env_vars.cc
|
Cleanup includes
|
2014-11-12 21:27:07 +00:00 |
env_vars.hh
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
event_manager.cc
|
Move containers utils to containers.hh and add filtered/transformed utils
|
2014-12-23 13:40:26 +00:00 |
event_manager.hh
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
exception.cc
|
exceptions: use const char* what() instead of String description()
|
2013-04-11 13:57:35 +02:00 |
exception.hh
|
exceptions: use const char* what() instead of String description()
|
2013-04-11 13:57:35 +02:00 |
face_registry.cc
|
Unify completion from container content logic
|
2014-12-23 13:54:09 +00:00 |
face_registry.hh
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
face.hh
|
Remove trailing blank lines
|
2014-12-23 23:00:20 +00:00 |
file.cc
|
Extract directory/filename splitting in a function
|
2015-02-06 13:47:19 +00:00 |
file.hh
|
Track String memory allocations
|
2015-01-09 13:57:21 +00:00 |
flags.hh
|
Tweak flags implementation
|
2014-11-04 22:23:27 +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
|
Use parameter pack to that the default hash_value is the worst match
|
2015-02-07 20:15:22 +00:00 |
highlighter_group.cc
|
Unify completion from container content logic
|
2014-12-23 13:54:09 +00:00 |
highlighter_group.hh
|
Some more memory tracking
|
2015-01-12 13:32:14 +00:00 |
highlighter.hh
|
Rename memoryview to ArrayView
|
2015-01-06 13:43:37 +00:00 |
highlighters.cc
|
Extend line numbering max width to 15 char
|
2015-02-03 13:44:42 +00:00 |
highlighters.hh
|
sort includes directives
|
2013-04-09 20:05:40 +02:00 |
hook_manager.cc
|
Rename id_map to IdMap
|
2014-12-23 22:51:00 +00:00 |
hook_manager.hh
|
Yet more tracking
|
2015-01-12 13:45:44 +00:00 |
id_map.hh
|
Add initial memory domain allocation tracking support
|
2015-01-07 19:29:31 +00:00 |
input_handler.cc
|
Add history memory domain
|
2015-01-28 22:33:29 +00:00 |
input_handler.hh
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
insert_completer.cc
|
Keep all completion matches when selecting a candidate
|
2015-01-27 13:12:52 +00:00 |
insert_completer.hh
|
Some more memory tracking
|
2015-01-12 13:32:14 +00:00 |
keymap_manager.cc
|
Rename memoryview to ArrayView
|
2015-01-06 13:43:37 +00:00 |
keymap_manager.hh
|
Yet more tracking
|
2015-01-12 13:45:44 +00:00 |
keys.cc
|
Use a struct KeyAndName rather than a std::pair
|
2014-12-29 17:18:42 +00:00 |
keys.hh
|
Yet more tracking
|
2015-01-12 13:45:44 +00:00 |
line_modification.cc
|
Fixes in line_modification change, along with style tweak
|
2015-02-01 22:33:59 +00:00 |
line_modification.hh
|
Rewrite line modifications, hopefully with easier to comprehend code
|
2015-01-31 23:50:24 +00:00 |
main.cc
|
Improve code compatibility
|
2015-02-02 18:46:55 +00:00 |
Makefile
|
-rdynamic does not work on gcc 4.9 under cygwin
|
2015-01-13 13:50:16 +00:00 |
memory.cc
|
refactor slighly memory domain handling
|
2015-01-12 19:48:51 +00:00 |
memory.hh
|
Add history memory domain
|
2015-01-28 22:33:29 +00:00 |
ncurses_ui.cc
|
Replace some <cstring> function usage with c++ algorithms
|
2015-02-10 23:09:30 +00:00 |
ncurses_ui.hh
|
Refactor ncurses assistant option handling
|
2015-02-09 13:33:54 +00:00 |
normal.cc
|
Avoid selecting buffer end when copying selection to next line
|
2015-02-06 22:04:42 +00:00 |
normal.hh
|
Rework hashing, use a more extensible framework similar to n3876 proposal
|
2014-12-16 18:57:19 +00:00 |
option_manager.cc
|
Yet more StringView params, less const String&
|
2014-11-16 20:55:36 +00:00 |
option_manager.hh
|
Some more memory tracking
|
2015-01-12 13:32:14 +00:00 |
option_types.hh
|
Fix error message in tuple option parsing
|
2015-01-22 13:10:21 +00:00 |
optional.hh
|
Minor code tweak in optional.hh
|
2014-12-25 10:59:06 +00:00 |
parameters_parser.cc
|
Fix handling of -- in parameter parser
|
2014-08-26 22:10:54 +01:00 |
parameters_parser.hh
|
Yet more tracking
|
2015-01-12 13:45:44 +00:00 |
ref_ptr.hh
|
Replace std::shared_ptr with homemade, intrusive, ref_ptr
|
2015-01-18 18:23:58 +00:00 |
regex.cc
|
Refactor regex uses, do not reference boost except in regex.hh
|
2014-10-13 13:14:23 +01:00 |
regex.hh
|
Remove trailing blank lines
|
2014-12-23 23:00:20 +00:00 |
register_manager.cc
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
register_manager.hh
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
register.hh
|
Rename memoryview to ArrayView
|
2015-01-06 13:43:37 +00:00 |
remote.cc
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
remote.hh
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
safe_ptr.cc
|
Make safe_ptr able to track callstacks
|
2014-08-12 19:18:10 +01:00 |
safe_ptr.hh
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
scope.hh
|
Unify completion from container content logic
|
2014-12-23 13:54:09 +00:00 |
selection.cc
|
Fix selecting of insert text in SelectionList::insert
|
2015-02-09 21:09:17 +00:00 |
selection.hh
|
Add support for per type default memory domain
|
2015-01-16 13:58:21 +00:00 |
selectors.cc
|
Regex selectors more tolerant to matches not ending on char boundaries
|
2015-02-02 22:54:05 +00:00 |
selectors.hh
|
Regex selectors more tolerant to matches not ending on char boundaries
|
2015-02-02 22:54:05 +00:00 |
shared_string.cc
|
rename SharedString::Storage to StringStorage and use directly in Buffer
|
2015-01-19 19:31:56 +00:00 |
shared_string.hh
|
Replace some <cstring> function usage with c++ algorithms
|
2015-02-10 23:09:30 +00:00 |
shell_manager.cc
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
shell_manager.hh
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
string.cc
|
Replace some <cstring> function usage with c++ algorithms
|
2015-02-10 23:09:30 +00:00 |
string.hh
|
Replace some <cstring> function usage with c++ algorithms
|
2015-02-10 23:09:30 +00:00 |
unicode.hh
|
Use wide character function for categorizing codepoints
|
2014-01-05 15:14:58 +00:00 |
unit_tests.cc
|
Rewrite line modifications, hopefully with easier to comprehend code
|
2015-01-31 23:50:24 +00:00 |
units.hh
|
Rework hashing, use a more extensible framework similar to n3876 proposal
|
2014-12-16 18:57:19 +00:00 |
unordered_map.hh
|
Try to fix travis compilation errors
|
2015-01-21 13:35:23 +00:00 |
user_interface.hh
|
Even more memory tracking
|
2015-01-14 19:16:32 +00:00 |
utf8_iterator.hh
|
Use Pass as default policy for invalid utf8 avoid asserting on that
|
2014-10-13 21:07:23 +01:00 |
utf8.hh
|
Use Pass as default policy for invalid utf8 avoid asserting on that
|
2014-10-13 21:07:23 +01:00 |
utils.hh
|
Move containers utils to containers.hh and add filtered/transformed utils
|
2014-12-23 13:40:26 +00:00 |
value.hh
|
Add helper for overloading operator new/delete
|
2015-01-18 18:49:32 +00:00 |
vector.hh
|
Try to fix travis compilation errors
|
2015-01-21 13:35:23 +00:00 |
window.cc
|
Do not register timers for transient input handlers
|
2014-12-18 23:12:58 +00:00 |
window.hh
|
Release display buffers when a window is added to free list
|
2015-01-26 19:41:10 +00:00 |
word_db.cc
|
Fix too strict assert and unneeded (lets hope) check
|
2015-02-03 23:39:04 +00:00 |
word_db.hh
|
Store direct ref_ptr<StringStorage> for WordDB lines
|
2015-01-27 13:12:52 +00:00 |