index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-07-27
Avoid underlying iterator copies in utf8_iterator
Maxime Coste
2016-07-27
Ensure we cannot call StringView::StringView{Codepoint}
Maxime Coste
2016-07-27
Avoid repeated calls to context.selections() in highlight_selections
Maxime Coste
2016-07-27
Merge remote-tracking branch 'lenormf/fix-timespec-conversion'
Maxime Coste
2016-07-27
Revert "Try to disambiguate timespec as a struct"
Maxime Coste
2016-07-27
Try to disambiguate timespec as a struct
Maxime Coste
2016-07-27
Fix use of dead string memory and quick cleanup
Maxime Coste
2016-07-27
Merge remote-tracking branch 'lenormf/select-arbitrary-punctuation'
Maxime Coste
2016-07-27
Add missing <time.h> header so that timespec is well defined
Maxime Coste
2016-07-27
Rework SelectionList::check_invariant
Maxime Coste
2016-07-26
Rework compute_modified_ranges
Maxime Coste
2016-07-26
Allow selection primitives to use arbitrary punctuation signs
Frank LENORMAND
2016-07-26
Use explicit initialization of the `timespec` object to fix compilation on ol...
Frank LENORMAND
2016-07-24
Display some information when moving in history
Maxime Coste
2016-07-24
Add 'session' command to change remote session name
Enrico Lumetti
2016-07-24
Support for going backward/forward in buffer history with <a-u>/<a-U>
Maxime Coste
2016-07-24
Support counts for undo/redo
Maxime Coste
2016-07-24
Support moving between arbitrary history nodes
Maxime Coste
2016-07-24
Store creation timepoint in HistoryNode
Maxime Coste
2016-07-24
Introduce chrono.hh
Maxime Coste
2016-07-24
Set memory domains for Buffer::HistoryNode
Maxime Coste
2016-07-24
Store buffer undo/redo information in a tree instead of a vector
Maxime Coste
2016-07-24
Merge remote-tracking branch 'lenormf/readonly-mode'
Maxime Coste
2016-07-24
Replace C-style operators with their alphabetical equivalent
Frank LENORMAND
2016-07-23
Use a more appropriate error message with unlogical flag combinations
Frank LENORMAND
2016-07-23
Warn the user when flag combinations don't make sense
Frank LENORMAND
2016-07-23
Implement a `readonly` mode
Frank LENORMAND
2016-07-15
Add sanity check
Maxime Coste
2016-07-15
Faster implementation of utf8::advance not copying iterators at each step
Maxime Coste
2016-07-15
Avoid postfix increment in utf8::distance
Maxime Coste
2016-07-15
Make buffer iterator iteration/dereference faster
Maxime Coste
2016-07-14
Ensure selections are sorted and non overlapping in selections_list_from_string
Maxime Coste
2016-07-13
Clamp selection generated in selection_list_from_string
Maxime Coste
2016-07-11
Do not throw when recursive hook calls are detected
Maxime Coste
2016-07-10
Ensure buffer create/close hooks are run at appropriate times
Maxime Coste
2016-07-08
Keep modified selections in non-draft exec/eval -itersel
Maxime Coste
2016-07-05
Use named keys for Return and Tab instead of <c-m> and <c-i>
Maxime Coste
2016-07-04
Improve robustness of json parsing and execution
Maxime Coste
2016-07-04
Avoid possible access to an invalid, being deleted buffer list.
Maxime Coste
2016-07-04
Refactor Optional::operator==
Maxime Coste
2016-06-30
Support Resize modifiers in key_to_str
Maxime Coste
2016-06-29
Try to make the json ui more tolerant with the json input
Maxime Coste
2016-06-28
Change end of line format detection logic to match vims
Maxime Coste
2016-06-27
Fix a warning about the forward declaration of SelectionList
Frank LENORMAND
2016-06-27
Use tparm instead of tiparm as built in OSX ncurses does not support it
Maxime Coste
2016-06-27
Detect recursive hook run and abort in that case
Maxime Coste
2016-06-22
Refactor context_wrap to share more code between draft/non draft case
Maxime Coste
2016-06-22
Add an Optional::emplace method
Maxime Coste
2016-06-22
Go back to saving built-in registers by default in non draft :exec/:eval
Maxime Coste
2016-06-22
Do not go backward to when selecting to end of line from the end of line
Maxime Coste
[prev]
[next]