summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a bunch of cppcheck unusedVariable/unreadVariable warningsChris Young2014-04-051-26/+5
|
* Fix cppcheck variableHidingTypedefChris Young2014-04-051-5/+5
|
* Remove cppcheck unnecessaryForwardDeclarationChris Young2014-04-051-2/+0
|
* Fix some cppcheck variableScope warningsChris Young2014-04-051-4/+3
|
* Fix cppcheck nullPointerChris Young2014-04-031-1/+2
|
* Fix cppcheck syntaxErrorChris Young2014-04-031-1/+1
|
* Fix cppcheck nullPointerChris Young2014-04-031-3/+5
|
* Fix cppcheck syntaxErrorChris Young2014-04-031-1/+1
|
* Fix cppcheck bufferAccessOutOfBoundsChris Young2014-04-031-1/+1
|
* fix formatting of defaults makefilesVincent Sanders2014-03-201-38/+38
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-183-16/+11
|
* Ensure any user-input URLs are passed to the core in UTF-8.Chris Young2014-03-133-14/+28
| | | | | | Everything else, including any content of the URL bar which hasn't just been entered by the user, is assumed to be in ASCII. NB: The exception is the ARexx OPEN command. This is because NetSurf uses the ARexx port and this command internally when multiple instances are opened. file: addresses typed into the address bar containing non-ASCII characters will probably no loger work, but it is expected that under normal circumstances, users will either drag'n'drop files or use Project=>Open. If it becomes an issue I will work around it at a later date.
* fixup missing includes from schedule changesVincent Sanders2014-03-093-3/+6
|
* move scheduleing into browser operation tableVincent Sanders2014-03-096-90/+140
|
* Disable the dither option if we're running on a screen which doesn't use it.Chris Young2014-03-011-0/+5
|
* Return 1 if help closed.Chris Young2014-02-192-1/+2
|
* Re-apply some of my previous changesChris Young2014-02-191-0/+7
|
* Updated amigaguide.class from Daniel JedlickaChris Young2014-02-191-89/+87
|
* More build fixing.Michael Drake2014-02-152-2/+2
|
* Fix build.Michael Drake2014-02-151-2/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-154-17/+17
|
* Clear signal variableChris Young2014-02-151-0/+1
|
* Correct caseChris Young2014-02-151-1/+1
|
* Process the ShutdownMsgId message sent by the AmigaGuide help system, and ↵Chris Young2014-02-152-2/+6
| | | | | | clean up if it is received. However, there appears to be a long-standing bug in amigaguide.library which means this is never sent.
* Fix builds.Michael Drake2014-02-101-2/+1
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-107-34/+17
|
* Add some explanation for the future.Chris Young2014-02-101-0/+2
|
* Force downloads to abort on quitChris Young2014-02-101-9/+8
|
* Tidy-up; ami_try_quit is checking the window list nowChris Young2014-02-101-90/+29
|
* Fix warningChris Young2014-02-101-0/+1
|
* Try quitting after downloading if there are no windows openChris Young2014-02-103-0/+4
|
* screen_signal should be reset to -1Chris Young2014-02-101-1/+1
|
* Force the GUI opts window closed on quitChris Young2014-02-102-0/+5
|
* Free help before attempting to close the screen, as it doesn't consider ↵Chris Young2014-02-101-2/+1
| | | | itself a visitor window.
* Don't wait for the screen to close unless we're actually quitting.Chris Young2014-02-101-3/+4
|
* Comment out debug for nowChris Young2014-02-102-2/+2
|
* Ensure we always free the screen notification signalChris Young2014-02-101-1/+5
|
* Need to get, rather than set, the signalChris Young2014-02-101-1/+1
|
* Get and process AmigaGuide help messagesChris Young2014-02-103-9/+27
|
* Add ability to process AmigaGuide messages whilst the help system is runningChris Young2014-02-102-3/+34
|
* SA_PubSig needs setting at screen open time.Chris Young2014-02-101-19/+24
| | | | Potentially this fixes a screen closure problem.
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-107-84/+60
| | | | browser_window_navigate flags.
* Unset tab flag in kiosk mode.Michael Drake2014-02-091-1/+1
|
* Fix errors.Michael Drake2014-02-091-2/+2
|
* Clean up gui_window creation API.Michael Drake2014-02-091-15/+12
|
* Fix amiga build.Michael Drake2014-02-081-2/+3
|
* Simplify local history interface.Michael Drake2014-02-083-5/+5
|
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+1
|
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-081-2/+1
| | | | Reduces front end need to access bw internals.
* Initialise AmigaGuide help system only at the point of first use.Chris Young2014-02-074-7/+7
|