.. |
rc
|
add date information to git-blame
|
2013-04-02 18:57:02 +02:00 |
.gdbinit
|
gdb: do not catch throw, but break when constructing an assert_failed exception
|
2012-04-03 13:42:20 +00:00 |
assert.cc
|
assert: add some debug info in the message
|
2013-01-23 13:45:44 +01:00 |
assert.hh
|
Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code
|
2013-02-27 19:02:01 +01:00 |
buffer_iterator.inl.hh
|
BufferIterator: allow operator{==,!=} for different buffers
|
2013-04-09 14:28:03 +02:00 |
buffer_manager.cc
|
move absolute path logic to Buffer class
|
2013-03-25 19:58:23 +01:00 |
buffer_manager.hh
|
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
|
2013-03-21 19:09:31 +01:00 |
buffer.cc
|
do not check buffer invariant in do_{erase,insert} as this cause O(n²) behaviour
|
2013-04-04 14:04:37 +02:00 |
buffer.hh
|
do not check buffer invariant in do_{erase,insert} as this cause O(n²) behaviour
|
2013-04-04 14:04:37 +02:00 |
client_manager.cc
|
UserInterface: status line messages are now DisplayLines
|
2013-04-04 18:50:00 +02:00 |
client_manager.hh
|
ClientManager: move the Client inner class detail in the cpp file
|
2013-02-07 19:25:42 +01:00 |
color_registry.cc
|
tweak prompt text
|
2013-04-06 15:43:33 +02:00 |
color_registry.hh
|
Add get_color helper function
|
2013-04-04 18:47:34 +02:00 |
color.cc
|
Add support for tuple Options, implement LineAndFlag using that
|
2013-03-29 19:35:48 +01:00 |
color.hh
|
Add support for tuple Options, implement LineAndFlag using that
|
2013-03-29 19:35:48 +01:00 |
command_manager.cc
|
CommandManager: fix some crashes
|
2013-03-19 18:58:21 +01:00 |
command_manager.hh
|
fix compilation with clang++
|
2013-04-03 18:51:40 +02:00 |
commands.cc
|
force redraw window if needed in context_wrap
|
2013-04-09 14:21:48 +02:00 |
commands.hh
|
expose exec_keys function in commands.hh
|
2013-02-18 18:57:08 +01:00 |
completion.hh
|
move complete_filename to file.cc
|
2013-03-13 19:39:38 +01:00 |
context.hh
|
Context: push_jump does not allow the same jump to be present multiple times
|
2013-04-09 14:29:28 +02:00 |
debug.cc
|
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
|
2013-03-21 19:09:31 +01:00 |
debug.hh
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
display_buffer.cc
|
UserInterface: status line messages are now DisplayLines
|
2013-04-04 18:50:00 +02:00 |
display_buffer.hh
|
UserInterface: status line messages are now DisplayLines
|
2013-04-04 18:50:00 +02:00 |
dynamic_selection_list.cc
|
Move change listener registration to BufferChangeListener_AutoRegister
|
2013-03-31 14:53:32 +02:00 |
dynamic_selection_list.hh
|
compile with -pedantic option and fix warnings
|
2013-04-04 14:04:37 +02:00 |
editor.cc
|
do not check buffer invariant in do_{erase,insert} as this cause O(n²) behaviour
|
2013-04-04 14:04:37 +02:00 |
editor.hh
|
do not check buffer invariant in do_{erase,insert} as this cause O(n²) behaviour
|
2013-04-04 14:04:37 +02:00 |
event_manager.cc
|
Remove Set and use unordered_set
|
2013-01-31 18:58:25 +01:00 |
event_manager.hh
|
Remove Set and use unordered_set
|
2013-01-31 18:58:25 +01:00 |
exception.cc
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
exception.hh
|
add override markers
|
2012-09-04 00:17:41 +02:00 |
file.cc
|
Always use absolute path for file buffer names, compact paths for display
|
2013-03-25 19:11:26 +01:00 |
file.hh
|
Always use absolute path for file buffer names, compact paths for display
|
2013-03-25 19:11:26 +01:00 |
filter.hh
|
Merge {Filter,Highlighter}Group in a FunctionGroup template
|
2013-03-27 13:45:22 +01:00 |
filters.cc
|
Merge {Filter,Highlighter}Group in a FunctionGroup template
|
2013-03-27 13:45:22 +01:00 |
filters.hh
|
Refactor filter and highlighter registry into a common template
|
2012-11-23 13:40:20 +01:00 |
function_group.hh
|
idvaluemap, FunctionGroup: consitfy completion methods
|
2013-03-27 14:09:09 +01:00 |
function_registry.hh
|
Refactor filter and highlighter registry into a common template
|
2012-11-23 13:40:20 +01:00 |
highlighter.hh
|
FlagLines updates the lines in the option according to buffer modifications
|
2013-03-31 14:53:32 +02:00 |
highlighters.cc
|
Add get_color helper function
|
2013-04-04 18:47:34 +02:00 |
highlighters.hh
|
Add support for tuple Options, implement LineAndFlag using that
|
2013-03-29 19:35:48 +01:00 |
hook_manager.cc
|
Hooks now takes a non-const context
|
2013-01-17 13:45:43 +01:00 |
hook_manager.hh
|
Fix class/struct mismatches
|
2013-02-18 14:00:43 +01:00 |
idvaluemap.hh
|
idvaluemap: minor style changes
|
2013-03-27 18:42:00 +01:00 |
input_handler.cc
|
Dynamically change prompt color for regex prompt depending on regex validity
|
2013-04-04 19:09:34 +02:00 |
input_handler.hh
|
Dynamically change prompt color for regex prompt depending on regex validity
|
2013-04-04 19:09:34 +02:00 |
kakrc
|
kakrc: define colorscheme before sourcing user config
|
2013-03-29 19:35:48 +01:00 |
keys.cc
|
add <lt> and <gt> key name
|
2013-04-02 18:41:45 +02:00 |
keys.hh
|
Add support for Home/End key in prompts
|
2013-02-19 13:50:27 +01:00 |
line_and_column.hh
|
LineAndColumn::operator+= is not constexpr
|
2013-01-22 14:28:43 +01:00 |
main.cc
|
gg is back to goto top
|
2013-04-09 19:32:26 +02:00 |
Makefile
|
compile with -pedantic option and fix warnings
|
2013-04-04 14:04:37 +02:00 |
memoryview.hh
|
memoryview: include cstddef for size_t
|
2012-10-20 16:40:12 +02:00 |
ncurses.cc
|
UserInterface: status line messages are now DisplayLines
|
2013-04-04 18:50:00 +02:00 |
ncurses.hh
|
UserInterface: status line messages are now DisplayLines
|
2013-04-04 18:50:00 +02:00 |
option_manager.cc
|
Set default shell to bash, as most kak files requires it
|
2013-04-01 03:49:30 +02:00 |
option_manager.hh
|
add an OptionManagerWatcher_AutoRegister class
|
2013-04-02 13:57:04 +02:00 |
option_types.hh
|
Change list separators to ; and tuple separators to |
|
2013-04-02 18:56:09 +02:00 |
parameters_parser.cc
|
ParameterParser takes flags
|
2013-04-02 14:22:55 +02:00 |
parameters_parser.hh
|
fix compilation with clang++
|
2013-04-03 18:51:40 +02:00 |
register_manager.cc
|
add override markers
|
2012-09-04 00:17:41 +02:00 |
register_manager.hh
|
Registers need a context to return their values
|
2012-08-05 20:13:41 +02:00 |
register.hh
|
Fix class/struct mismatches
|
2013-02-18 14:00:43 +01:00 |
remote.cc
|
UserInterface: status line messages are now DisplayLines
|
2013-04-04 18:50:00 +02:00 |
remote.hh
|
move remoting code to remote.cc
|
2013-03-14 10:23:35 +01:00 |
selection.cc
|
Add String Range::content() const
|
2013-02-27 19:11:25 +01:00 |
selection.hh
|
Add String Range::content() const
|
2013-02-27 19:11:25 +01:00 |
selectors.cc
|
refactor regex based selectors, move regex construction out of them
|
2013-04-05 19:28:08 +02:00 |
selectors.hh
|
refactor regex based selectors, move regex construction out of them
|
2013-04-05 19:28:08 +02:00 |
shell_manager.cc
|
String: inherit from std::string rather than using it as a backend
|
2013-03-29 19:35:48 +01:00 |
shell_manager.hh
|
Fix class/struct mismatches
|
2013-02-18 14:00:43 +01:00 |
string.cc
|
Add support for tuple Options, implement LineAndFlag using that
|
2013-03-29 19:35:48 +01:00 |
string.hh
|
fix String::String(Codepoint, CharCount)
|
2013-04-02 13:42:24 +02:00 |
unicode.hh
|
use std::isalnum for is_word implementation in order to support unicode
|
2013-02-26 18:54:11 +01:00 |
unit_tests.cc
|
refactor regex based selectors, move regex construction out of them
|
2013-04-05 19:28:08 +02:00 |
units.hh
|
use only one constructor with a default parameter for units
|
2013-03-27 18:42:38 +01:00 |
user_interface.hh
|
UserInterface: status line messages are now DisplayLines
|
2013-04-04 18:50:00 +02:00 |
utf8_iterator.hh
|
Add utf8_iterator::advance(CharCount, utf8_iterator end)
|
2013-03-06 19:03:43 +01:00 |
utf8.hh
|
utf8::dump uses a copy of the output iterator instead of a reference
|
2013-02-27 23:50:33 +01:00 |
utils.hh
|
OnScopeEnd: move parameter instead of copying it
|
2013-04-02 14:03:22 +02:00 |
window.cc
|
Add an 'insert_hide_sel' option, which hides selection when inserting
|
2013-03-19 14:04:24 +01:00 |
window.hh
|
Window: move highlighters after options so that they can reference it
|
2013-04-02 13:58:04 +02:00 |