aboutsummaryrefslogtreecommitdiff
path: root/src/api/api.c
AgeCommit message (Collapse)Author
2022-05-11c core: fix extra utf8 build conflict on windowsjgmdev
2022-04-26Add utf8 support to tokenizer (#945)Jefferson González
* add utf8 support to tokenizer * wrap utf8 functions in string table using a 'u' prefix * document new utf8 functions
2022-03-06Fix Project Scanning (#746)Adam
Removed dmon, and replaced with logic that works across Linux, Mac, FreeBSD and Windows. Have tested on all platforms, and seems to work. Co-authored-by: Jan200101 <sentrycraft123@gmail.com>
2021-09-24Removed font renderer.Adam Harrison
2021-06-18Merge reproc changes from dev.jgmdev
2021-06-02Add PCRE to support regular expressionsAdam
Use regular expressions instead of Lua patterns for find and replace editor commands. Syntax files can now use regex or Lua patterns as before keeping backward compatibility for plugins.
2019-12-28Initial commitrxi