summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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