summaryrefslogtreecommitdiff
path: root/cocoa/NetsurfApp.m
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-302/+0
|
* update cocoa frontend to not use depricated warn_user APIVincent Sanders2016-05-021-1/+1
|
* update cocoa frontend to use font layout tableVincent Sanders2016-04-241-0/+2
|
* complete the rename of the gui browser tableVincent Sanders2016-04-161-1/+1
| | | | | | When the operations tables were created the browser table was renamed to miscellaneous except the actual rename patch was never applied, this fixes that situation.
* cleanup cocoa application run methodVincent Sanders2016-02-101-154/+164
| | | | | This fixes several warnings and cleans up automatic pool cleanup handling in the run method. Additionally this is a whitespace cleanup.
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-1/+3
| | | | | | | | | | The translated message loading is dependant on configuration of resource location in each frontend, additionally they should have the ability to deal with errors in this loading in a implementation specific manner. This also extends the message loading API to be capable of loading from an inline memory buffer instead of from a file.
* convert cocoa frontend to bitmap operation tableVincent Sanders2015-04-161-1/+3
|
* remove the die API from the core.Vincent Sanders2014-10-261-0/+12
| | | | | | | | The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends
* update cocoa frontend to cope with split operation tablesVincent Sanders2014-10-161-8/+6
|
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-2/+0
|
* remove use of deprecated netsurf_quit variable in cocoaVincent Sanders2014-10-121-11/+33
| | | | | | The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether.
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-0/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-2/+1
| | | | browser_window_navigate flags.
* fix errors in url_to_path tfetch table changesVincent Sanders2014-01-251-0/+1
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-1/+0
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-0/+1
|
* fix typo in cocoa importVincent Sanders2014-01-161-1/+1
|
* fix cocoa buildVincent Sanders2014-01-161-0/+2
|
* split browser gui operations upVincent Sanders2014-01-151-3/+7
|
* move download operations to download tableVincent Sanders2014-01-141-0/+2
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-1/+1
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* fixup atari option namesVincent Sanders2013-05-281-2/+0
|
* move cocoa to new option APIVincent Sanders2013-05-281-2/+23
|
* move options includeVincent Sanders2013-05-281-2/+2
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+5
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-1/+17
|
* 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