summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rework the makefiles in the tools/ tree for the new NSBUILD stuffDaniel Silverstone2012-06-291-1/+1
* Fix progress computationJohn Mark Bell2011-05-081-1/+2
* Fix cleanup to cope with things not being initialisedJohn Mark Bell2011-05-081-6/+10
* Make struct char_data packedJohn Mark Bell2011-03-052-1/+2
* Convert font into temporary directory, then copy it into the destination font...John Mark Bell2009-05-131-10/+106
* Sanitise Font$Path entries before constructing destination menu.John Mark Bell2009-05-131-5/+37
* Don't process filenames.John Mark Bell2009-05-131-0/+8
* Remove encoding version line -- it's pointlessJohn Mark Bell2009-05-131-1/+0
* Create all directories as appropriate.John Mark Bell2009-05-131-5/+30
* Ensure path is NUL-terminated when creating directoriesJohn Mark Bell2009-05-131-3/+3
* Revert to DIR_SEP magic.John Mark Bell2009-05-135-10/+37
* Ensure final directory is created and destination path is NUL terminated.John Mark Bell2009-05-131-0/+10
* Fix quit menu entry properly -- it helps to use the correct constant.John Mark Bell2009-05-131-2/+2
* Port toolbox frontend to OSLib/OSLibSupport.John Mark Bell2009-05-132-183/+262
* Remove static globals and use a stack-allocated decomposition context instead.John Mark Bell2009-05-121-76/+82
* Divorce the FT glyph id from the glyph table index.John Mark Bell2009-05-122-14/+27
* Correctly calculate the offset of the end of fileJohn Mark Bell2009-05-121-0/+6
* Hack for space character with no path.John Mark Bell2009-05-121-2/+22
* Fix chunk offset tableJohn Mark Bell2009-05-121-17/+11
* Use Unix paths everywhere. Unixlib will fix this for usJohn Mark Bell2009-05-114-9/+3
* Squash memory leaksJohn Mark Bell2009-05-113-14/+16
* Fix writing of font name to intmetrics fileJohn Mark Bell2009-05-111-4/+4
* Make outlines output write latin1 glyphs firstJohn Mark Bell2009-05-112-148/+192
* Define min()John Mark Bell2009-05-111-0/+4
* Make strndup implementation more robustJohn Mark Bell2009-05-111-8/+5
* Fix buffer overflowsJohn Mark Bell2009-05-114-6/+11
* Make encoding file output emit latin1 table firstJohn Mark Bell2009-05-111-24/+48
* Use enum, rather than magic valueJohn Mark Bell2009-05-111-1/+2
* Write out font metrics so that the first 256 glyphs match Acorn Latin 1.John Mark Bell2009-05-114-21/+35
* Populate latin1 table with glyphsJohn Mark Bell2009-05-102-5/+38
* Pass entire context to freetype bindingJohn Mark Bell2009-05-104-32/+36
* Make proper use of conversion contextJohn Mark Bell2009-05-1010-175/+162
* Introduce a conversion context.John Mark Bell2009-05-102-22/+43
* Tidy source codeJohn Mark Bell2009-05-101-73/+52
* We're not producing base encoding files, so don't use .NotDefJohn Mark Bell2009-05-081-1/+1
* More tidyingJohn Mark Bell2009-05-083-68/+86
* More tidying.John Mark Bell2009-05-084-37/+33
* More tidyingJohn Mark Bell2009-05-084-26/+27
* API tidyingJohn Mark Bell2009-05-083-14/+20
* Add some error handling and reportingRob Kendrick2009-05-088-75/+162
* Build-time selectable frontend -- defaults to CLI.John Mark Bell2009-05-082-1/+7
* Slightly more useful behaviour on non-RO platforms.John Mark Bell2009-05-086-7/+21
* Command line interfaceJohn Mark Bell2009-05-072-1/+101
* Conditionalise RISC OS-specific codeJohn Mark Bell2009-05-072-0/+8
* Import TTF2f. Don't expect this to link; I've prevented it building main.c.John Mark Bell2009-05-0716-0/+1882