summaryrefslogtreecommitdiff
path: root/gtk/font_pango.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-7/+7
| | | | | | | | | | | | | | 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
* Merge GTK frames branch to trunk.John Mark Bell2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3075
* Update project URL.Michael Drake2006-11-271-12/+12
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix pango font splitting's discovery of the width of the first line of a wrap.Rob Kendrick2006-11-111-4/+7
| | | | svn path=/trunk/netsurf/; revision=3046
* Make nsgtk's rendering pay attention to font name choicesRob Kendrick2006-08-171-20/+19
| | | | svn path=/trunk/netsurf/; revision=2863
* Make nsgtk respect minimum font size setting, and save font size choicesRob Kendrick2006-08-171-2/+8
| | | | svn path=/trunk/netsurf/; revision=2859
* Fix pango position-in-string function's off-by-one bugDaniel Silverstone2006-05-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=2601
* Correct base of font positioning. Stops click in text input causing segfault.Rob Kendrick2006-04-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=2538
* [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