summaryrefslogtreecommitdiff
path: root/cocoa/font.m
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-243/+0
|
* attempt to fix cocoa frontend font layout tableVincent Sanders2016-04-241-3/+3
|
* update cocoa frontend to use font layout tableVincent Sanders2016-04-241-22/+29
|
* 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-2/+2
| | | | | | | | | | | | 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
|
* Getting rid of cocoa_set_font_scale_factorSven Weidauer2011-03-141-10/+1
| | | | svn path=/trunk/netsurf/; revision=12042
* Fixed text scaling.Sven Weidauer2011-03-041-2/+5
| | | | svn path=/trunk/netsurf/; revision=11905
* Fixed text splitting.Sven Weidauer2011-03-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11904
* Reorganized includes.Sven Weidauer2011-01-311-9/+6
| | | | svn path=/trunk/netsurf/; revision=11567
* Changing Xcode project file to build using the Makefiles and fixed some ↵Sven Weidauer2011-01-311-2/+1
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* More font-related fixes.Sven Weidauer2011-01-281-8/+6
| | | | svn path=/trunk/netsurf/; revision=11516
* Updated baseline calculation for fontsSven Weidauer2011-01-281-7/+6
| | | | svn path=/trunk/netsurf/; revision=11512
* Implemented resolution-independent rendering for the browser view. Still ↵Sven Weidauer2011-01-271-6/+7
| | | | | | needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507
* Fixing font calculations and warnings about invalid glyph indices.Sven Weidauer2011-01-271-3/+6
| | | | svn path=/trunk/netsurf/; revision=11504
* Improved/refactored font functions and (hopefully) sped up ↵Sven Weidauer2011-01-261-87/+135
| | | | | | cocoa_prepare_layout_manager() svn path=/trunk/netsurf/; revision=11489
* Fixing font scaling and splittingSven Weidauer2011-01-251-13/+9
| | | | svn path=/trunk/netsurf/; revision=11482
* Activating (and fixing) more warnings in XcodeSven Weidauer2011-01-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11469
* More font traitsSven Weidauer2011-01-171-1/+13
| | | | svn path=/trunk/netsurf/; revision=11359
* Font scaling and other scaling related fixes.Sven Weidauer2011-01-171-1/+11
| | | | svn path=/trunk/netsurf/; revision=11349
* Recalculating actual position in string after text split.Sven Weidauer2011-01-121-0/+3
| | | | svn path=/trunk/netsurf/; revision=11300
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+177
svn path=/trunk/netsurf/; revision=11292