index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui.c
Age
Commit message (
Collapse
)
Author
2021-03-06
fix "save as" menu
Leo Tenenbaum
2021-03-05
cd to last file selector directory
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-02
command selector working!
Leo Tenenbaum
2021-02-23
various tag bugfixes
Leo Tenenbaum
2021-02-22
go to definition menu
Leo Tenenbaum
2021-02-21
generalized selector code seems to work, fix buffer_set_line_len memory leak
Leo Tenenbaum
2021-02-21
started to generalize selector code
Leo Tenenbaum
2021-02-09
case sensitivity, regex
Leo Tenenbaum
2021-02-09
improve buffer_unsaved_changes
Leo Tenenbaum
so that making an edit then undoing it doesn't count as making a change
2021-02-07
improved text rendering, started find
Leo Tenenbaum
2021-02-05
ask to reload when file is externally changed
Leo Tenenbaum
2021-02-05
converted everything to modern opengl
Leo Tenenbaum
for some reason SDL_GL_SwapWindow seems to be in a busy loop?
2021-02-05
switched all text rendering to new API
Leo Tenenbaum
2021-02-05
got text working with modern OpenGL
Leo Tenenbaum
2021-02-02
big fix with buffer_pos_to_pixels
Leo Tenenbaum
also started rust highlighting
2021-02-01
full C syntax highlighting
Leo Tenenbaum
2021-01-30
fixed warnings on GCC, fixed opening an absolute path, README
Leo Tenenbaum
2021-01-29
merge
Leo Tenenbaum
2021-01-29
started tab bar
Leo Tenenbaum
2021-01-29
got windows build to work again
Leo Tenenbaum
2021-01-28
got file selector to behave better
Leo Tenenbaum
2021-01-28
finished warn on overwrite
Leo Tenenbaum
2021-01-27
buttons (for warn overwrite popup)
Leo Tenenbaum
2021-01-27
more warn overwrite
Leo Tenenbaum
2021-01-27
started warn on overwrite
Leo Tenenbaum
2021-01-25
menu titles, better padding
Leo Tenenbaum
2021-01-25
clip selector, save as
Leo Tenenbaum
2021-01-25
error log, fix memory leak, moved globals to Ted
Leo Tenenbaum
2021-01-25
error box; generally better error handling
Leo Tenenbaum
2021-01-24
scroll file selector when selected goes offscreen
Leo Tenenbaum
2021-01-24
file selector much nicer interface
Leo Tenenbaum
2021-01-24
file selector scrolling
Leo Tenenbaum
2021-01-24
auto-cd: check if actually directory, ~
Leo Tenenbaum
2021-01-23
got rid of dyn string array - that was unnecessarily complicated
Leo Tenenbaum
2021-01-23
got directory symlinks to work in file selector
Leo Tenenbaum
2021-01-22
started auto-cd
Leo Tenenbaum
2021-01-22
got .. to work in the file selector
Leo Tenenbaum
2021-01-22
fixed memory leaks
Leo Tenenbaum
2021-01-22
bold text for file selector cwd
Leo Tenenbaum
2021-01-22
show working directory in file selector
Leo Tenenbaum
2021-01-22
got file selector to mostly work, better mouse dragging
Leo Tenenbaum
2021-01-21
trying to make clicking on directories work; not done yet
Leo Tenenbaum