summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* remove atari need to use browser internal data structuresVincent Sanders2014-11-212-16/+10
|
* doxygen cleanups in utilsVincent Sanders2014-11-121-2/+3
|
* fix up some warnings in atari buildVincent Sanders2014-11-102-13/+1
|
* remove unecessary include of render header from atariVincent Sanders2014-11-101-1/+0
|
* Doxygen warning fixesVincent Sanders2014-11-103-6/+6
|
* Continue doxygen error cleanup.Vincent Sanders2014-11-082-6/+7
|
* fix up more doxygen errorsVincent Sanders2014-11-081-2/+2
|
* Improve Doxygen documentationVincent Sanders2014-11-082-9/+9
|
* Fix several doxygen issuesVincent Sanders2014-11-082-5/+6
|
* fix errors in change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-0/+1
|
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-6/+6
|
* remove unecessary utils/types.hVincent Sanders2014-11-025-7/+5
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-36/+25
| | | | | | | | | | | | | Update the API which allows frontends to acquire the page features (images, link urls or form elements) present at the given coordinates within a browser window. By making this an explicit browser_window API and using the browser.h header for the associated data structure with a more appropriate API naming the usage is much more obvious and contained. Additionally the link url is now passed around as a nsurl stopping it being converted from nsurl to text and back again several times.
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-2/+4
|
* remove the die API from the core.Vincent Sanders2014-10-262-0/+10
| | | | | | | | 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
* Try doxygen todo format.Michael Drake2014-10-251-3/+3
|
* Shouldn't need bw internals now.Michael Drake2014-10-251-1/+1
|
* Attempt to avoid using bw internals.Michael Drake2014-10-251-7/+7
| | | | | There are so many levels of windows here, that this could well be broken, as its rather confusing.
* Shouldn't need bw internals now.Michael Drake2014-10-251-1/+1
|
* Don't access bw internals.Michael Drake2014-10-251-6/+7
|
* Reduce usage of bw internals. Add some TODOs for m0n0 to look at.Michael Drake2014-10-251-3/+9
|
* Doesn't look like browser window internals are used here.Michael Drake2014-10-251-1/+0
|
* Use API to test for bw content.Michael Drake2014-10-251-1/+1
|
* Initial bw scale comes from core.Michael Drake2014-10-252-8/+6
|
* Shouldn't need browser window internals now.Michael Drake2014-10-251-1/+1
|
* Attempt to remove dependancy of search implementation on bw internals.Michael Drake2014-10-253-14/+14
|
* Doesn't look like browser window internals are used here.Michael Drake2014-10-251-1/+1
|
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-221-0/+1
| | | | | | | | This is a simple HTML front end for the Google Static Maps API, since we don't yet have enough JS support for the full Google Maps. See: https://developers.google.com/maps/documentation/staticmaps/
* stop dereferencing browser private data in atari guiVincent Sanders2014-10-191-5/+4
|
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-1722-123/+100
|
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-1615-56/+53
|
* remove unecessary css includes from fronetendsVincent Sanders2014-10-134-4/+0
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-136-7/+1
| | | | | | | | | 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-133-4/+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-7/+5
|
* fix typo in netsurf_quit reworkVincent Sanders2014-10-121-1/+1
|
* 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
|
* Do not show the maximize window widgetOle Loots2014-09-171-1/+1
|
* Moved Save/Abort buttons into a toolbarOle Loots2014-09-174-22/+23
|
* Include default cache folder in packageOle Loots2014-09-161-0/+1
|
* Fixed some unused variable warnings.Ole Loots2014-09-153-6/+3
|
* Fixed some unused variable warining.Ole Loots2014-09-157-66/+12
|
* Enabled the filesystem backing store.Ole Loots2014-09-152-0/+9
|
* Added disc cache options to the settings dialogOle Loots2014-09-154-146/+212
|
* Pass store path to netsurf_init()Ole Loots2014-09-151-1/+3
|
* Added missing includeOle Loots2014-09-131-0/+1
|
* Removed unused variableOle Loots2014-09-131-1/+0
|
* Removed unused variable / dead code.Ole Loots2014-09-131-18/+0
|
* Removed unused variable.Ole Loots2014-09-131-1/+0
|