index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node.c
Age
Commit message (
Expand
)
Author
2021-03-01
fix active_node after tab close
Leo Tenenbaum
2021-03-01
change active node when current one closed
Leo Tenenbaum
2021-03-01
restore session
Leo Tenenbaum
2021-02-28
set active_node to NULL when line buffer is active
Leo Tenenbaum
2021-02-28
:split-swap
Leo Tenenbaum
2021-02-28
tab moving working?
Leo Tenenbaum
2021-02-27
start tab moving
Leo Tenenbaum
2021-02-25
node resizing working
Leo Tenenbaum
2021-02-25
resizing nodes (not fully working yet?)
Leo Tenenbaum
2021-02-24
split depth limit
Leo Tenenbaum
2021-02-24
:split-join
Leo Tenenbaum
2021-02-24
get ctrl+w to work with split
Leo Tenenbaum
2021-02-24
start split
Leo Tenenbaum
2021-02-24
big bugfixes
Leo Tenenbaum
2021-02-13
view-only mode
Leo Tenenbaum
2021-02-07
improved text rendering, started find
Leo Tenenbaum
2021-02-05
converted everything to modern opengl
Leo Tenenbaum
2021-02-05
switched all text rendering to new API
Leo Tenenbaum
2021-02-04
improve auto-add-newline, start reloading
Leo Tenenbaum
2021-01-31
fixed Ctrl+Left/Right being double-set, cleaned up core options code, auto-ad...
Leo Tenenbaum
2021-01-30
fixed warnings on GCC, fixed opening an absolute path, README
Leo Tenenbaum
2021-01-30
middle click to close tab
Leo Tenenbaum
2021-01-29
quitting, closing tabs
Leo Tenenbaum
2021-01-29
ctrl+pageup/down to switch between tabs
Leo Tenenbaum