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
/
line_modification.cc
Age
Commit message (
Expand
)
Author
2024-02-28
Templatize StringData::create
Maxime Coste
2023-10-25
Default comparison operators that can be
Maxime Coste
2022-09-17
Avoid potentially quadratic runtime when updating selections after modification
Johannes Altmanninger
2021-05-28
Support opening files bigger than 2 GiB
Maxime Coste
2020-05-29
Add a range based remove_if overload
Maxime Coste
2020-05-02
Fix traling whitespaces
Maxime Coste
2019-09-01
Introduce FunctionRef to replace std::function when not storing
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2018-10-21
Move LineRangeSet to line_modification.hh
Maxime Coste
2018-05-17
compute_line_modifications: avoid potentially long iteration
Maxime Coste
2017-06-11
Fix the Buffer::end() madness
Maxime Coste
2016-05-17
Use variadic macros for kak_assert to remove the need for COMMA
Maxime Coste
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2015-12-27
Fix uses of non-keyword logical operators (replace &&, || and ! with and, or ...
Maxime Coste
2015-10-17
Move line parsing and to Buffer.cc directly
Maxime Coste
2015-05-22
Move unit test functions in next to the code they are testing
Maxime Coste
2015-02-01
Fixes in line_modification change, along with style tweak
Maxime Coste
2015-01-31
Rewrite line modifications, hopefully with easier to comprehend code
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-09-18
Add a small validation assert to catch a rare bug
Maxime Coste
2014-05-26
Revert "Remove line modification, replaced by modification"
Maxime Coste
2014-05-21
Remove line modification, replaced by modification
Maxime Coste
2014-05-14
replace LineChangeWatcher with a free function compute_line_modifications
Maxime Coste