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 (
Expand
)
Author
2022-08-19
X1/X2 commands
pommicket
2022-07-29
fix reloading with text-size
pommicket
2022-07-29
fixed double ctrl+q problem
pommicket
2022-07-29
auto reload config
pommicket
2022-07-29
per-language settings
pommicket
2022-07-29
fix syntax highlighting and spacing for weird characters
pommicket
2022-03-26
fixed ctrl+w behavior with find/build
pommicket
2021-04-13
improve tag generation (don't just look at files in the cwd)
Leo Tenenbaum
2021-04-04
command to reload all buffers, run make on multiple threads
Leo Tenenbaum
2021-03-14
fix bug where modifications weren't detected
Leo Tenenbaum
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
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
2021-02-01
fix C hex literal highlighting
Leo Tenenbaum
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