summaryrefslogtreecommitdiff
path: root/debug/fontd.c
Commit message (Collapse)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-2/+2
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2005-04-17 10:15:52 by bursa]James Bursa2005-04-171-145/+28
| | | | | | Update debug font functions to new interface. svn path=/import/netsurf/; revision=1659
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-021-8/+16
| | | | | | xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c) svn path=/import/netsurf/; revision=1419
* [project @ 2004-08-14 12:57:00 by joty]John Tytgat2004-08-141-5/+6
| | | | | | Using more stddef.h types. svn path=/import/netsurf/; revision=1230
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-18/+12
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-02 21:44:39 by bursa]James Bursa2004-06-021-1/+1
| | | | | | Bug fix. svn path=/import/netsurf/; revision=926
* [project @ 2004-06-02 21:01:01 by bursa]James Bursa2004-06-021-12/+13
| | | | | | Implement enumerate_fonts(). svn path=/import/netsurf/; revision=911
* [project @ 2003-09-17 12:57:33 by bursa]James Bursa2003-09-171-2/+10
| | | | | | Poll queuing fix, backup redraw code. svn path=/import/netsurf/; revision=296
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-1/+10
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-21 13:18:00 by bursa]James Bursa2003-06-211-0/+147
Add debug command line build. svn path=/import/netsurf/; revision=181