index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.c
Age
Commit message (
Collapse
)
Author
2021-03-01
restore session
Leo Tenenbaum
2021-02-22
go to definition menu
Leo Tenenbaum
2021-02-18
Finishing touches for v. 0.4
Leo Tenenbaum
2021-02-17
started process-win.c
Leo Tenenbaum
2021-02-16
fix rust go to build errors
Leo Tenenbaum
2021-02-16
started getting :build to work
Leo Tenenbaum
2021-02-13
removed line->capacity
Leo Tenenbaum
also fixed shift+click to select
2021-02-05
ask to reload when file is externally changed
Leo Tenenbaum
2021-01-30
fixed warnings on GCC, fixed opening an absolute path, README
Leo Tenenbaum
2021-01-30
ctrl+q to quit (with unsaved changes dialog)
Leo Tenenbaum
2021-01-29
better tab bar, default to "save as" on Ctrl+S with starting buffer
Leo Tenenbaum
2021-01-29
got windows build to work again
Leo Tenenbaum
2021-01-28
qsort_with_context on systems without qsort_r/s
Leo Tenenbaum
2021-01-27
started warn on overwrite
Leo Tenenbaum
2021-01-25
replaced c32rtomb, mbrtoc32 with own versions
Leo Tenenbaum
these are nicer to use since they don't involve mbstate_t and should be faster since they don't involve locales
2021-01-24
file selector much nicer interface
Leo Tenenbaum
2021-01-23
got rid of dyn string array - that was unnecessarily complicated
Leo Tenenbaum
2021-01-21
file selector now actually working
Leo Tenenbaum
also made stristr work with UTF-8
2021-01-19
opening files by clicking on them
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
2021-01-04
commands to change the font size
Leo Tenenbaum
2021-01-03
make install, command line arguments
Leo Tenenbaum
2020-12-30
more config
Leo Tenenbaum
2020-12-29
started config file
Leo Tenenbaum
2020-12-15
text insertion working very well!
Leo Tenenbaum
2020-12-14
scroll to cursor
Leo Tenenbaum
2020-11-27
scrolling working
Leo Tenenbaum
2020-11-25
got windows build to work
Leo Tenenbaum
2020-11-24
loading a file
Leo Tenenbaum