aboutsummaryrefslogtreecommitdiff
path: root/data/core/command.lua
AgeCommit message (Collapse)Author
2021-06-09Added missing NagView dialog commands to startup.jgmdev
2021-04-01Implement unicode character replacementsFrancesco Abbate
Useful to draw whitespaces with alternate characters and colors without slowing down the text rendering. A new API is implemented. A renderer.replacements object can be created to list the replacements. In turns the function renderer.draw_text and draw_text_subpixel now accept two optional arguments for replacements.
2020-12-30Add command to create a directory in a new category "files"Francesco Abbate
Use the alt + (left click) is tree view to create a directory and shift + (middle click) to remove a project directory.
2019-12-28Initial commitrxi