index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
text.c
Age
Commit message (
Expand
)
Author
2023-10-17
fix string arguments, nicer config parsing
pommicket
2023-09-07
fix issue where selector detail is cut off
pommicket
2023-09-07
move color-related functions from util.c to color.c
pommicket
2023-08-15
fix iwndows build
pommicket
2023-08-06
silence weird opengl warning
pommicket
2023-08-06
util cleanup
pommicket
2023-08-06
shut up opengl
pommicket
2023-08-05
separate ted-internal.h
pommicket
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
cache buffer_lsp (improves performance a fair bit)
pommicket
2023-07-19
kerning
pommicket
2023-07-19
font fallbacks
pommicket
2023-07-19
detect unsupported characters
pommicket
2023-07-19
new font management system
pommicket
2023-07-19
multiple font textuers
pommicket
2023-07-19
an initial draft of the new font rendering
pommicket
2023-07-19
variable width fonts seem to be working
pommicket
2023-07-19
initial draft of variable-width font handling
pommicket
2023-01-06
phantom completions
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
move NDC conversion to GPU
pommicket
2022-12-29
working hover
pommicket
2022-12-23
show documentation!
pommicket
2022-11-03
[1.3] allow newer glsl versions w IN,OUT macros, msi version
pommicket
2022-11-03
better shader system
pommicket
2022-11-03
custom shaders now use #version 130 if possible
pommicket
2022-11-02
multiline config value strings, fix search_cwd (debug feature)
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-04-20
silence GCC warnings
Leo Tenenbaum
2021-02-28
speed up debug build time
Leo Tenenbaum
2021-02-16
started getting :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-02-04
started modern opengl
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-25
replaced c32rtomb, mbrtoc32 with own versions
Leo Tenenbaum
2021-01-22
bold text for file selector cwd
Leo Tenenbaum
2021-01-18
apparently plane 3 does exist
Leo Tenenbaum
2021-01-18
fix text.c/h
Leo Tenenbaum
[next]