summaryrefslogtreecommitdiff
path: root/windows/font.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-298/+0
|
* update windows frontend to use font layout tableVincent Sanders2016-04-241-21/+17
|
* fix broken windows frontend font handlingVincent Sanders2016-03-221-51/+109
|
* Fix obvious bug in nsfont_split.Michael Drake2016-03-211-3/+2
| | | | | Was using nsfont_position_in_string instead of nsfont_width, resulting in returning nonsense actual_x and char_offset values.
* Log nsfont_width failure.Michael Drake2016-03-211-0/+2
|
* Remove printf logging.Michael Drake2016-03-211-1/+0
|
* Update windows frontend to cope with split operations table headersVincent Sanders2014-10-161-10/+12
|
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-1/+0
|
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-1/+1
| | | | | | | | | | | | 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 utf8 local conversion operations to tableVincent Sanders2014-02-011-2/+9
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-5/+5
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Update for new nsfont_split expectations. Untested, but code same as ↵Michael Drake2013-02-101-0/+8
| | | | framebuffer.
* fix build warningsVincent Sanders2012-08-101-0/+4
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+20
| | | | svn path=/trunk/netsurf/; revision=13548
* fix thumbnailing and localhistoryVincent Sanders2010-10-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=10885
* Cleanup toolbar usageVincent Sanders2010-02-041-23/+24
| | | | | | Fix font sizing svn path=/trunk/netsurf/; revision=9954
* Add Windows frontendVincent Sanders2010-01-311-0/+208
svn path=/trunk/netsurf/; revision=9940