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 (
Collapse
)
Author
2015-05-25
Use gnu++14, as some posix functions disappear in c++14 mode
Maxime Coste
2015-05-25
Add missing 'override' specifiers
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-05-24
Small refactor in unit tests
Maxime Coste
2015-05-22
Move unit test functions in next to the code they are testing
Maxime Coste
2015-05-21
Merge branch 'diff'
Maxime Coste
2015-05-20
Ignore SIGPIPE
Maxime Coste
2015-05-20
Remove clamping in compute_modified_range
Maxime Coste
It can result in a non ordered range list.
2015-05-19
Add headers guard to diff.hh along with a comment about the algorithm
Maxime Coste
2015-05-18
Fix bug in diff implementations (missing snake after d=1 change) and refactor
Maxime Coste
2015-05-18
Preserve window position in regex_prompt
Maxime Coste
Fixes #271
2015-05-17
Only initialize element 1 in mirrored arrays.
Maxime Coste
2015-05-16
Preserve selections across reloads
Maxime Coste
2015-05-15
Another bug fix in diff implementation
Maxime Coste
2015-05-14
Keep hash stored in StringData
Maxime Coste
2015-05-14
always_inline a few methods
Maxime Coste
2015-05-14
Do not use diff when reloading a no undo buffer
Maxime Coste
2015-05-14
Fix bugs in diff implementation
Maxime Coste
2015-05-13
Small cleanup in selections.cc
Maxime Coste
2015-05-13
Use friend functions rather than methods for StronglyTypedNumber binary ops
Maxime Coste
2015-05-13
Use diff when reloading buffer
Maxime Coste
2015-05-13
Fix diff implementation and change the Diff struct format
Maxime Coste
2015-05-12
Add initial diff implementation based Eugene W. Myers' algorithm
Maxime Coste
2015-05-11
Fix bug in ncurses mouse handling
Maxime Coste
2015-05-09
Style tweak
Maxime Coste
2015-05-07
Fix dangling info window pointer in ncurses ui
Maxime Coste
2015-05-06
Formatting fix
Maxime Coste
2015-05-05
Fix bug in fifo creation where BufOpenFifo hook was using a dead string
Maxime Coste
2015-05-05
line highlighter highlights up to window's end
Maxime Coste
2015-05-04
{line,column}_option highlighters use an expanded string instead of an ↵
Maxime Coste
option name That allows access to non option values, such as cursor_column or cursor_line with :addhl line '%val{cursor_line}' default,rgb:404040 Fixes #38
2015-05-04
Make expand function (that expand %...{} tokens) public
Maxime Coste
2015-05-03
Dont use a regex to match face spec for regex highlighter
Maxime Coste
2015-05-02
Formatting fix
Maxime Coste
2015-05-01
Add str_to_int_ifp that returns an Optional<int> instead of throwing
Maxime Coste
2015-04-30
Rename eval(_token)? to expand(_token)? and use a const Context
Maxime Coste
2015-04-30
Add a column_option highlighter that highlight a column given in an option
Maxime Coste
2015-04-30
Do not display info box when there is not enough room on screen for it
Maxime Coste
Fixes #159
2015-04-29
Use char32_t for Codepoint
Maxime Coste
2015-04-29
When file to open is a fifo, do not read from it (use -fifo for that)
Maxime Coste
Fixes #267
2015-04-29
Fix formatting
Maxime Coste
2015-04-28
Use unicode elipsis to mark trimmed mode line
Maxime Coste
2015-04-27
Replace some String temporaries with StringViews
Maxime Coste
2015-04-26
Move option_not_found exception to the cpp file
Maxime Coste
2015-04-25
Move Colors enum class as NamedColor enum inside Color struct
Maxime Coste
2015-04-24
Set default MatchingChar face to bold instead of underline
Maxime Coste
2015-04-23
Move Register to register_manager.hh
Maxime Coste
2015-04-23
Use a struct for RangeAndMatches
Maxime Coste
2015-04-23
Use a struct for BufferRange rather than std::pair
Maxime Coste
2015-04-23
NCurses: When mode line is too long, trim it rather hiding it
Maxime Coste
2015-04-23
Remove simple_factory for highlighters
Maxime Coste
[prev]
[next]