summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* Whinge loudly if we can't load the glyph listJohn-Mark Bell2021-08-041-1/+3
* Dynamically allocate full path bufferJohn-Mark Bell2021-08-041-4/+13
* Fix cleanup to cope with things not being initialisedJohn Mark Bell2011-05-081-6/+10
* Don't process filenames.John Mark Bell2009-05-131-0/+8
* Create all directories as appropriate.John Mark Bell2009-05-131-5/+30
* Squash memory leaksJohn Mark Bell2009-05-111-0/+4
* Use enum, rather than magic valueJohn Mark Bell2009-05-111-1/+2
* Pass entire context to freetype bindingJohn Mark Bell2009-05-101-5/+5
* Make proper use of conversion contextJohn Mark Bell2009-05-101-14/+14
* Introduce a conversion context.John Mark Bell2009-05-101-22/+25
* More tidyingJohn Mark Bell2009-05-081-1/+1
* More tidying.John Mark Bell2009-05-081-1/+1
* More tidyingJohn Mark Bell2009-05-081-4/+6
* API tidyingJohn Mark Bell2009-05-081-1/+1
* Add some error handling and reportingRob Kendrick2009-05-081-6/+31
* Slightly more useful behaviour on non-RO platforms.John Mark Bell2009-05-081-4/+8
* Command line interfaceJohn Mark Bell2009-05-071-0/+100