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-07-04
src: Add a `-sync` flag to the write commands
Frank LENORMAND
2018-06-30
src: Fix cycle hogging when using `C` at EOF
Frank LENORMAND
2018-06-28
Fix wrong logic for moving filedescriptors leading to closed stdin
Maxime Coste
2018-06-24
Use a dedicated vm op for dot when match-newline is false
Olivier Perret
2018-06-24
Use bit-flags for storing regex regex options
Olivier Perret
2018-06-24
Add support for regex flag to toggle dot-matches-newline
Olivier Perret
2018-06-21
Refactor the way main selection is determined after rotating contents
Maxime Coste
2018-06-20
Pass in OpenBSD binary path using preprocessor option
dahlbaek
2018-06-20
Remove extraneous include for openbsd
Patrick Marchand
2018-06-20
Adds openbsd support
Patrick Marchand
2018-06-20
Tweak search style menu completion display
Maxime Coste
2018-06-20
Do not draw menu if it would hide prompt content
Maxime Coste
2018-06-19
Change Search completion to display on top of the modeline
Maxime Coste
2018-06-19
Fix two <s-tab> requiered to access last completion in prompt
Maxime Coste
2018-06-13
Fix edit -fifo without -scroll when the buffer is already opened
Maxime Coste
2018-06-13
Fix crash when adapting window position post buffer modifications
Maxime Coste
2018-06-12
Remove unneeded Window::m_range post refactoring
Maxime Coste
2018-06-11
Try to keep window position fixed when buffer gets modified
Maxime Coste
2018-06-11
Extract update_ranges_ifn as a general utility function
Maxime Coste
2018-06-11
Add position offset to Window to limit moves with search menu style
Maxime Coste
2018-06-11
Pass DisplaySetup through the HighlightContext
Maxime Coste
2018-06-03
Merge remote-tracking branch 'alyssais/patch-2'
Maxime Coste
2018-06-03
NCursesUI: Use only 3 line menu for MenuStyle::Search
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-06-03
EventManager: Never block if a forced file descriptor is present
Maxime Coste
2018-06-03
Code cleanup and slight refactor in NCursesUI menu code
Maxime Coste
2018-06-01
Fix grammar in highlight error message
Alyssa Ross
2018-05-30
docs: fix missing `]` in wrap hl -marker switch docstring
Delapouite
2018-05-28
Fix typos in add-highlighter range help
Alyssa Ross
2018-05-28
Fix clang compilation
Maxime Coste
2018-05-27
Refactor option_from_string to return directly the option value
Maxime Coste
2018-05-27
Add unit test for option parsing
Maxime Coste
2018-05-26
Add a -marker <marker_text> switch support to the wrap highlighter
Maxime Coste
2018-05-26
Rework `fail` command not to display command call stack
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-24
Fix potential assert on itersel selection restoration
Maxime Coste
2018-05-23
Fix Kakoune client busy looping on SIGHUP
Maxime Coste
2018-05-21
Do not reuse m_buffer_trash to store dying buffers in ~BufferManager
Maxime Coste
2018-05-21
Gather options in a vector when running Buffer::on_option_changed
Maxime Coste
2018-05-21
Fix also the implementation of to_string(size_t) change
Maxime Coste
2018-05-21
Small code cleanup
Maxime Coste
2018-05-21
Fix incompatible to_string function declaration when size_t is unsigned int
Maxime Coste
2018-05-19
Extend `try` command to support multiple catches.
Maxime Coste
2018-05-19
Fix behaviour of extending to next match when wrapping
Maxime Coste
2018-05-19
Rename -allow-override switch to -override
Maxime Coste
2018-05-19
Fix assert with window small enough so that no part of buffer is displayed
Maxime Coste
2018-05-17
Small code cleanups
Maxime Coste
2018-05-17
Fix potential missed redraws
Maxime Coste
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
[next]