summaryrefslogtreecommitdiff
path: root/frontends/amiga
Commit message (Collapse)AuthorAgeFilesLines
* remove warning callback from miscelaneous function tableVincent Sanders2019-11-111-1/+0
|
* add miscellaneous event to browser window callback tableVincent Sanders2019-08-201-6/+43
| | | | | | | | | | | | extend the browser window callback table with a miscallaneous event entry. This is used to replace all browser window callbacks which take no parameters. This reduces the API surface from seven separate calls to a single call with an enumeration which may be readily extended. The initial implementation in the frontends simply calls the original implementations to reduce scope for errors.
* remove login window from amiga frontendVincent Sanders2019-08-144-330/+1
|
* Amiga: DebugPrintF is OS4-onlyChris Young2019-08-101-0/+2
|
* Amiga: OS3 doesn't know FOREGROUNDPEN, so use TEXTPEN insteadChris Young2019-08-101-1/+1
|
* Amiga: Implement a simple listbrowser log in the GUIChris Young2019-08-104-8/+282
| | | | Can be revealed/hidden with F12 and is currently undocumented.
* Amiga: Allow running JS from ARexxChris Young2019-08-102-1/+32
| | | | | | Option arexx_allow_exec enables the EXEC command. It is disabled by default and currently undocumented. Theoretically this could be used by a form filler application.
* Remove scale from Amiga frontendChris Young2019-08-101-47/+26
| | | | | | Remove shadow scale variable Redraw when scale is changed This also fixes a long-standing bug where the window would not redraw correctly when scrolling if not at 100% scale
* Support SSL verification through new about: handlerDaniel Silverstone2019-08-061-1/+0
| | | | | | | | In doing this, also propagate why the certificates were bad so that the page can display a reason. We will need FatMessages for all these. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Reimplement handling of BAD_AUTH inside browser_windowDaniel Silverstone2019-08-061-1/+0
| | | | | | | | | | | | | We now handle authentication requests via an `about:` page which presents a nice form built into the browser window. In order to do this, we add internal navigation as a concept to the browser window and we strip the 401login support from all frontends except monkey. The 401login callback is now intended for password safe type support rather than an immediately interactive prompt. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* amiga: Fix more content error snafus.Daniel Silverstone2019-08-052-2/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* amiga: Try and catch the last content rework for amigaDaniel Silverstone2019-08-053-5/+10
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Amiga: Fix the corewindow get scroll call.Michael Drake2019-08-031-8/+1
|
* Corewindow: Sanitise scrolling API.Michael Drake2019-08-031-14/+22
| | | | | | | Now the core has a helper so that all the front ends don't need to implement the scroll to show area API. Now they simply have get and set scroll APIs.
* make use of improved browser_window_set_scale API in frontendsVincent Sanders2019-08-031-3/+3
|
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-031-2/+1
|
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-2/+2
|
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-031-2/+2
| | | | | this means frontends no longer need to scale mouse click events thus simplifying their implementation.
* amiga/history_local: Scroll to cursor on openDaniel Silverstone2019-08-021-0/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* fix missed get dimensions call in amiga frontendVincent Sanders2019-08-021-1/+1
|
* remove scaled parameter from get_dimensionsVincent Sanders2019-08-021-9/+7
|
* AMIGA: Update to remove rectangle scaling from browser window invalidateVincent Sanders2019-08-011-1/+1
|
* split browser and browser_window operationsVincent Sanders2019-08-011-1/+1
|
* Update version for next development cycleVincent Sanders2019-07-171-1/+1
|
* Declare global variables as extern in headersMichael Forney2019-06-301-1/+1
| | | | | | | Otherwise, each source file that includes the header will create a new definition, which are usually merged together by the linker. Multiple definitions of an object is not allowed in ISO C.
* Check callback memory is allocated before trying to use it.Chris Young2019-06-091-1/+2
|
* Fix memory leak in Amiga frontendChris Young2019-06-091-1/+4
|
* NULL drawhandle after freeChris Young2019-06-091-0/+1
|
* Make SimpleRefresh the default.Chris Young2019-05-122-2/+2
| | | | This reduces memory use.
* Add a render hook to ensure the browser window is redrawn when neededChris Young2019-05-121-0/+19
| | | | This fixes the occasional damaged areas in SimpleRefresh mode
* Mark functions as staticChris Young2019-05-101-20/+19
|
* Hide the message port which is shared amongst all Amiga NetSurf windowsChris Young2019-05-1012-13/+25
|
* Make the window list more privateChris Young2019-05-105-51/+68
| | | | TODO: fix arexx.c to not need it
* Use new beep functionChris Young2019-05-102-4/+3
|
* Make screen pointer accesible through an accessor function onlyChris Young2019-05-1023-32/+66
|
* Replace global current gui_window with an accessor functionChris Young2019-05-105-15/+26
|
* fix os3 buildChris Young2019-05-081-1/+1
|
* try storing form_control in the hook dataChris Young2019-05-083-28/+3
| | | | it doesn't appear to be needed anywhere else
* Make gadget object enum private to gui.cChris Young2019-05-083-40/+41
|
* make gui_window_2 private to gui.cChris Young2019-05-084-82/+82
|
* Pass ptr to clicktab var instead of func callsChris Young2019-05-084-8/+9
|
* more accessor for gui_window_2Chris Young2019-05-087-37/+166
|
* Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the ↵Chris Young2019-05-084-19/+18
| | | | gui_window_2 structure
* throbber crapChris Young2019-05-083-10/+70
|
* get the window title from a gui_windowChris Young2019-05-083-1/+13
|
* set find window functionChris Young2019-05-083-4/+19
|
* Try moving form_control into gui_windowChris Young2019-05-082-5/+3
|
* Accessor for the select menu control pointerChris Young2019-05-083-2/+30
|
* remove direct access to gui_window_2's gui_windowChris Young2019-05-0810-58/+82
|
* accessor for window from gui_window_2Chris Young2019-05-077-22/+32
|