Commit Graph

  • cb33f696a2 browser_window: use about:blank if current_parameters is empty Daniel Silverstone 2019-08-23 21:57:04 +0100
  • daa9b2c014 add home button clicked handler Vincent Sanders 2019-08-23 20:29:03 +0100
  • 976f80a0bf implement several more button press handlers Vincent Sanders 2019-08-22 18:40:38 +0100
  • 80ea4e0ea3 connect button clicked events for local history and stop buttons Vincent Sanders 2019-08-22 00:19:39 +0100
  • 1015542ba6 fix url enttry completion Vincent Sanders 2019-08-21 23:06:56 +0100
  • df496cc8bc Window: set{Timeout,Interval}() default delay 10ms Daniel Silverstone 2019-08-21 21:46:52 +0100
  • 9a3f138f92 Browser: Do a better job of not leaking query URIs to the frontend Daniel Silverstone 2019-08-21 20:51:13 +0100
  • 2538d05bb4 browser: Turn internal nav URLs into corestring_nsurls Daniel Silverstone 2019-08-21 20:50:54 +0100
  • b67bbe3280 browser_window: Ensure that back works like 'back to safety' Daniel Silverstone 2019-08-21 20:33:52 +0100
  • 904397ed87 cleanup toolbar warnings Vincent Sanders 2019-08-21 19:58:00 +0100
  • b61fd439a2 make url entry repond to navigate and update signals Vincent Sanders 2019-08-21 15:29:10 +0100
  • 70171fbfde make toolbar url entry display url Vincent Sanders 2019-08-20 23:33:38 +0100
  • 0bc7ba7ab2 working throbber Vincent Sanders 2019-08-20 16:13:00 +0100
  • fa13836653 move toolbar to be in tab contents Vincent Sanders 2019-08-18 23:45:19 +0100
  • 1f8b59709a get the code to at least compile again. toolbar is completely broken Vincent Sanders 2019-08-18 10:21:44 +0100
  • 3acfd76cfc moved most of init to toolbar.c Vincent Sanders 2019-08-17 18:32:22 +0100
  • 6bce06b91f fix spelling mistakes from miscellaneous event commit Vincent Sanders 2019-08-20 16:38:51 +0100
  • 4dc4d8b318 add miscellaneous event to browser window callback table Vincent Sanders 2019-08-20 00:16:52 +0100
  • c0e27bd0da access gtk throbber frames through an interface Vincent Sanders 2019-08-18 14:41:31 +0100
  • 01f3879b64 Move favicon from url entry widget to notebook tab label Vincent Sanders 2019-08-15 23:02:04 +0100
  • 44f3846727 SSL Error: Enable OpenSSL hostname verification Daniel Silverstone 2019-08-14 20:11:11 +0100
  • c903c881e6 browser_window: handle 'back to safety' cleanly Daniel Silverstone 2019-08-14 19:31:45 +0100
  • 5cd45cf7f0 Clean up message translations Vincent Sanders 2019-08-14 18:17:21 +0100
  • 22ae220bf6 fix atari removal of login window Vincent Sanders 2019-08-14 12:43:15 +0100
  • 4094232e3d
    remove login window from atari frontend Vincent Sanders 2019-08-14 12:31:59 +0100
  • 1e9bfcda7e
    remove login window from amiga frontend Vincent Sanders 2019-08-14 12:23:04 +0100
  • 7f6222babe
    remove login from riscos frontend Vincent Sanders 2019-08-14 12:18:39 +0100
  • ccd81015a1
    remove login window from windows frontend Vincent Sanders 2019-08-14 12:09:04 +0100
  • 6a1dbd377b
    remove login window from gtk front end Vincent Sanders 2019-08-13 12:09:21 +0100
  • a3c3b2fa97 make internal url navigation check safe Vincent Sanders 2019-08-12 12:13:09 +0100
  • ef75d670d6 Amiga: DebugPrintF is OS4-only Chris Young 2019-08-10 14:51:15 +0100
  • 765c9c6654 Amiga: OS3 doesn't know FOREGROUNDPEN, so use TEXTPEN instead Chris Young 2019-08-10 14:49:25 +0100
  • bf9ccc57c8 Amiga: Implement a simple listbrowser log in the GUI Can be revealed/hidden with F12 and is currently undocumented. Chris Young 2019-08-10 14:29:58 +0100
  • 78199c0177 Amiga: Allow running JS from ARexx 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. Chris Young 2019-08-10 14:22:52 +0100
  • faec17a903 Remove scale from Amiga frontend 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 Chris Young 2019-08-10 13:20:15 +0100
  • 820fb0e7ff add English message text for ssl errors Vincent Sanders 2019-08-10 12:51:46 +0100
  • 98f4525073 add common name ssl certificate error Vincent Sanders 2019-08-10 12:50:23 +0100
  • c6a2c76867 About: Tweak the new about query page renderng. Michael Drake 2019-08-09 13:20:08 +0100
  • 3a23e944dd rework about scheme handlers to be consistant with output buffer handling Vincent Sanders 2019-08-08 17:12:42 +0100
  • 746010a757 apply tlsa styling improvements to about scheme query pages Vincent Sanders 2019-08-07 16:05:45 +0100
  • 1b030bd8de add basic styling to about scheme privacy query page Vincent Sanders 2019-08-07 14:09:37 +0100
  • 8cec045cb7 Improve the about scheme query page generation be be bounds safe Vincent Sanders 2019-08-06 13:15:24 +0100
  • 1cf1ec55bc Support SSL verification through new about: handler Daniel Silverstone 2019-08-06 13:15:23 +0100
  • 75349e79d8 browser_window: Improve history behaviour on internal nav Daniel Silverstone 2019-08-06 11:40:59 +0100
  • 8469f4cc8e Reimplement handling of BAD_AUTH inside browser_window Daniel Silverstone 2019-08-06 11:25:11 +0100
  • 9c9c26a308 futher refinement on about scheme query styling Vincent Sanders 2019-08-06 10:51:31 +0100
  • 6a1c64ff7b improve css formatting in about scheme query handlers Vincent Sanders 2019-08-06 10:07:02 +0100
  • ea549da8df fix url reference counting in about scheme query handlers Vincent Sanders 2019-08-06 10:06:09 +0100
  • 5e45c4498c HTML: Don't allow objects to redraw until we have a layout. Michael Drake 2019-08-06 09:41:22 +0100
  • c238325b12 add about scheme query handlers Vincent Sanders 2019-08-05 22:28:52 +0100
  • a888922612 Improve about scheme doc comments and formatting Vincent Sanders 2019-08-05 15:37:22 +0100
  • 5775e39411 amiga: Fix more content error snafus. Daniel Silverstone 2019-08-05 22:19:58 +0100
  • 49a82109ce riscos: Deal with silly typos. I'm too tired now. Daniel Silverstone 2019-08-05 22:18:50 +0100
  • 040d558d39 amiga: Try and catch the last content rework for amiga Daniel Silverstone 2019-08-05 22:16:00 +0100
  • 865844ede7 riscos: Try and fix up all the content changes Daniel Silverstone 2019-08-05 22:13:24 +0100
  • ddfa76b1fc curl.c: Don't use OpenSSL 1.1 only serialNumber fetcher Daniel Silverstone 2019-08-05 22:03:42 +0100
  • 03c6ae3812 Browser window navigate: Ensure child.quirks is initialised. Michael Drake 2019-08-05 21:44:51 +0100
  • f3ac1fad69 nssprite: content_broadcast_error fix Daniel Silverstone 2019-08-05 21:33:46 +0100
  • 9318ee5d6a html_begin_conversion: If we pause in completing parse, try again later. Daniel Silverstone 2019-08-05 21:29:00 +0100
  • 99984dfc57 browser_window: Stop the throbber right at the end of handling errors Daniel Silverstone 2019-08-05 21:13:58 +0100
  • be23d522db HTML: Box coordinates: Take fast route to float container. Michael Drake 2019-08-05 21:14:27 +0100
  • 170dc5d524 Excise the llcache query pathway. Daniel Silverstone 2019-08-05 20:56:07 +0100
  • bfb1bb1192 Migrate SSL certificate storage to the browser window Daniel Silverstone 2019-08-05 18:11:13 +0100
  • bccf101714 browser_window: Add fetch parameters and split navigate Daniel Silverstone 2019-08-05 15:44:55 +0100
  • 2be3ebd918 content: Rename content_broadcast_errorcode() Daniel Silverstone 2019-08-05 15:25:15 +0100
  • 6ba199c7d7 Content messages: Remove ERRORCODE, rework ERROR Daniel Silverstone 2019-08-05 14:29:53 +0100
  • 2171f13ab3 enable gnu extensions to get strcasestr from string.h Vincent Sanders 2019-08-05 10:01:13 +0100
  • 936cb3ce0c remove shadow scale variable from beos Vincent Sanders 2019-08-05 09:35:22 +0100
  • 243659763b remove shadow scale variable from atari Vincent Sanders 2019-08-05 09:34:57 +0100
  • b15b204f49 form: Fix situation where a gadget initialises with NULL value Daniel Silverstone 2019-08-04 22:12:10 +0100
  • 05c6ee02d9 html: Mirror gadget values in and out of the DOM Daniel Silverstone 2019-08-04 22:07:42 +0100
  • e78dc4f5a9 remove RISC OS scale shadow variable Vincent Sanders 2019-08-04 21:55:09 +0100
  • bf0e6be9ca remove unecessary scaling in RISC OS get and set scroll offsets Vincent Sanders 2019-08-04 21:46:18 +0100
  • 0aae3c370b change RISC OS keypress handling for scale to not use shadow variable Vincent Sanders 2019-08-04 16:49:01 +0100
  • 077237a4df remove core snapping for values set in absolute mode Vincent Sanders 2019-08-04 16:00:50 +0100
  • 13276f5654 make risc os title setting not use shadow scale value Vincent Sanders 2019-08-04 15:17:40 +0100
  • 98f8eaeb31 remove unused interface Vincent Sanders 2019-08-04 15:01:30 +0100
  • 3be2b98cc2 change browser_window_drop_file_at_point() to take unscaled coordinates Vincent Sanders 2019-08-04 14:23:48 +0100
  • c88a55999a RISC OS: Fix log message. Michael Drake 2019-08-04 14:12:31 +0100
  • 1651dc2fb1 RISC OS: Try setting the caret position to give the window focus. Michael Drake 2019-08-04 14:10:30 +0100
  • f21c41a2e5 change browser_window_redraw to use unscaled coordinates Vincent Sanders 2019-08-04 11:23:35 +0100
  • b2f5c80ef8 trivial documentation cleanups Vincent Sanders 2019-08-04 11:22:40 +0100
  • 1905200154 Add content handlers for queries Daniel Silverstone 2019-08-04 10:47:34 +0100
  • 3bd7a2ddd6 desktop: Expose llcache query handler temporarily Daniel Silverstone 2019-08-04 10:47:00 +0100
  • 6b4610edc9 llcache: Do not delete objects if they were iterator targets Daniel Silverstone 2019-08-04 10:46:17 +0100
  • b48e462f0f content, hlcache: Propagate query events upward Daniel Silverstone 2019-08-04 09:36:49 +0100
  • f59a726f68 llcache.h: Migrate query event to own struct type Daniel Silverstone 2019-08-04 09:36:18 +0100
  • 386d803371 llcache: pass the cb_pw in query_finished Daniel Silverstone 2019-08-04 09:27:23 +0100
  • 90fe920e07 Duktape element binding: Check dom_string_create for error. Michael Drake 2019-08-04 11:11:35 +0100
  • a0fbf56a1d CSS hints: Change css_hint_advance to advance pointer by parameter. Michael Drake 2019-08-04 11:10:26 +0100
  • 6d81f87c73 RISC OS: Set window has focus in local history open. Michael Drake 2019-08-04 10:02:36 +0100
  • 337c2ed7b1 remove unused gtk window interfaces and clean up documentation Vincent Sanders 2019-08-04 09:47:58 +0100
  • 31ef86a016 remove unused interface Vincent Sanders 2019-08-03 22:02:39 +0100
  • 357e8a8ad2 remove unnecessary browser_window_redraw_rect interface Vincent Sanders 2019-08-03 21:57:25 +0100
  • 4e95b7aedf download: Include log.h Daniel Silverstone 2019-08-03 21:53:34 +0100
  • 09eb89e3c3 Migrate query dispatch up from llcache to hlcache Daniel Silverstone 2019-08-03 21:13:19 +0100
  • 84a9c5accf monkey_driver: Fix sleep-ms Daniel Silverstone 2019-08-03 17:28:35 +0100
  • 1866f3a3d1 local_history: Improve up/down navigation Daniel Silverstone 2019-08-03 17:13:17 +0100
  • a1951f4c49 RISC OS: Fix ro_cw_get_window_dimensions to account for toolbar height. Michael Drake 2019-08-03 16:57:28 +0100
  • 01485d06ba RISC OS: Core window: X scroll is positive, Y scroll is negative. Michael Drake 2019-08-03 16:40:05 +0100