summaryrefslogtreecommitdiff
path: root/text.c
AgeCommit message (Expand)Author
2023-08-15fix iwndows buildpommicket
2023-08-06silence weird opengl warningpommicket
2023-08-06util cleanuppommicket
2023-08-06shut up openglpommicket
2023-08-05separate ted-internal.hpommicket
2023-08-01fix inconsistencies btwn xoff_to_index & renderingpommicket
2023-07-19compute kerning from glyph indices for better performancepommicket
2023-07-19cache buffer_lsp (improves performance a fair bit)pommicket
2023-07-19kerningpommicket
2023-07-19font fallbackspommicket
2023-07-19detect unsupported characterspommicket
2023-07-19new font management systempommicket
2023-07-19multiple font textuerspommicket
2023-07-19an initial draft of the new font renderingpommicket
2023-07-19variable width fonts seem to be workingpommicket
2023-07-19initial draft of variable-width font handlingpommicket
2023-01-06phantom completionspommicket
2023-01-02rename v[234] to vec[234]pommicket
2023-01-02finish restructuringpommicket
2023-01-02fix up restructuringpommicket
2023-01-01restructure syntax.cpommicket
2023-01-01char const => const charpommicket
2022-12-31move NDC conversion to GPUpommicket
2022-12-29working hoverpommicket
2022-12-23show documentation!pommicket
2022-11-03[1.3] allow newer glsl versions w IN,OUT macros, msi versionpommicket
2022-11-03better shader systempommicket
2022-11-03custom shaders now use #version 130 if possiblepommicket
2022-11-02multiline config value strings, fix search_cwd (debug feature)pommicket
2022-07-29changed text render pos to double to fix extremely long linespommicket
2022-07-29fix syntax highlighting and spacing for weird characterspommicket
2021-04-20silence GCC warningsLeo Tenenbaum
2021-02-28speed up debug build timeLeo Tenenbaum
2021-02-16started getting :build to workLeo Tenenbaum
2021-02-09case sensitivity, regexLeo Tenenbaum
2021-02-07improved text rendering, started findLeo Tenenbaum
2021-02-05switched all text rendering to new APILeo Tenenbaum
2021-02-05got text working with modern OpenGLLeo Tenenbaum
2021-02-04tried switching to new api for text, not working yetLeo Tenenbaum
2021-02-04started modern openglLeo Tenenbaum
2021-01-29started tab barLeo Tenenbaum
2021-01-27buttons (for warn overwrite popup)Leo Tenenbaum
2021-01-27more warn overwriteLeo Tenenbaum
2021-01-25replaced c32rtomb, mbrtoc32 with own versionsLeo Tenenbaum
2021-01-22bold text for file selector cwdLeo Tenenbaum
2021-01-18apparently plane 3 does existLeo Tenenbaum
2021-01-18fix text.c/hLeo Tenenbaum
2021-01-06more open menu, border thickness setting, fixed small text clipping issueLeo Tenenbaum
2021-01-04commands to change the font sizeLeo Tenenbaum
2020-12-26Added buffer header (with checksum in debug mode)Leo Tenenbaum