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
/
window.c
Age
Commit message (
Expand
)
Author
2014-09-24
Implement 'g0', 'gm', 'g$'
Marc André Tanner
2014-09-23
Implement linewise visual mode
Marc André Tanner
2014-09-22
Fix display of selection in visual mode
Marc André Tanner
2014-09-19
Improve syntax highlighting
Marc André Tanner
2014-09-19
Remove some TODO items
Marc André Tanner
2014-09-19
Windows style newlines are actually \r\n not \n\r
Marc André Tanner
2014-09-19
Implement expand tab functionality, make tabwidth configurable
Marc André Tanner
2014-09-16
Implement CTRL-{U,D,E,Y} in normal mode
Marc André Tanner
2014-09-16
Clean up cursor handling in window.[ch]
Marc André Tanner
2014-09-15
More efficient syntax highlighting, first match wins
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-13
Make window_selection_get to return the correct range
Marc André Tanner
2014-09-13
Add movements 'H', 'M', 'L'
Marc André Tanner
2014-09-11
Fix bug when moving to characters with display width > 1
Marc André Tanner
2014-09-11
Add :edit command
Marc André Tanner
2014-09-11
Fix warnings about redefinition of typedefed structs
Marc André Tanner
2014-09-10
Add comments where appropriate
Marc André Tanner
2014-09-09
Cleanup header files
Marc André Tanner
2014-09-09
Remove trailing whitespaces (sed 's/[ \t]*$//')
Marc André Tanner
2014-09-09
Rename vis.[ch] to editor.[ch] and main.c to vis.c
Marc André Tanner
2014-09-09
Fix a few memory leaks
Marc André Tanner
2014-09-02
Teach window_cursor_to how to display the end of the file
Marc André Tanner
2014-09-01
Refactor frontend code
Marc André Tanner