summaryrefslogtreecommitdiff
path: root/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Ensure we don't get extraneous signals allocatedChris Young2014-04-061-1/+2
|
* Fix a case where the screen wouldn't close if NetSurf had been launched from ↵Chris Young2014-04-061-4/+2
| | | | Workbench
* Fix some more cppcheck unread/unusedVariable warningsChris Young2014-04-051-3/+0
|
* Fix cppcheck constStatement warningChris Young2014-04-051-2/+2
|
* Fix some cppcheck variableScope warningsChris Young2014-04-051-4/+5
|
* Fix a bunch of cppcheck unusedVariable/unreadVariable warningsChris Young2014-04-051-26/+5
|
* Fix cppcheck variableHidingTypedefChris Young2014-04-051-5/+5
|
* Fix some cppcheck variableScope warningsChris Young2014-04-051-4/+3
|
* Fix cppcheck syntaxErrorChris Young2014-04-031-1/+1
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-0/+1
|
* Ensure any user-input URLs are passed to the core in UTF-8.Chris Young2014-03-131-12/+18
| | | | | | 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.
* move scheduleing into browser operation tableVincent Sanders2014-03-091-5/+6
|
* Make history internal to browser_window module.Michael Drake2014-02-151-3/+3
|
* Fix builds.Michael Drake2014-02-101-2/+1
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-10/+5
|
* 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
|
* Try quitting after downloading if there are no windows openChris Young2014-02-101-0/+2
|
* screen_signal should be reset to -1Chris Young2014-02-101-1/+1
|
* Force the GUI opts window closed on quitChris Young2014-02-101-0/+4
|
* 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
|
* Ensure we always free the screen notification signalChris Young2014-02-101-1/+5
|
* Get and process AmigaGuide help messagesChris Young2014-02-101-9/+9
|
* 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-101-44/+28
| | | | 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-081-2/+2
|
* 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-071-2/+1
|
* Only allocate printing resources for the period of time we need them.Chris Young2014-02-071-10/+6
|
* BracketsChris Young2014-02-061-1/+1
|
* Only allocate a signal for screen closure at the point we need it. This ↵Chris Young2014-02-061-8/+11
| | | | ensures there are enough free signals for popupmenu.library (at the moment, at least)
* Avoid a potential crash when two tabs are opened and one of them is closed.Chris Young2014-02-061-0/+6
|
* fix missing includesVincent Sanders2014-02-011-0/+2
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+1
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+2
|
* Ensure the screen actually gets closed before NetSurf quits.Chris Young2014-01-241-2/+6
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-3/+9
|
* Fix ReadArgs() argument parsing. Collect any parameters we're not interested ↵Chris Young2014-01-181-51/+78
| | | | in and pass those to nsoption_commandline directly.
* Debug loggingChris Young2014-01-181-0/+4
|
* fixup amiga build errorsVincent Sanders2014-01-161-5/+7
|
* move 401 login into operation tableVincent Sanders2014-01-161-0/+1
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+29
|
* split browser gui operations upVincent Sanders2014-01-151-10/+13
|
* move remaining gui operations to tableVincent Sanders2014-01-141-1/+7
|