Commit Graph

14660 Commits

Author SHA1 Message Date
Marco Cawthorne cbd3105023
Fix against latest Netsurf - eukara 2022-09-17 00:05:32 -07:00
anthony fdcff90d09 Attach copyright notices 2022-04-28 09:02:50 +01:00
anthony 9e91c152ca update readme 2022-04-19 09:33:13 +01:00
anthony e560bc8720 Implement view menu items, and support zoom 2022-04-19 09:23:31 +01:00
anthony dcd04e53d9 Remove pdf tab 2022-04-19 08:32:59 +01:00
anthony a8b0ad8190 network preferences implemented 2022-04-12 09:52:49 +01:00
anthony 5bad583fbb Hook up layout to window controller 2022-04-08 09:26:23 +01:00
anthony 5efa344ce5 Tweak network prefs layout 2022-04-08 08:55:52 +01:00
anthony a2961e53aa Start adding layout for network prefs tab 2022-04-07 09:51:41 +01:00
anthony 778e9e71aa Disable history tooltip setting - no tooltip for outline views? 2022-04-07 09:31:49 +01:00
anthony d052dc29ba Clear history older than certain date working 2022-04-07 09:29:14 +01:00
anthony c2da77f0a0 Clear history older than certain date (Untested) 2022-03-15 09:43:43 +00:00
anthony 74a18293e4 Quick fix for error when opening history window 2022-03-07 09:35:47 +00:00
anthony b97d9b699b Privacy options saving 2022-03-04 09:44:49 +00:00
anthony 98083dbc2a Add privacy tab methods and outlets and hook up to gorm file 2022-03-01 09:06:29 +00:00
anthony c4d0b8f437 View layout for settings privacy tab 2022-02-28 09:23:41 +00:00
anthony 75efd96645 Add support for form file picker 2022-02-25 09:56:35 +00:00
anthony ccee813f4a Implement dropdown form selection 2022-02-10 08:54:37 +00:00
anthony 5e766f7b7b Fix transparency not working when drawing images 2022-02-04 09:12:05 +00:00
anthony 315af41624 Fix downloads being cut off early 2022-02-01 09:54:28 +00:00
anthony d035db7f0c Remote gnustep build script; Add gnustep Makefile.defaults and update build instructions 2022-01-28 09:14:49 +00:00
anthony 2832d5fec2 Update to readme 2021-09-15 20:02:40 +01:00
anthony 617b761fcb Font size and preferred language settings 2021-08-09 19:45:53 +01:00
anthony 87e33083da Various 'content' options 2021-08-05 19:26:04 +01:00
anthony 26fdf229e2 Update for latest merge 2021-06-10 20:27:36 +01:00
anthony a82df31cd0 Merge remote-tracking branch 'upstream/master' into test/merge 2021-06-08 19:19:58 +01:00
Michael Drake fa64d91d12 Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
Michael Drake 638a408dde CSS: Update to latest libcss: Remove weird units.
The 'rlh', 'ic' and 'cap' units were never implemented by anyone.
2021-05-30 11:52:33 +01:00
Chris Young a6e825833d Amiga: BitMap always alloced with the ami_rtg_ function, so should be freed with it too. 2021-05-17 16:45:49 +01:00
Michael Drake 38fc60486b Windows: Use pkg-config when building on Windows. 2021-05-13 08:44:27 +01:00
anthony 953c9fd4d4 Implement 'load images' preference 2021-04-28 21:32:32 +01:00
Michael Drake ce23f500d1 RISC OS: Unify both browser window redraw call paths. 2021-04-26 20:00:11 +01:00
Michael Drake 6f659da675 RISC OS: Constify redraw region through buffer API. 2021-04-26 19:58:26 +01:00
Michael Drake 93b68a9a48 RISC OS: Corewindow: Fix autoscroll segfault when pointer leaves window. 2021-04-25 22:05:00 +01:00
Michael Drake c5aca9d8ce RISC OS: Fix EX0 EY0 rendering glitches when scrolling. 2021-04-25 21:07:15 +01:00
Michael Drake fb8c227ff0 RISC OS: Plotters: On RISC OS y1 is top and y0 is bottom.
When storing RISC OS coordinates, use y0 and y1 consistently.
2021-04-25 20:30:05 +01:00
anthony 56496c6b2a Add outlets for content tab 2021-04-20 21:21:36 +01:00
anthony f0d7c84165 Add layout for content preferences tab 2021-04-19 21:30:55 +01:00
Chris Young 81c40ab7c2 Amiga: Fix codesets.library conversion when string specified as zero length 2021-04-12 23:26:17 +01:00
Chris Young 99a3d04d55 Amiga: The return value of Codesetsfind was not being assigned to a variable 2021-04-11 23:17:32 +01:00
anthony 32bef062dd Toolbar icon/text setting implemented 2021-04-08 20:48:08 +01:00
anthony 3f181a1a84 Hook up button icon preferences, begin implementing the setting 2021-04-07 20:59:38 +01:00
anthony a1e2dd5be2 URL suggestions implemented 2021-04-06 21:01:16 +01:00
anthony 3eeb1e2f84 Dismiss url suggestions when url bar loses focus, listen for up and down key presses ready for key-based selection 2021-03-31 21:01:02 +01:00
anthony 4a534759b6 Open the website when it's suggested entry is clicked, begin hooking the suggestion control up to keyboard events@ 2021-03-30 21:01:22 +01:00
anthony d431988481 Limit dropdown list height, fill in url when item selected 2021-03-29 21:02:01 +01:00
Vincent Sanders 5a2f69388c hoist the Referer header generation logic up to the low level cache
This removes the need for the fetchers to have any interaction with
 the Referer header. It has not been completely removed from the
 fetch interface as fetch.c:fetch_set_cookie() still uses it for
 unverifiable cookie decision logic. (There is an anchient todo here)
2021-03-25 23:36:41 +00:00
anthony ba772e6225 Dropdown list of filtered history when typing 2021-03-25 19:58:17 +00:00
Vincent Sanders 537f131ee3 extend teh implementing a new frontend document 2021-03-23 23:44:59 +00:00
Vincent Sanders 847d568061 fix missing bitmap from preventing history and scroll updates 2021-03-23 22:09:56 +00:00