summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-01-02clean some stuff uppommicket
2023-01-02finish restructuringpommicket
2023-01-01restructure syntax.cpommicket
2022-12-09getting some completionspommicket
2022-12-05full json parserpommicket
2022-11-03better shader systempommicket
2022-03-26[1.0r2] cleanup, commentspommicket
2022-01-01little fix to paths, update README for linux buildpommicket
2021-04-20minor changes before 1.0Leo Tenenbaum
2021-04-20fix non-GNU buildLeo Tenenbaum
2021-04-20HTML syntax highlightingLeo Tenenbaum
2021-03-02got OpenBSD build to workLeo Tenenbaum
2021-03-02start command selectorLeo Tenenbaum
2021-03-01.deb installer!Leo Tenenbaum
2021-02-28on crash, output info to logLeo Tenenbaum
2021-02-28speed up debug build timeLeo Tenenbaum
2021-02-11highlight matching parenthesesLeo Tenenbaum
2021-02-06pcre2Leo Tenenbaum
2021-02-04started modern openglLeo Tenenbaum
2021-02-01switched syntax highlighting to use a number for the state (will be useful ↵Leo Tenenbaum
later)
2021-01-30fixed warnings on GCC, fixed opening an absolute path, READMELeo Tenenbaum
2021-01-25error log, fix memory leak, moved globals to TedLeo 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-03make install, command line argumentsLeo Tenenbaum
2020-11-23unicode text rendering workingLeo Tenenbaum
2020-11-20more text renderingLeo Tenenbaum
2020-11-20started text renderingLeo Tenenbaum
2020-11-20opening a windowLeo Tenenbaum