summaryrefslogtreecommitdiff
path: root/render/font.c
Commit message (Collapse)AuthorAgeFilesLines
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-0/+1
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
|
* move the CSS content handlerVincent Sanders2016-05-261-2/+1
|
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-47/+39
| | | | | | | | | | | | The netsurf core is driven from numerous operation tables most of which are now set through a common netsurf_register() interface. The font and plotting interfaces are currently separate and unlike all the other operation tables are modified for differing contexts. This change moves the font operations alongside all the other operations table and remove unnecessary interaction with the renderers font internals. Further this also removes the need for css internals to be visible in frontends.
* move options includeVincent Sanders2013-05-281-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13548
* Saturated maths in css fixed point Vincent Sanders2011-03-121-2/+2
| | | | svn path=/trunk/netsurf/; revision=11975
* Port to modified libcss API.John Mark Bell2009-08-021-8/+8
| | | | svn path=/trunk/netsurf/; revision=8997
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-15/+33
| | | | svn path=/trunk/netsurf/; revision=8752
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-1/+2
| | | | svn path=/trunk/netsurf/; revision=8657
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-0/+150
| | | | svn path=/trunk/netsurf/; revision=8641
* [project @ 2003-02-04 09:34:32 by bursa]James Bursa2003-02-041-75/+0
| | | | | | Remove obsolete files. svn path=/import/netsurf/; revision=95
* [project @ 2002-06-26 12:19:24 by bursa]James Bursa2002-06-261-3/+4
| | | | | | Make compilation with lcc work. svn path=/import/netsurf/; revision=23
* [project @ 2002-06-18 21:24:21 by bursa]James Bursa2002-06-181-1/+6
| | | | | | Improved inline and float layout, new CSS properties, better debug output. svn path=/import/netsurf/; revision=20
* [project @ 2002-05-11 15:22:24 by bursa]James Bursa2002-05-111-12/+22
| | | | | | Better inline layout algorithm, simple tcl/tk gui. svn path=/import/netsurf/; revision=15
* [project @ 2002-04-25 15:52:26 by bursa]James Bursa2002-04-251-0/+59
Interface to fonts. svn path=/import/netsurf/; revision=8