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