summaryrefslogtreecommitdiff
path: root/cocoa/gui.m
Commit message (Collapse)AuthorAgeFilesLines
* Some random fixes.Sven Weidauer2011-01-261-2/+3
| | | | svn path=/trunk/netsurf/; revision=11496
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-1/+3
| | | | svn path=/trunk/netsurf/; revision=11494
* Decoding .ICO for faviconsSven Weidauer2011-01-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=11488
* General cleanup and warning fixesSven Weidauer2011-01-251-2/+2
| | | | svn path=/trunk/netsurf/; revision=11486
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-251-1/+14
| | | | svn path=/trunk/netsurf/; revision=11485
* Creating select menus for formsSven Weidauer2011-01-251-2/+5
| | | | svn path=/trunk/netsurf/; revision=11484
* Nicer button for local history, fading history view, more readable blue for ↵Sven Weidauer2011-01-251-0/+1
| | | | | | active item svn path=/trunk/netsurf/; revision=11481
* Activating (and fixing) more warnings in XcodeSven Weidauer2011-01-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=11469
* Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it ↵Sven Weidauer2011-01-201-2/+2
| | | | | | up and displays a spinner. svn path=/trunk/netsurf/; revision=11420
* Correct path for Messages fileSven Weidauer2011-01-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11419
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-23/+43
| | | | svn path=/trunk/netsurf/; revision=11396
* Getting a real path for the options fileSven Weidauer2011-01-171-2/+30
| | | | svn path=/trunk/netsurf/; revision=11350
* Font scaling and other scaling related fixes.Sven Weidauer2011-01-171-4/+12
| | | | svn path=/trunk/netsurf/; revision=11349
* Implementing selection and clipboard functions.Sven Weidauer2011-01-141-37/+2
| | | | svn path=/trunk/netsurf/; revision=11319
* Implemented download windowSven Weidauer2011-01-141-29/+0
| | | | svn path=/trunk/netsurf/; revision=11317
* Opening URLsSven Weidauer2011-01-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11316
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11310
* Copy scale value from cloned window and setting new clip rect for every ↵Sven Weidauer2011-01-131-0/+4
| | | | | | drawing operation. svn path=/trunk/netsurf/; revision=11308
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+391
svn path=/trunk/netsurf/; revision=11292