summaryrefslogtreecommitdiff
path: root/text.c
AgeCommit message (Collapse)Author
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
like i promised they would
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
these are nicer to use since they don't involve mbstate_t and should be faster since they don't involve locales
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
2020-11-25more scrollingLeo Tenenbaum
2020-11-25fix simple text renderingLeo Tenenbaum
2020-11-25cutting off textLeo Tenenbaum
2020-11-25rendering a text bufferLeo Tenenbaum
2020-11-25got windows build to workLeo Tenenbaum
2020-11-23unicode text rendering workingLeo Tenenbaum
2020-11-20more text renderingLeo Tenenbaum
2020-11-20started text renderingLeo Tenenbaum