summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Move some init functions together for the sake of clarityChris Young2014-11-101-11/+6
|
* Move MIME cleanup before NetSurf's internal exit.Chris Young2014-11-101-3/+3
|
* Remove gui_init and merge the contents into main()Chris Young2014-11-101-26/+22
|
* Remove die()Chris Young2014-11-102-25/+24
| | | | Terminating execution abruptly on AmigaOS is dangerous.
* Fix warningsChris Young2014-11-101-6/+7
|
* Fix warnings, formattingChris Young2014-11-101-32/+18
|
* Fix warningsChris Young2014-11-091-3/+4
|
* Fix warningChris Young2014-11-091-2/+2
|
* Fix warningsChris Young2014-11-092-11/+13
|
* Fix warningsChris Young2014-11-092-11/+14
|
* Fix warningChris Young2014-11-091-1/+1
|
* Fix warningChris Young2014-11-091-0/+1
|
* Fix warningsChris Young2014-11-091-2/+2
|
* Fix warningsChris Young2014-11-092-2/+4
|
* Fix warningsChris Young2014-11-091-18/+18
|
* Fix warningsChris Young2014-11-091-17/+10
|
* Fix warningsChris Young2014-11-091-13/+14
|
* Fix warningsChris Young2014-11-091-6/+6
|
* Fix warningsChris Young2014-11-093-11/+5
|
* Fix warningsChris Young2014-11-091-12/+8
|
* Fix warningsChris Young2014-11-091-9/+7
|
* Fix warningsChris Young2014-11-091-7/+7
|
* Fix warningsChris Young2014-11-092-69/+64
|
* Fix warnings, remove unused code.Chris Young2014-11-093-28/+14
|
* Fix warningChris Young2014-11-091-1/+0
|
* Fix warningsChris Young2014-11-091-9/+7
|
* Don't bug the user if a non-essential library can't be opened - just log it.Chris Young2014-11-091-2/+8
| | | | Also log if the interface can't be obtained. If we've asked for the right library version, this should never fail.
* Terminate execution if an essential library fails to openChris Young2014-11-093-55/+61
|
* Log library open attemptsChris Young2014-11-091-0/+2
|
* Open libraries *before* we need them...Chris Young2014-11-091-2/+3
|
* All required libsChris Young2014-11-091-2/+96
|
* Fix graphics.libraryChris Young2014-11-091-0/+2
|
* More libraries, tidy-upChris Young2014-11-093-17/+34
|
* Use macros for clarityChris Young2014-11-092-13/+17
|
* Fix headersChris Young2014-11-093-5/+8
|
* Add new libs file to centrally open/close required libraries, and move a ↵Chris Young2014-11-094-22/+75
| | | | couple of the existing manual opens to it.
* remove -lautoChris Young2014-11-091-2/+2
|
* Improve Doxygen documentationVincent Sanders2014-11-081-1/+1
|
* Fix several doxygen issuesVincent Sanders2014-11-083-7/+5
|
* Don't crash if download dir not setChris Young2014-11-041-1/+2
|
* Fix stupid nsurl struct mistake for amiga.Vincent Sanders2014-11-031-1/+2
|
* replace save_link operation table entry usage of textural url with nsurlVincent Sanders2014-11-032-6/+7
|
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-6/+9
|
* fix errors introuced with previous header cleanup.Vincent Sanders2014-11-022-1/+6
|
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-022-6/+6
| | | | | | | | | | | | | 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.
* Don't need old URL header.Michael Drake2014-10-312-2/+0
|
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-1/+3
| | | | | change all callers over to using new API for generating nice filenames from a url and remove the old API.
* Change min stack (again) to 128KChris Young2014-10-301-1/+1
| | | | It has come to my attention that some websites (eg amigakit.com) are using marginally more than the 96K stack space set previously. This should give plenty of breathing space.
* add missing include to amiga historyVincent Sanders2014-10-291-0/+1
|
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-2/+3
|