index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
menu.c
Age
Commit message (
Collapse
)
Author
2021-03-05
fix rendering if border-thickness is big
Leo Tenenbaum
2021-03-03
more autocomplete (already partially working!)
Leo Tenenbaum
2021-03-03
:shell, bugfixes
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-02
start command selector
Leo Tenenbaum
2021-02-28
set active_node to NULL when line buffer is active
Leo Tenenbaum
2021-02-26
fixed some menu-related bugs
Leo Tenenbaum
2021-02-24
big bugfixes
Leo Tenenbaum
update active_tab properly when a tab is closed, fix Ctrl+O with no buffers open
2021-02-23
fix gcc warnings
Leo Tenenbaum
2021-02-23
goto line preview
Leo Tenenbaum
2021-02-23
start goto line
Leo Tenenbaum
2021-02-22
fix automatic horizontal scrolling
Leo Tenenbaum
2021-02-22
go to definition menu
Leo Tenenbaum
2021-02-07
simple find menu
Leo Tenenbaum
2021-02-07
improved text rendering, started find
Leo Tenenbaum
2021-02-05
finishing touches for v. 0.2
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
got text working with modern OpenGL
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
tabs working pretty well (not done yet)
Leo Tenenbaum
2021-01-29
better tab bar, default to "save as" on Ctrl+S with starting buffer
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
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 box; generally better error handling
Leo Tenenbaum
2021-01-22
fixed memory leaks
Leo Tenenbaum
2021-01-22
show working directory in file selector
Leo Tenenbaum
2021-01-21
trying to make clicking on directories work; not done yet
Leo Tenenbaum
2021-01-21
file selector now actually working
Leo Tenenbaum
also made stristr work with UTF-8
2021-01-21
split file selector into its own thing
Leo Tenenbaum
2021-01-19
show directories in a different color in open menu
Leo Tenenbaum
2021-01-19
opening files by clicking on them
Leo Tenenbaum
2021-01-18
bug fixes, narrow file list based on search term
Leo Tenenbaum
2021-01-18
opening files kinda working
Leo Tenenbaum
2021-01-06
more open menu, border thickness setting, fixed small text clipping issue
Leo Tenenbaum