summaryrefslogtreecommitdiff
path: root/src/toolbox.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert font into temporary directory, then copy it into the destination ↵John Mark Bell2009-05-131-10/+106
| | | | | | | | font resource. Ensure that any MessagesNN file within the destination font resource is synchronised with the converted font. svn path=/trunk/tools/ttf2f/; revision=7508
* Sanitise Font$Path entries before constructing destination menu.John Mark Bell2009-05-131-5/+37
| | | | svn path=/trunk/tools/ttf2f/; revision=7505
* Ensure path is NUL-terminated when creating directoriesJohn Mark Bell2009-05-131-3/+3
| | | | svn path=/trunk/tools/ttf2f/; revision=7499
* Revert to DIR_SEP magic.John Mark Bell2009-05-131-7/+17
| | | | | | | Fix toolbox frontend to initialise conversion context correctly. Append ,ff6 when not on RISC OS. svn path=/trunk/tools/ttf2f/; revision=7498
* Ensure final directory is created and destination path is NUL terminated.John Mark Bell2009-05-131-0/+10
| | | | svn path=/trunk/tools/ttf2f/; revision=7494
* Fix quit menu entry properly -- it helps to use the correct constant.John Mark Bell2009-05-131-2/+2
| | | | svn path=/trunk/tools/ttf2f/; revision=7493
* Port toolbox frontend to OSLib/OSLibSupport.John Mark Bell2009-05-131-182/+259
| | | | svn path=/trunk/tools/ttf2f/; revision=7491
* Build-time selectable frontend -- defaults to CLI.John Mark Bell2009-05-081-0/+456
svn path=/trunk/tools/ttf2f/; revision=7438