summaryrefslogtreecommitdiff
path: root/cocoa/NetsurfApp.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-3/+9
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Fix for options refactor.Michael Drake2012-03-241-4/+4
| | | | svn path=/trunk/netsurf/; revision=13576
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-16/+8
| | | | svn path=/trunk/netsurf/; revision=13548
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-2/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Fixing warning about unused result of expression.Sven Weidauer2011-05-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=12431
* Replacing deprecated method createDirectoryAtPath:attributes: with ↵Sven Weidauer2011-05-191-1/+1
| | | | | | non-deprecated version createDirectoryAtPath:withIntermediateDirectories:attributes:error: svn path=/trunk/netsurf/; revision=12430
* Fix Segfault at start if ca resource bundle path cannot be foundVincent Sanders2011-05-141-2/+5
| | | | svn path=/trunk/netsurf/; revision=12410
* Add code to open the source file into Xcode. Currently called by the context ↵François Revel2011-05-121-0/+4
| | | | | | menu because I didn't want to dig the .xib files, feel free to move it to the View main menu. svn path=/trunk/netsurf/; revision=12387
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+5
| | | | svn path=/trunk/netsurf/; revision=12283
* Skip command line arguments starting with - (including the annoying ↵François Revel2011-04-261-0/+3
| | | | | | -psn_0_... one when launched from Finder). svn path=/trunk/netsurf/; revision=12242
* Accept urls as arguments to the OSX binary and open them in different windows.François Revel2011-04-261-1/+7
| | | | svn path=/trunk/netsurf/; revision=12240
* Adding ca-bundle to the resourcesSven Weidauer2011-03-031-0/+2
| | | | svn path=/trunk/netsurf/; revision=11895
* Setting path for tree icons when tree class is initialized.Sven Weidauer2011-02-281-2/+0
| | | | svn path=/trunk/netsurf/; revision=11853
* Adding icons for tree views.Sven Weidauer2011-02-271-0/+3
| | | | svn path=/trunk/netsurf/; revision=11842
* Implemented gui_find_resource and using resource: URIs for builtin stylesheets.Sven Weidauer2011-02-261-11/+1
| | | | svn path=/trunk/netsurf/; revision=11819
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=11794
* Using real path from options for the bookmarks file instead of hardcoded ↵Sven Weidauer2011-02-011-3/+1
| | | | | | test string. svn path=/trunk/netsurf/; revision=11580
* Reorganized includes.Sven Weidauer2011-01-311-19/+18
| | | | svn path=/trunk/netsurf/; revision=11567
* Implemented search window.Sven Weidauer2011-01-311-0/+2
| | | | svn path=/trunk/netsurf/; revision=11563
* Implemented resolution-independent rendering for the browser view. Still ↵Sven Weidauer2011-01-271-2/+3
| | | | | | needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507
* Moved main() and related functions from gui.m to NetsurfApp.mSven Weidauer2011-01-271-0/+91
| | | | svn path=/trunk/netsurf/; revision=11506
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-261-0/+43
| | | | svn path=/trunk/netsurf/; revision=11503
* Case insensitive filesystems should just be banned from Earth and even the ↵François Revel2011-01-191-1/+1
| | | | | | Milky Way. svn path=/trunk/netsurf/; revision=11379
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-131-1/+0
| | | | svn path=/trunk/netsurf/; revision=11310
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+59
svn path=/trunk/netsurf/; revision=11292