summaryrefslogtreecommitdiff
path: root/amiga/font.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't open fonts until they are neededChris Young2011-04-301-119/+92
* Make Y DPI a configurable option. Default is 72 (AmigaOS standard)Chris Young2011-04-251-2/+4
* Logically, this ratio should be x/y not y/xChris Young2011-04-221-1/+1
* Aspect-corrected font DPI. Needs testing on a mode with non-square pixels an...Chris Young2011-04-221-15/+40
* Set font DPI from nscss_screen_dpi to ensure it is always in syncChris Young2011-04-221-1/+15
* Also add softstyle for italicsChris Young2011-04-221-9/+31
* Use bold softstyle when no designed bold font is definedChris Young2011-04-221-8/+23
* Don't scale text plots in front end (Amiga).Michael Drake2011-03-081-4/+4
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Amiga font code revamped and fixed. Will now fall back to a different font i...Chris Young2010-05-061-127/+182
* Fix assert. This is wrong, needs investigation.Chris Young2010-05-031-1/+1
* Fix loops reading too many charactersChris Young2010-05-031-3/+3
* Fix assert when clicking empty text boxesChris Young2010-04-301-1/+1
* Don't check if the next character is outside the printable string, if it is i...Chris Young2010-04-291-15/+6
* Text kerningChris Young2010-04-291-17/+58
* More correct font width calculations/placingChris Young2010-04-291-4/+10
* Possibly more accurate text placementChris Young2010-04-291-3/+3
* Fix character offset, which was one character left of where the user clicked ...Chris Young2010-03-141-2/+3
* More helpful font open errorChris Young2010-01-151-1/+27
* Fix odd missing charsChris Young2009-10-241-2/+2
* fix text cursor positioning some moreChris Young2009-09-231-5/+5
* Click position improvementsChris Young2009-09-051-5/+12
* Fix missing charactersChris Young2009-09-051-15/+6
* More simpleChris Young2009-09-051-11/+3
* Simplify and fix some long-standing highlight/layout issuesChris Young2009-09-051-23/+44
* Font scaling - scaling now works for printing, need 2nd attempt at implementi...Chris Young2009-08-291-1/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-6/+4
* Scale font sizes, for better accuracy.John Mark Bell2009-07-211-3/+3
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-58/+44
* Minor positional changes. This code probably needs a rethink as it doesn't c...Chris Young2009-07-021-2/+3
* Revert accidental changeChris Young2009-06-201-1/+1
* Modify correct RastPortChris Young2009-06-201-2/+2
* Support option_font_defaultChris Young2009-06-201-2/+26