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
/
editor.h
Age
Commit message (
Expand
)
Author
2015-04-29
Make operators return new cursor position
Marc André Tanner
2015-04-22
Rename window.[ch] to view.[ch]
Marc André Tanner
2015-04-22
Yet more renames (EditorWin -> Win)
Marc André Tanner
2015-04-22
More renames, no functional changes
Marc André Tanner
2015-04-22
More renaming vis->win->view instead of vis->win->win
Marc André Tanner
2015-04-22
Better variable naming (VisText -> File)
Marc André Tanner
2015-04-21
Cleanup implementation of movements to marks
Marc André Tanner
2015-04-21
Implement ';' and ','
Marc André Tanner
2015-04-21
Clean up to/till movements
Marc André Tanner
2015-04-11
Eliminate global running variable
Marc André Tanner
2015-04-11
Remove global mode state
Marc André Tanner
2015-04-11
Move structs to editor.h remove global action{,_prev}
Marc André Tanner
2015-04-11
Eliminate global state for repetition of last modification
Marc André Tanner
2015-04-11
Eliminate global state for :set options
Marc André Tanner
2015-04-11
Lazy initialization of :-commands
Marc André Tanner
2015-04-07
Set '< and '> marks
Marc André Tanner
2015-04-05
Remove unused struct member
Marc André Tanner
2015-04-05
Introduce new struct VisText
Marc André Tanner
2015-04-03
Preliminary user interface separation
Marc André Tanner
2015-01-06
Rudimentary change list (accessible via g; and g,)
Marc André Tanner
2015-01-04
implement rudimentary autoindent
Matthias Braun
2015-01-01
Add rudimentary support for jump list (CTRL+{O,I})
Marc André Tanner
2014-12-18
Macro support
Marc André Tanner
2014-10-24
Make command prompt available in visual modes
Marc André Tanner
2014-10-17
Read stdin when given - as filename
Marc André Tanner
2014-09-24
Change split/vsplit API
Marc André Tanner
2014-09-22
Add support for the '<', '>' marks
Marc André Tanner
2014-09-19
Implement expand tab functionality, make tabwidth configurable
Marc André Tanner
2014-09-18
Clean up window splitting API
Marc André Tanner
2014-09-15
More efficient syntax highlighting, first match wins
Marc André Tanner
2014-09-12
Cleanup editor.h
Marc André Tanner
2014-09-12
Add facility to display a message to the user
Marc André Tanner
2014-09-12
Add some more API comments
Marc André Tanner
2014-09-11
Add :edit command
Marc André Tanner
2014-09-11
Add :qall command
Marc André Tanner
2014-09-10
Fix :q command
Marc André Tanner
2014-09-10
Simplify drawing of the window statusbar
Marc André Tanner
2014-09-10
Simplify cursor color management
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-01
Refactor frontend code
Marc André Tanner
2014-08-31
First part of a vi like frontend
Marc André Tanner
2014-08-25
Move motion related stuff into own file
Marc André Tanner
2014-08-24
Add work in progress editor frontend
Marc André Tanner
2014-08-14
Rename files editor.[ch] -> text.[ch]
Marc André Tanner
2014-08-14
Change 'namespace' Editor -> Text
Marc André Tanner
2014-08-13
Add search functionality
Marc André Tanner
2014-08-13
Add support for file marks
Marc André Tanner
[next]