summaryrefslogtreecommitdiff
path: root/gtk/font_pango.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-03-31 10:51:34 by rjek]Rob Kendrick2006-03-311-1/+0
| | | | | | Remove vexing 'Small caps\!' debug LOG from GTK font plotting svn path=/import/netsurf/; revision=2484
* [project @ 2006-03-26 21:53:20 by dsilvers]Daniel Silverstone2006-03-261-34/+84
| | | | | | Re-tabify, add (currently disabled) cairo support and font family/variant support to font_pango.c svn path=/import/netsurf/; revision=2186
* [project @ 2006-03-26 17:48:56 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | Argh, it's a length but it's called an offset svn path=/import/netsurf/; revision=2181
* [project @ 2006-03-25 23:56:39 by dsilvers]Daniel Silverstone2006-03-251-0/+7
| | | | | | Ensure font scaling is done at font_paint time for GTK frontend svn path=/import/netsurf/; revision=2168
* [project @ 2006-03-09 19:05:29 by dsilvers]Daniel Silverstone2006-03-091-2/+8
| | | | | | gtk/font_pango.c: Use the new css_len2pt function if possible svn path=/import/netsurf/; revision=2115
* [project @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-191-4/+2
| | | | | | Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
* [project @ 2005-04-09 13:26:57 by bursa]James Bursa2005-04-091-3/+5
| | | | | | Fix nsfont_width() and nsfont_paint() when passed a 0-length string. svn path=/import/netsurf/; revision=1615
* [project @ 2005-02-27 16:03:02 by bursa]James Bursa2005-02-271-89/+188
| | | | | | Fix the GTK build. svn path=/import/netsurf/; revision=1527
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-021-1/+3
| | | | | | 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/+5
| | | | | | Using more stddef.h types. svn path=/import/netsurf/; revision=1230
* [project @ 2004-07-22 12:03:37 by bursa]James Bursa2004-07-221-1/+1
| | | | | | Make the gtk build compile again and implement mouse clicks. svn path=/import/netsurf/; revision=1137
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-6/+6
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-22 18:48:33 by bursa]James Bursa2004-06-221-0/+166
Experimental gtk interface. svn path=/import/netsurf/; revision=993