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
/
unit_tests.cc
Age
Commit message (
Expand
)
Author
2013-06-04
Remove Buffer::iterator_at_line_{begin,end}, use iterator_at(line{,+1})
Maxime Coste
2013-06-04
Use coord instead of iterators for selections
Maxime Coste
2013-06-01
Explicitly pass buffer to selectors
Maxime Coste
2013-05-30
Remove begin/end from Ranges, replace with min/max
Maxime Coste
2013-05-30
buffer end should not be in a selection
Maxime Coste
2013-05-13
Use more std::* for string handling
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-05
refactor regex based selectors, move regex construction out of them
Maxime Coste
2013-03-15
Editor: replace selections().back() with main_selection()
Maxime Coste
2013-03-13
Editor: fix replace at end of buffer
Maxime Coste
2013-02-20
Buffer: replace {begin,end}_undo_group with a single commit_undo_group method
Maxime Coste
2013-01-31
tweak buffer unit test
Maxime Coste
2013-01-30
add some tests for Key functions
Maxime Coste
2013-01-23
add undo unit_test and fix Buffer
Maxime Coste
2012-11-28
add an empty buffer unit test
Maxime Coste
2012-11-23
Buffer takes a vector of lines as initial content
Maxime Coste
2012-11-22
Cleanups and minor refactoring on Buffer
Maxime Coste
2012-11-20
Buffer: replace Buffer::Type with Buffer::Flags
Maxime Coste
2012-10-22
add basic utf8 unit test
Maxime Coste
2012-09-26
Extract IncrementalInserter::Mode as InsertMode
Maxime Coste
2012-09-10
Buffer: Allow inserting at the end when the inserted text ends with an end of...
Maxime Coste
2012-09-03
fix open line above for first line and add a unit test
Maxime Coste
2012-08-10
Buffer: move back Modification as an implementation detail
Maxime Coste
2012-07-16
Correct multi select unit test
Maxime Coste
2012-05-29
Add some string helpers and unit tests
Maxime Coste
2012-04-01
add an editor unit test
Maxime Coste
2012-03-21
add basic unit tests run at startup
Maxime Coste
[prev]