index
:
vis.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
/
text.c
Age
Commit message (
Expand
)
Author
2014-09-12
Restore cursor position after an undo/redo
Marc André Tanner
2014-09-11
Avoid segfault if no previous search has been performed
Marc André Tanner
2014-09-10
If text has been created from an empty file, store filename upon first save
Marc André Tanner
2014-09-10
Add comments where appropriate
Marc André Tanner
2014-09-09
Fix a few memory leaks
Marc André Tanner
2014-09-08
Hook up search as a movement
Marc André Tanner
2014-09-08
Unify variable naming
Marc André Tanner
2014-09-08
Use named struct initializers where appropriate
Marc André Tanner
2014-08-28
text: fix iterator_char{prev,next} to accept NULL argument
Marc André Tanner
2014-08-25
Move motion related stuff into own file
Marc André Tanner
2014-08-24
Add license header
Marc André Tanner
2014-08-23
Share common macros in util.h
Marc André Tanner
2014-08-23
text: invalidate line <-> pos mapping upon undo/redo
Marc André Tanner
2014-08-23
text: redesing mark implementation
Marc André Tanner
2014-08-23
text: refactor piece_get
Marc André Tanner
2014-08-14
Remove useless replace API
Marc André Tanner
2014-08-14
Rename files editor.[ch] -> text.[ch]
Marc André Tanner