summaryrefslogtreecommitdiff
path: root/cocoa/font.m
Commit message (Collapse)AuthorAgeFilesLines
* 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