Commit Graph

1130 Commits

Author SHA1 Message Date
Marco Cawthorne e9fcd891cf
Set ourselves as service provider properly. Update README.md 2022-09-21 16:38:53 -07:00
Marco Cawthorne 73e4ae3ea6
add Open... panel in the Browser menu 2022-09-17 15:14:54 -07:00
Marco Cawthorne 4b4bf6efc3
Handle openFile and openURL - also don't start with a window open. 2022-09-17 14:43:53 -07:00
Marco Cawthorne c7a7f46b34
Rebrand to WebSurf 2022-09-17 13:48:20 -07:00
Marco Cawthorne 647b06b4b0
Add URL icon and 'Hide' menu option. 2022-09-17 12:39:22 -07:00
Marco Cawthorne 6b578a58ce
Lots more polish! 2022-09-17 12:21:43 -07:00
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 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 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
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
anthony ba772e6225 Dropdown list of filtered history when typing 2021-03-25 19:58:17 +00:00
anthony 6dbea135aa Pull out some of the history functions from HistoryWindowController 2021-03-23 20:02:16 +00:00