index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ted.c
Age
Commit message (
Collapse
)
Author
2021-03-07
change focus to search term, even when find is already open
Leo Tenenbaum
2021-03-06
don't reload file when opened while already open
Leo Tenenbaum
2021-03-05
fix some little problems with the file selector
Leo Tenenbaum
2021-03-05
fix rendering if border-thickness is big
Leo Tenenbaum
2021-03-04
completion working, it seems
Leo Tenenbaum
2021-03-02
command selector working!
Leo Tenenbaum
2021-03-02
fix restore session if no active buffer on close
Leo Tenenbaum
also more command selector
2021-03-01
restore session
Leo Tenenbaum
2021-02-28
on crash, output info to log
Leo Tenenbaum
2021-02-28
find bugfixes (switch to another buffer after find)
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-25
started tab moving
Leo Tenenbaum
2021-02-24
get ctrl+w to work with split
Leo Tenenbaum
2021-02-22
fix ted_seterr typo
Leo Tenenbaum
2021-02-16
fix rust go to build errors
Leo Tenenbaum
2021-02-16
detecting errors in build output
Leo Tenenbaum
2021-02-04
improve auto-add-newline, start reloading
Leo Tenenbaum
2021-02-04
prevent opening the same file twice
Leo Tenenbaum
2021-02-02
big fix with buffer_pos_to_pixels
Leo Tenenbaum
also started rust highlighting
2021-02-01
fix C hex literal highlighting
Leo Tenenbaum
also open to untitled empty buffer
2021-01-30
better startup, informative message when nothing's open
Leo Tenenbaum
2021-01-30
middle click to close tab
Leo Tenenbaum
2021-01-30
ctrl+q to quit (with unsaved changes dialog)
Leo Tenenbaum
2021-01-30
warn when closing tab with unsaved changes
Leo Tenenbaum
2021-01-29
quitting, closing tabs
Leo Tenenbaum