summaryrefslogtreecommitdiff
path: root/frontends/windows/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-1/+1
|
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-4/+5
|
* Fix windows word splittingmjw2017-07-301-1/+1
| | | | | mjw on IRC pointed out that the windows word splitting code was not checking a return code properly resulting in broken word splitting.
* cleanup windows frontend documentation comments and spellingVincent Sanders2017-02-171-37/+69
|
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+1
|
* 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.
* Windows: Fix font table to return nserror.Michael Drake2017-01-021-10/+14
| | | | | | | We were returning true on success, which when the return value was tested for being NSERROR_OK (0), meant it was treated as failure. Now we correctly return NSERROR_OK on success.
* move layout header into public APIVincent Sanders2016-05-301-1/+1
|
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+298