summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-1615-56/+53
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-1633-323/+382
|
* Update framebuffer frontend to cope with split operations table headersVincent Sanders2014-10-165-10/+10
|
* Update gtk frontend to cope with split operations table headersVincent Sanders2014-10-167-21/+21
|
* Update monkey frontend to cope with split operations table headersVincent Sanders2014-10-167-12/+36
|
* Update windows frontend to cope with split operations table headersVincent Sanders2014-10-1610-46/+40
|
* Update the RISC OS frontend to cope with split operations table headersVincent Sanders2014-10-1618-70/+78
|
* Update the core to use the split operations table headersVincent Sanders2014-10-1629-84/+110
| | | | Second in the series to decouple the core API usage from the frontends.
* Split up graphical user interface operations table headersVincent Sanders2014-10-1611-610/+831
| | | | | | This is the initial part of a series which splits up the API interface definitions for the frontends removing a great deal of unnecessary file inclusion and further isolates the fronted API usage from the core
* Remove some bw derefs.Michael Drake2014-10-161-11/+10
|
* Avoid a bw deref.Michael Drake2014-10-161-1/+1
|
* Browser window isn't available directly here.Michael Drake2014-10-161-2/+2
|
* Avoid dealing with hlcache_handle in key handling.Michael Drake2014-10-161-6/+3
|
* Simplify window closing buy user proper browser_window API.Michael Drake2014-10-161-11/+7
|
* Cocoa front end calls bw browser.Michael Drake2014-10-161-1/+1
|
* Attempt Objective-C fix.Michael Drake2014-10-161-2/+3
|
* Fix with ugly -- but commented -- hack.Michael Drake2014-10-161-0/+7
|
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ↵Michael Drake2014-10-169-18/+24
| | | | ends.
* Remove unused global.Michael Drake2014-10-161-1/+0
|
* Remove seemingly unused global.Michael Drake2014-10-161-2/+0
|
* Remove seemingly unused global.Michael Drake2014-10-161-4/+0
|
* Don't pass browser_window around for select menu handling.Michael Drake2014-10-161-7/+7
| | | | It was only needed to access gui_window, so just padd gui_window.
* Update the correct favicon setter to take gui_window.Michael Drake2014-10-161-7/+6
|
* Chage favicon set APIs to take gui_window rather than hlcache_handle.Michael Drake2014-10-165-12/+15
| | | | | | | | Let the front end pass its own types around, rather than core ones. This removes one "bw->current_content" from window.c. Now the current content is only accessed where its needed, in the favicon handler, and it is accessed via the appropriate API.
* Really fix error.Michael Drake2014-10-151-1/+1
|
* Fix error.Michael Drake2014-10-151-1/+1
|
* Don't dereference bw to get window scale.Michael Drake2014-10-153-42/+57
|
* Don't include browser_private.Michael Drake2014-10-151-1/+0
|
* Use API to get window extents.Michael Drake2014-10-151-4/+4
|
* Don't need content to window conversion.Michael Drake2014-10-151-15/+0
|
* There's no reason to connect thumbnails with windows.Michael Drake2014-10-151-6/+1
|
* HTTPS: disable all SSL versions; emit fallback SCSV on downgrade.John-Mark Bell2014-10-151-1/+5
| | | | | | This removes all support for SSL and (with help from servers that support the fallback SCSV) protects against inappropriate protocol downgrade.
* Remove trailing whitespace.Michael Drake2014-10-151-93/+93
|
* Remove trailing whitespace.Michael Drake2014-10-151-1/+1
|
* remove unecessary css includes from fronetendsVincent Sanders2014-10-1312-19/+5
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-1336-56/+132
| | | | | | | | | 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.
* remove unused includeVincent Sanders2014-10-131-1/+0
|
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-1343-236/+270
| | | | | | | | | | | | 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.
* remove unecessary css includeVincent Sanders2014-10-131-1/+0
|
* remove unecessary includesVincent Sanders2014-10-132-2/+0
|
* add API to set DPIVincent Sanders2014-10-138-22/+44
|
* remove netsurf_poll callback and netsurf main loopVincent Sanders2014-10-134-28/+3
|
* remove use of deprecated netsurf_quit variable in riscosVincent Sanders2014-10-134-6/+11
| | | | | | 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.
* remove use of deprecated netsurf_quit variable in beosFrançois Revol2014-10-134-7/+17
| | | | | | 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.
* 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.
* remove use of deprecated netsurf_quit variable in monkeyVincent Sanders2014-10-123-6/+10
| | | | | | 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.
* set defaults for cookie and url databaseVincent Sanders2014-10-122-3/+7
|
* fix typo in netsurf_quit reworkVincent Sanders2014-10-121-1/+1
|
* remove use of deprecated netsurf_quit variable in win32Vincent Sanders2014-10-123-25/+35
| | | | | | 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.
* remove use of deprecated netsurf_quit variableVincent Sanders2014-10-121-14/+15
| | | | | | | | | 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. The Atari maintainer probably wants to look at moving the ami_quit handling inside atari_poll() to further reduce overhead.