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
2018-05-17
Merge remote-tracking branch 'Screwtapello/newlines-after-json-errors'
Maxime Coste
2018-05-17
Avoid needless constant allocation in StaticRegister::set
Maxime Coste
2018-05-17
compute_line_modifications: avoid potentially long iteration
Maxime Coste
2018-05-17
Handle all pending events before redrawing
Maxime Coste
2018-05-16
Print a newline after errors in the JSON UI.
Tim Allen
2018-05-14
Rename Context::Flags::Transient to Context::Flags::Draft
Maxime Coste
2018-05-14
Do not push jumps implicitely in transient contexts
Maxime Coste
2018-05-09
Fix performance problem when generating many values for # register
Maxime Coste
2018-05-09
Mark Client, Window, Buffer and OptionManager as final
Maxime Coste
2018-05-08
Store the timestamp at which a display buffer was generated
Maxime Coste
2018-05-07
Fix wrong behaviour in select surrounding
Maxime Coste
2018-05-05
Remove out of date noexcept(false) on MessageWriter destructor
Maxime Coste
2018-05-05
Do not let exception propagate out of register restoring lambda
Maxime Coste
2018-05-03
Add support for explicit menu selection from the UI
Maxime Coste
2018-05-03
JsonUI: Add support for a "mouse" RPC calls from the UI
Maxime Coste
2018-05-03
Tweak the way register restorers are created to try to fix OSX compilation
Maxime Coste
2018-05-02
Refactor buffer undo tree
Maxime Coste
2018-05-01
Move ScopedEdition to context_wrap
Maxime Coste
2018-05-01
Replace RegisterRestorer with a on_scope_end + lambda
Maxime Coste
2018-05-01
Make OnScopeEnd valid even when non-copy elided
Maxime Coste
2018-04-30
Fix wrong use of constexpr
Maxime Coste
2018-04-29
Fix tests after changes to json_ui output
Maxime Coste
2018-04-29
Fix crash on quitting
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-29
Rename move to move_cursor
Maxime Coste
2018-04-29
JsonUI: add support for set_ui_options RPC call
Maxime Coste
2018-04-29
Remove implicit conversion from String to DisplayAtom/DisplayLine
Maxime Coste
2018-04-29
Regex: small code style tweak
Maxime Coste
2018-04-29
Regex: Use only 128 characters in start desc and encode others as 0
Maxime Coste
2018-04-29
Regex: Use a custom 'DualThreadStack' structure to hold thread info
Maxime Coste
2018-04-28
Docs: add exhaustive list of scoped objects
Delapouite
2018-04-28
Merge remote-tracking branch 'Delapouite/unnamed-client' into HEAD
Maxime Coste
2018-04-28
Merge remote-tracking branch 'lenormf/regex-format-string' into HEAD
Maxime Coste
2018-04-28
fix potential overflow in dump_regex
Maxime Coste
2018-04-27
regex_impl: Fix a potential format string flaw
Frank LENORMAND
2018-04-27
Add a debug regex command to dump regex instructions
Maxime Coste
2018-04-27
Use indices instead of pointers for saves/instruction in ThreadedRegexVM
Maxime Coste
2018-04-26
Add a -always switch to hook command to ignore hooks disabled
Maxime Coste
2018-04-25
Reserve data for # register
Maxime Coste
2018-04-25
Refactor RegexIterator::next to directly use a ThreadedRegexVM
Maxime Coste
2018-04-25
Regex: Refactor ThreadedRegexVM state handling
Maxime Coste
2018-04-23
Change client default name: "unnamed0" → "client0"
Delapouite
2018-04-22
remove dragonflybsd specific logic since pkg-config works perfectly fine now
Stephen Hassard
2018-04-19
Complete word from the current buffer in regex_prompt
Maxime Coste
2018-04-19
Move get_word_db to word_db.cc
Maxime Coste
2018-04-19
Extract a for_n_best algorithm from completion function
Maxime Coste
2018-04-19
Fix handling of local client quitting during its creation
Maxime Coste
2018-04-14
Makefile: use git-describe to get the version string
Maxime Coste
2018-04-14
Update startup message and include released version in it
Maxime Coste
2018-04-11
NCursesUI: Add support for shifted function keys
Maxime Coste
[prev]
[next]