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
2017-05-23
Remove unneeded forward declaration
Maxime Coste
2017-05-22
Do not avoid eol in insert mode vertical movement
Maxime Coste
2017-05-22
Fix bug where idle timers of disabled modes were still run
Maxime Coste
2017-05-22
Remove virtual destructor from OptionManagerWatcher
Maxime Coste
2017-05-22
Fix scrolling when cursor is on a wrapped part of the last displayed line
Maxime Coste
2017-05-21
Fix vertical movement with tabstops
Maxime Coste
2017-05-21
Merge remote-tracking branch 'danr/Add-modified-value-if-buffer-has-modificat...
Maxime Coste
2017-05-21
Merge branch 'master' of git://github.com/bmwiedemann/kakoune
Maxime Coste
2017-05-20
Always link input files in the same order
Bernhard M. Wiedemann
2017-05-20
do not embed timestamps in .gz files
Bernhard M. Wiedemann
2017-05-20
Change <a-z>/<a-Z> to combine selections instead of appending
Maxime Coste
2017-05-18
Add modified value if buffer has modifications not saved
Dan Rosén
2017-05-18
Make hardware cursor visible in ncurses ui
Maxime Coste
2017-05-18
Small reorganization in the normal keymap
Maxime Coste
2017-05-17
Move constexpr compatible Array struct to meta.hh
Maxime Coste
2017-05-17
small code cleanups
Maxime Coste
2017-05-17
Add missing std::move in on_scope_end implementation
Maxime Coste
2017-05-17
Add range-faces -> range-specs rename to the breaking changes message
Maxime Coste
2017-05-17
Rename range-faces to range-specs
Maxime Coste
2017-05-15
Add a basic replace-ranges highlighter
Maxime Coste
2017-05-13
Tweak buffer change code so that WinDisplay hooks can use info boxes
Maxime Coste
2017-05-13
Add the -E switch for server initialization commands
Maxime Coste
2017-05-11
update line-flags and flag_lines doc to reflect current status
Olivier Perret
2017-05-11
Disable horizontal scroll offset support when wrapping
Maxime Coste
2017-05-10
Use LineCount instead of int for ncurses assistant margin
Maxime Coste
2017-05-10
Merge remote-tracking branch 'lenormf/fix-assistant-align'
Maxime Coste
2017-05-10
Small spelling error fix
Olivier Brewaeys
2017-05-10
Add support for the -passes option to the ref highlighter
Maxime Coste
2017-05-10
Make ref highlighter work for all highlight passes
Maxime Coste
2017-05-09
Update group highlighter docstring to document the passes option
Maxime Coste
2017-05-08
Distinguish between BufferRanges and InclusiveBufferRanges
Maxime Coste
2017-05-08
Refactor range highlighting into a struct
Maxime Coste
2017-05-08
Do not push a final spurious command separators when parsing commands
Maxime Coste
2017-05-08
Update wrap highlighter docstring
Maxime Coste
2017-05-08
Move SimpleHighlighter as an implementation detail
Maxime Coste
2017-05-07
Fix unneeded and wrong splitting of display atom during wrapping
Maxime Coste
2017-05-07
Fix infinite loop with longer than width words in word wrap mode
Maxime Coste
2017-05-07
Slight highlighting related code cleanup
Maxime Coste
2017-05-07
Fix assert when wrapping a line that takes more than the full window height
Maxime Coste
2017-05-07
Ensure window position line is inside buffer
Maxime Coste
2017-05-07
Reject 0 wrap column
Maxime Coste
2017-05-07
Add support for word wrapping with the -word switch to the wrap highlighter
Maxime Coste
2017-05-07
Add a `-passes` switch support for the group highlighter
Maxime Coste
2017-05-07
Move passes logic to the base Highlighter class
Maxime Coste
2017-05-07
Detect errors while parsing flag line and handle them
Maxime Coste
2017-05-07
Disable horizontal scrolling when running a WrapHighlighter
Maxime Coste
2017-05-07
Introduce a LineNumberWrapped face
Maxime Coste
2017-05-07
Make scrolling around work more correctly with wrapping
Maxime Coste
2017-05-07
Make Wrap highlighter only wrap on window width.
Maxime Coste
2017-05-07
Respect tabstop in Buffer::offset_coord
Maxime Coste
[prev]
[next]