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-16
Fix editing of files with length 0
Gregor Best
2014-09-14
Fix save to absolute paths
Marc André Tanner
2014-09-14
Make byte based iterator API handle the whole range [0, size]
Marc André Tanner
2014-09-14
Use EPOS where appropriate
Marc André Tanner
2014-09-14
All *_free(...) functions should accept a NULL argument
Marc André Tanner
2014-09-14
Fix clang static analyzer warnings
Marc André Tanner
2014-09-13
Introduce some helper functions dealing with Filerange
Marc André Tanner
2014-09-13
Rename text_insert_raw to text_insert
Marc André Tanner
2014-09-13
Introduce and use EPOS instead of (size_t)-1
Marc André Tanner
2014-09-12
Make sure that the state is consistent after an undo operation
Marc André Tanner
2014-09-12
Remove outdated comments
Marc André Tanner
2014-09-12
Introduce text_filename_set
Marc André Tanner
2014-09-12
Rename text_filename to text_filename_get
Marc André Tanner
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