summaryrefslogtreecommitdiff
path: root/cocoa/plotter.m
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized includes.Sven Weidauer2011-01-311-4/+4
| | | | svn path=/trunk/netsurf/; revision=11567
* Changing Xcode project file to build using the Makefiles and fixed some ↵Sven Weidauer2011-01-311-5/+9
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* Implemented resolution independence fot the TreeView and HistoryView and ↵Sven Weidauer2011-01-281-0/+4
| | | | | | moved the coordinate transform function to their own header. svn path=/trunk/netsurf/; revision=11513
* Rendering end pixels of horizontal and vertical lines correctly.Sven Weidauer2011-01-271-10/+26
| | | | svn path=/trunk/netsurf/; revision=11508
* Implemented resolution-independent rendering for the browser view. Still ↵Sven Weidauer2011-01-271-11/+35
| | | | | | needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507
* Activating (and fixing) more warnings in XcodeSven Weidauer2011-01-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=11469
* Implemented path plotterSven Weidauer2011-01-191-3/+64
| | | | svn path=/trunk/netsurf/; revision=11382
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+223
svn path=/trunk/netsurf/; revision=11292