summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* Doesn't look bw internals are used here.Michael Drake2014-10-241-1/+0
|
* Move create_form_select_menu to window gui table.Michael Drake2014-10-241-1/+1
|
* fix cocoa browser private dereferencesVincent Sanders2014-10-191-9/+11
|
* improve cocoa frontend to use proper API for browser_window accessVincent Sanders2014-10-194-11/+9
|
* update cocoa frontend to cope with split operation tablesVincent Sanders2014-10-166-16/+16
|
* Cocoa front end calls bw browser.Michael Drake2014-10-161-1/+1
|
* Attempt Objective-C fix.Michael Drake2014-10-161-2/+3
|
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ↵Michael Drake2014-10-161-2/+2
| | | | ends.
* remove unecessary css includes from fronetendsVincent Sanders2014-10-132-3/+0
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-2/+2
| | | | | | | | | | | | The netsurf core is driven from numerous operation tables most of which are now set through a common netsurf_register() interface. The font and plotting interfaces are currently separate and unlike all the other operation tables are modified for differing contexts. This change moves the font operations alongside all the other operations table and remove unnecessary interaction with the renderers font internals. Further this also removes the need for css internals to be visible in frontends.
* add API to set DPIVincent Sanders2014-10-131-2/+2
|
* remove use of deprecated netsurf_quit variable in cocoaVincent Sanders2014-10-122-32/+41
| | | | | | 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.
* update default mac os X version in the correct placeVincent Sanders2014-10-032-3/+1
|
* As we no longer build the PPC version the default SDK version should be 10.6 ↵Vincent Sanders2014-10-031-1/+1
| | | | for snow leopard compatability
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-2/+1
| | | | and C++
* fixup missing includesVincent Sanders2014-07-062-0/+2
|
* fixup merge of scheduled reformatVincent Sanders2014-07-061-1/+1
|
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-012-30/+16
|
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-1/+1
|
* make launch_url core operation use nsurlVincent Sanders2014-05-271-2/+3
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-263-25/+3
|
* 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
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-1/+1
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-16/+0
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* improve iconv library handlingVincent Sanders2014-04-301-1/+1
|
* fix formatting of defaults makefilesVincent Sanders2014-03-202-70/+68
|
* add missing include to cocoa searchVincent Sanders2014-03-181-0/+1
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-183-5/+8
|
* fixup missing includes from schedule changesVincent Sanders2014-03-091-0/+2
|
* move scheduleing into browser operation tableVincent Sanders2014-03-094-16/+36
|
* Make history internal to browser_window module.Michael Drake2014-02-154-23/+20
|
* Fix builds.Michael Drake2014-02-101-4/+2
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-102-6/+3
|
* Missed a file.Michael Drake2014-02-101-4/+4
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-105-26/+19
| | | | browser_window_navigate flags.
* Just make new windows have default scale, since I can't see how to get at ↵Michael Drake2014-02-091-1/+1
| | | | | | the bw. This all needs to be done in the core anyway.
* Fix build.Michael Drake2014-02-091-1/+1
|
* Clean up gui_window creation API.Michael Drake2014-02-091-5/+5
|
* Simplify local history interface.Michael Drake2014-02-082-4/+4
|
* Shouldn't need browser_privare now. (Untested.)Michael Drake2014-02-081-1/+1
|
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+1
|
* fix remaining include errorsVincent Sanders2014-02-032-1/+2
|
* fixup missing includesVincent Sanders2014-02-036-0/+8
|
* fix missing includesVincent Sanders2014-02-011-0/+1
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-012-41/+0
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-5/+4
|
* fix errors in url_to_path tfetch table changesVincent Sanders2014-01-251-0/+1
|