summaryrefslogtreecommitdiff
path: root/amiga/font.c
Commit message (Expand)AuthorAgeFilesLines
* move scheduleing into browser operation tableVincent Sanders2014-03-091-3/+3
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-3/+3
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-1/+1
* Revert nsfont_split back to how it was before I started meddling with it.Chris Young2013-08-031-3/+3
* Further split fixingChris Young2013-05-281-3/+4
* fixup issues with new options API mergeVincent Sanders2013-05-281-3/+3
* move options includeVincent Sanders2013-05-281-1/+1
* More split fixeryChris Young2013-05-251-2/+2
* Another attempt to fix the moving split position when a string fits exactly.Chris Young2013-05-251-4/+3
* revert text split changeChris Young2013-05-201-1/+2
* Try to avoid the split point jumping around when it occurs exactly on the bou...Chris Young2013-05-181-3/+2
* Fix a potential crash when plotting glyphsChris Young2013-04-281-6/+6
* Fix memory leak and make a point of ignoring UTF-16 surrogatesChris Young2013-04-141-8/+40
* Don't recalculate next char positionChris Young2013-04-141-2/+2
* ensure the closest character is pickedChris Young2013-03-241-5/+8
* update posn_in_string loop to be similar to nsfont_splitChris Young2013-03-241-38/+18
* Handle UTF-16 multi-length characters properlyChris Young2013-03-241-97/+98
* Fix leaked utf16 string.Michael Drake2013-03-201-0/+2
* Ensure that actual_x is set when string fits inside available_width.Michael Drake2013-03-201-34/+27
* Fix error.Michael Drake2013-03-201-2/+1
* More meddling.Michael Drake2013-03-201-10/+6
* Another attempt.Michael Drake2013-03-201-4/+10
* Try fixing Amiga nsfont_split. (Untested!)Michael Drake2013-03-201-6/+5
* More logical splitting codeChris Young2013-02-151-14/+9
* Set the split point to the end of the line if the entire string fits in the a...Chris Young2013-02-121-15/+15
* Bring nsfont_split up to core expectations. Slightly bodged.Chris Young2013-02-101-19/+29
* Make logic compare clearerChris Young2013-01-101-3/+3
* Disable anti-aliasing for palette-mapped modesChris Young2012-08-051-12/+22
* move text colour settings into plotters.c, and use palette-map capable functionChris Young2012-08-041-2/+0
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-061-2/+17
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-051-8/+3
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-051-12/+26
* Ensure we are using the faster(?) character size functions in allChris Young2012-05-021-7/+24
* Add AppWindow ourself rather than letting window.class create it. InitialChris Young2012-04-281-1/+1
* Re-jig URL launch as would never have fallen back to using openurl.library.Chris Young2012-04-181-1/+1
* Just get glyph widths rather than the entire glyph when calculating sizes.Chris Young2012-04-091-11/+49
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-14/+14
* Add proposed small caps "x" and "q" mappings.Chris Young2011-12-051-0/+2
* Support small caps using the font's designed characters.Chris Young2011-12-041-1/+92
* Avoid memory leak when requested font cannot be opened.Chris Young2011-12-041-7/+8
* Don't use a designed font for oblique, only italic.Chris Young2011-12-041-2/+28
* Global list for diskfont.library fontengine cacheChris Young2011-12-041-2/+4
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-111-5/+5
* Select fonts, sizes and colours for splash screen text rather than relying on...Chris Young2011-09-071-0/+13
* Correct aspect ratio correctly and support widescreen displaysChris Young2011-07-171-5/+14
* Rename DataTypes related code/files/defines to avoid confusion and aid adding...Chris Young2011-05-061-4/+4
* Correct width of the em-square for non-72dpi settingsChris Young2011-05-021-8/+13
* Every five minutes, close any fonts not used in the last five minutesChris Young2011-05-011-2/+45
* Better loggingChris Young2011-05-011-3/+14
* If a designed font is defined but not available, error outChris Young2011-05-011-0/+4