]> git.cworth.org Git - spritext/log
spritext
16 years agoMore refactoring out of main (get_max_width_height)
Carl Worth [Wed, 13 Feb 2008 19:06:08 +0000 (11:06 -0800)]
More refactoring out of main (get_max_width_height)

16 years agoMove font loading into its own function
Carl Worth [Wed, 13 Feb 2008 18:47:09 +0000 (10:47 -0800)]
Move font loading into its own function

16 years agoRefactor argument parsing into parse_args instead of just being in main
Carl Worth [Wed, 13 Feb 2008 18:34:30 +0000 (10:34 -0800)]
Refactor argument parsing into parse_args instead of just being in main

Also, fix things so that default arguments are actually initialized
in the non-CGI case. With this change, the output is actually non-
empty now. Hurrah!

16 years agoMake spritext write its output to a PNG file
Carl Worth [Wed, 13 Feb 2008 18:21:56 +0000 (10:21 -0800)]
Make spritext write its output to a PNG file

16 years agoBundle Bitstream Vera with spritext to eliminate one point of failure
Carl Worth [Wed, 13 Feb 2008 18:19:48 +0000 (10:19 -0800)]
Bundle Bitstream Vera with spritext to eliminate one point of failure

Of course, in the future we'll want to use fontconfig to
actually find a font given a family name.

16 years agoFix errors to actually abort
Carl Worth [Wed, 13 Feb 2008 18:12:22 +0000 (10:12 -0800)]
Fix errors to actually abort

And while we're at it, make the error messages a bit
more descriptive.

16 years agoRip out the libcgic stuff
Carl Worth [Wed, 13 Feb 2008 18:07:25 +0000 (10:07 -0800)]
Rip out the libcgic stuff

We've got bigger bugs to fix before we turn this into a CGI
program.

16 years agoAdd a simple .gitignore file
Carl Worth [Tue, 19 Jun 2007 06:48:35 +0000 (23:48 -0700)]
Add a simple .gitignore file

16 years agoUse correct %ld instead of %d for long argument
Carl Worth [Tue, 19 Jun 2007 06:48:03 +0000 (23:48 -0700)]
Use correct %ld instead of %d for long argument

This quiets the warning message from gcc.

16 years agoRemove unused function
Carl Worth [Tue, 19 Jun 2007 06:47:33 +0000 (23:47 -0700)]
Remove unused function

16 years agoEnable many more warning options to gcc command-line
Carl Worth [Tue, 19 Jun 2007 06:43:41 +0000 (23:43 -0700)]
Enable many more warning options to gcc command-line

16 years agoIndent consistently
Carl Worth [Tue, 19 Jun 2007 06:42:19 +0000 (23:42 -0700)]
Indent consistently

16 years agoNote missing copyright header/add some newlines
Carl Worth [Tue, 19 Jun 2007 06:41:53 +0000 (23:41 -0700)]
Note missing copyright header/add some newlines

16 years agoInitial import of Richard's spritext project
Carl Worth [Tue, 19 Jun 2007 06:33:50 +0000 (23:33 -0700)]
Initial import of Richard's  spritext project