index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
text.h
Age
Commit message (
Collapse
)
Author
2023-08-01
fix inconsistencies btwn xoff_to_index & rendering
pommicket
2023-07-19
compute kerning from glyph indices for better performance
pommicket
2023-07-19
kerning
pommicket
2023-07-19
font fallbacks
pommicket
2023-07-19
new font management system
pommicket
this lets us avoid reloading the font file from disk whenever the font size changes
2023-07-19
initial draft of variable-width font handling
pommicket
2023-02-28
doxygen documentation
pommicket
2023-01-06
phantom completions
pommicket
2023-01-04
finish documenting what files do
pommicket
2023-01-02
rename v[234] to vec[234]
pommicket
2023-01-02
finish restructuring
pommicket
2023-01-02
fix up restructuring
pommicket
2023-01-01
restructure syntax.c
pommicket
2023-01-01
char const => const char
pommicket
2022-12-31
start moving things around
pommicket
2022-12-29
working hover
pommicket
2022-07-29
changed text render pos to double to fix extremely long lines
pommicket
2022-07-29
fix syntax highlighting and spacing for weird characters
pommicket
2021-03-02
got OpenBSD build to work
Leo Tenenbaum
2021-02-09
case sensitivity, regex
Leo Tenenbaum
2021-02-07
improved text rendering, started find
Leo Tenenbaum
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-04
tried switching to new api for text, not working yet
Leo Tenenbaum
2021-01-29
started tab bar
Leo Tenenbaum
2021-01-27
buttons (for warn overwrite popup)
Leo Tenenbaum
2021-01-27
more warn overwrite
Leo Tenenbaum
2021-01-18
fix text.c/h
Leo Tenenbaum
2020-12-26
Added buffer header (with checksum in debug mode)
Leo Tenenbaum
2020-11-25
more scrolling
Leo Tenenbaum
2020-11-25
icon
Leo Tenenbaum
2020-11-25
rendering a text buffer
Leo Tenenbaum
2020-11-23
unicode text rendering working
Leo Tenenbaum
2020-11-20
started text rendering
Leo Tenenbaum