index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Collapse
)
Author
2023-03-05
rename styles -> themes
pommicket
2023-02-28
new settings system seems to be working
pommicket
2023-02-27
better interaction between path-specific & lang-specific settings
pommicket
still needs more testing
2023-01-11
switch to ninja now that we strip ../ from build errors
pommicket
2023-01-10
linux build , etc.
pommicket
2023-01-02
clean some stuff up
pommicket
2023-01-02
finish restructuring
pommicket
2023-01-01
restructure syntax.c
pommicket
2022-12-09
getting some completions
pommicket
2022-12-05
full json parser
pommicket
2022-11-03
better shader system
pommicket
2022-03-26
[1.0r2] cleanup, comments
pommicket
2022-01-01
little fix to paths, update README for linux build
pommicket
2021-04-20
minor changes before 1.0
Leo Tenenbaum
2021-04-20
fix non-GNU build
Leo Tenenbaum
2021-04-20
HTML syntax highlighting
Leo Tenenbaum
2021-03-02
got OpenBSD build to work
Leo Tenenbaum
2021-03-02
start command selector
Leo Tenenbaum
2021-03-01
.deb installer!
Leo Tenenbaum
2021-02-28
on crash, output info to log
Leo Tenenbaum
2021-02-28
speed up debug build time
Leo Tenenbaum
2021-02-11
highlight matching parentheses
Leo Tenenbaum
2021-02-06
pcre2
Leo Tenenbaum
2021-02-04
started modern opengl
Leo Tenenbaum
2021-02-01
switched syntax highlighting to use a number for the state (will be useful ↵
Leo Tenenbaum
later)
2021-01-30
fixed warnings on GCC, fixed opening an absolute path, README
Leo Tenenbaum
2021-01-25
error log, fix memory leak, moved globals to Ted
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-03
make install, command line arguments
Leo Tenenbaum
2020-11-23
unicode text rendering working
Leo Tenenbaum
2020-11-20
more text rendering
Leo Tenenbaum
2020-11-20
started text rendering
Leo Tenenbaum
2020-11-20
opening a window
Leo Tenenbaum