summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* whitespace and documentation cleanupsVincent Sanders2014-10-121-330/+380
|
* Some minor documentation cleanups to reduce doxygen warningsVincent Sanders2014-10-121-5/+15
|
* remove use of deprecated netsurf_quit variableVincent Sanders2014-10-121-11/+8
| | | | | | | | | 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 Amiga maintainer probably wants to look at moving the ami_quit signalling inside ami_handle_msg() to further reduce overhead.
* Trivial sepelling, documentation and whitespace cleanupsVincent Sanders2014-10-104-63/+70
|
* Add three languages which now have OS4 language drivers.Chris Young2014-10-031-0/+4
|
* update default mac os X version in the correct placeVincent Sanders2014-10-032-3/+1
|
* update to install OS packages on mac os x with macportsVincent Sanders2014-10-031-0/+13
|
* 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
* Correct Lock() parameterChris Young2014-09-291-1/+1
|
* Fix textarea wrap bug.Michael Drake2014-09-271-2/+12
| | | | | | Was comparing against the current start line length, to decide if it needed redrawing, without taking into account that old start line might have been longer.
* Redraws during layout are prohibited, and redundant.Michael Drake2014-09-274-0/+22
|
* Stop invalid background image URL from preventing page load.Michael Drake2014-09-251-9/+10
| | | | | Stops url(http://) from causing page load to fail with warning message of "boxconvert".
* move about and preferences window handling to more sensible positionVincent Sanders2014-09-228-10/+10
|
* remove old notes that are no longer relevantVincent Sanders2014-09-221-36/+0
|
* change frmebuffer to run its own main loopVincent Sanders2014-09-221-19/+24
|
* move gtk to using its own main loop instead of core pollingVincent Sanders2014-09-221-37/+48
|
* use gtk completion variable and remove uneeded include of netsurf.hVincent Sanders2014-09-224-9/+8
|
* add flag to allow gtk loop to be signalled to exitVincent Sanders2014-09-221-14/+20
|
* move gtk execution loop to main()Vincent Sanders2014-09-221-7/+9
|
* stop poll callback entry being mandantory in preparation for its removalVincent Sanders2014-09-221-4/+0
|
* void functionChris Young2014-09-201-4/+4
|
* Stop the Amiga build complaining about redefined strndupChris Young2014-09-201-1/+1
|
* Move log init so it starts earlierChris Young2014-09-202-9/+16
|
* Optimise case where scrollbar_set_extents call changes nothing.Michael Drake2014-09-191-0/+6
|
* Setting extents can move scroll pos, so send message.Michael Drake2014-09-191-1/+7
|
* Make code more readable.Michael Drake2014-09-191-3/+5
|
* Fix a couple of comment typos.Michael Drake2014-09-191-2/+2
|