Commit Graph

81 Commits

Author SHA1 Message Date
Chris Young f6951c0d51 Mostly-working local history window
svn path=/trunk/netsurf/; revision=6733
2009-03-08 16:24:52 +00:00
Michael Drake de7a20499a Fix button hover assert.
svn path=/trunk/netsurf/; revision=6585
2009-02-20 20:48:30 +00:00
Adrian Lees f46dd78718 Next batch of menu changes; clarify some key presses
svn path=/trunk/netsurf/; revision=6327
2009-02-01 02:19:01 +00:00
John Tytgat 1ba9a1d529 Avoid having '...' in the RISC OS PDF export menu entry.
svn path=/trunk/netsurf/; revision=6323
2009-01-31 16:07:09 +00:00
Adrian Lees 03a1aac36a Selection- and link-related functions now on menu; other menu changes as per t's plan
svn path=/trunk/netsurf/; revision=6296
2009-01-30 05:06:30 +00:00
Chris Young f543cbbf4c First attempt at Amiga text search function based on RISC OS code.
Needs some improvements:
- add case sensitive, show all options
- add search history
- use AmigaOS pattern matching

svn path=/trunk/netsurf/; revision=5902
2008-12-13 23:16:50 +00:00
Chris Young d6874d05b1 Allow opening of local files from anywhere, not just the parent of the current dir.
svn path=/trunk/netsurf/; revision=5695
2008-11-15 15:28:17 +00:00
Chris Young 834eb20101 AmigaOS implementation of complete page save.
svn path=/trunk/netsurf/; revision=5653
2008-11-08 23:08:55 +00:00
Chris Young 124899e5bc ARexx menu with items populated from arexx_dir.
svn path=/trunk/netsurf/; revision=5632
2008-10-26 12:25:26 +00:00
Chris Young 2f4beda48c Complete (but quite minimal at the moment) context menu implementation for AmigaOS:
Links, objects and upload file boxes have their own menu item or submenu.

Context menus can be enable/disabled and be made "sticky" with the following options:
context_menu
sticky_context_menu

Seperated clipboard related code out to clipboard.c to make it easier to maintain and
add the ability to copy URLs to the clipboard.  Copying images to the clipboard will
come later.


svn path=/trunk/netsurf/; revision=5629
2008-10-25 16:37:08 +00:00
Chris Young f1a06ac5d9 Various minor fixes for treeviews, history tree now populates.
svn path=/trunk/netsurf/; revision=5563
2008-10-13 18:00:44 +00:00
Chris Young ec72e05bdc AmigaOS tabs implementation.
Two new strings: NewTab, CloseTab

Two new options:
always_open_tabs indicates to open tabs instead of windows by default
new_tab_is_active makes any new tab the current one (default is to open tabs in
background)

svn path=/trunk/netsurf/; revision=5483
2008-10-05 13:17:18 +00:00
Michael Drake 48529e2fbc Drag Messages files back in sync.
svn path=/trunk/netsurf/; revision=5360
2008-09-16 23:06:26 +00:00
Chris Young 1e1ff2b0b6 Amiga message additions/corrections
svn path=/trunk/netsurf/; revision=5358
2008-09-16 21:47:42 +00:00
Michael Drake 8afc2ba3bc Add PNGError to Messages files.
svn path=/trunk/netsurf/; revision=5334
2008-09-15 21:19:16 +00:00
John Tytgat 15eb877a4c Use ccres (http://www.riscos.info/index.php/CCres) to compile textual
versions of our Templates to their binary versions.  This allows us during
the build to conditionally enable/disable certain icons or change the
icon representation.
Change made by jmb & joty.

svn path=/trunk/netsurf/; revision=4929
2008-08-06 21:46:53 +00:00
James Bursa 43fe533340 Remove nonsensical disc cache section from Choices window.
svn path=/trunk/netsurf/; revision=4331
2008-06-14 22:47:00 +00:00
James Bursa 50815b5019 Update MNGError to include error code. Remove PNGError.
svn path=/trunk/netsurf/; revision=4238
2008-06-01 00:17:58 +00:00
John Mark Bell dd54de03de Remove keypress restrictions from icon validation strings. At some point in future we should do this properly by having the validation string change dynamically as appropriate.
svn path=/trunk/netsurf/; revision=4156
2008-05-13 23:31:21 +00:00
Michael Drake 99596c7751 Updated Dutch translation by Simon Voortman and Gerard van Katwijk.
svn path=/trunk/netsurf/; revision=3669
2007-12-12 20:07:03 +00:00
Michael Drake cf77c922db Update interactive help text for links.
svn path=/trunk/netsurf/; revision=3650
2007-11-05 15:29:28 +00:00
Adrian Lees 9e2baee37d Scroll wheel support on hotlist and history windows
svn path=/trunk/netsurf/; revision=3364
2007-06-24 17:10:08 +00:00
Michael Drake e812fe31d2 Bring Messages file translations in to line with English version.
svn path=/trunk/netsurf/; revision=3141
2007-01-13 10:58:38 +00:00
Richard Wilson f3b791eafe Implement 1553994.
svn path=/trunk/netsurf/; revision=3097
2006-12-03 12:30:13 +00:00
Michael Drake db699c20f8 Fix Navigation menu help text. Thanks to Sebastian Barthel.
svn path=/trunk/netsurf/; revision=3009
2006-10-19 22:43:15 +00:00
Richard Wilson 02a8722cc6 Fix 1553282.
svn path=/trunk/netsurf/; revision=2932
2006-09-08 16:57:26 +00:00
Richard Wilson 1999becb42 Finish event based GUI system transition and begin code cleanup.
svn path=/trunk/netsurf/; revision=2922
2006-09-06 14:44:42 +00:00
Richard Wilson 74fa727509 Experimental new frames code.
svn path=/trunk/netsurf/; revision=2906
2006-09-02 15:52:41 +00:00
Richard Wilson 0309e937e6 Allow the user to delete cookies.
svn path=/trunk/netsurf/; revision=2770
2006-07-16 21:42:37 +00:00
Richard Wilson 00d74fdd2d Allow the viewing of the entire SSL certificate chain.
svn path=/trunk/netsurf/; revision=2755
2006-07-16 00:21:15 +00:00
John Mark Bell 4c564c28bf Display session cookies' expiry correctly
Fix urldb debug build
Fix GTK build's cookie_update API

svn path=/trunk/netsurf/; revision=2752
2006-07-15 11:59:25 +00:00
Michael Drake 001cf8aa33 Help text for show cookies menu options.
svn path=/trunk/netsurf/; revision=2751
2006-07-14 16:05:40 +00:00
Michael Drake 52a90e9998 Add cookie menu help text.
svn path=/trunk/netsurf/; revision=2740
2006-07-13 13:50:32 +00:00
Richard Wilson d4331fa64f Additional messages for cookie trees
svn path=/trunk/netsurf/; revision=2738
2006-07-13 12:37:13 +00:00
Richard Wilson 301886c957 Add cookie window related messages
svn path=/trunk/netsurf/; revision=2737
2006-07-12 22:54:53 +00:00
Michael Drake befe98a028 Add cookie toolbar help text.
svn path=/trunk/netsurf/; revision=2736
2006-07-12 21:50:54 +00:00
Richard Wilson 806fc97126 Improve SSL window.
svn path=/trunk/netsurf/; revision=2731
2006-07-11 23:03:03 +00:00
Richard Wilson de0c4e2c32 Implement up toolbar icon and menu option.
svn path=/trunk/netsurf/; revision=2705
2006-07-03 21:07:02 +00:00
Richard Wilson 5eb703af73 Allow thumbnail icons to be turned off.
svn path=/trunk/netsurf/; revision=2699
2006-07-03 01:03:07 +00:00
Adrian Lees 8f7eeb9e58 Report fetching of 1 object/stylesheet correctly in status bar
svn path=/trunk/netsurf/; revision=2609
2006-05-29 00:55:43 +00:00
Michael Drake f577c08c2a Clarify fetching section of connection configuration.
svn path=/trunk/netsurf/; revision=2577
2006-05-01 14:00:00 +00:00
Michael Drake d8574c74f3 Update and fix inconsistency all the Messages files and add interactive help text for global history menus.
svn path=/trunk/netsurf/; revision=2576
2006-05-01 13:46:19 +00:00
Michael Drake 8cbafbaffb Fix minor spelling error.
svn path=/trunk/netsurf/; revision=2570
2006-04-30 18:36:51 +00:00
John Mark Bell 9876fa859b Fix validation string
svn path=/trunk/netsurf/; revision=2567
2006-04-30 14:15:29 +00:00
Michael Drake 774fc5b7d6 Interactive help for configuration windows.
svn path=/trunk/netsurf/; revision=2559
2006-04-27 22:07:42 +00:00
Richard Wilson f4ceffe90b Add interactive help stubs ready for text.
svn path=/trunk/netsurf/; revision=2552
2006-04-22 22:26:58 +00:00
Richard Wilson 6bc0a27f05 [project @ 2006-04-06 22:36:42 by rjw]
Connection tokens and template modifications.

svn path=/import/netsurf/; revision=2496
2006-04-06 22:36:42 +00:00
Richard Wilson 5ac9d3a50b [project @ 2006-04-06 21:06:41 by rjw]
Add connection template

svn path=/import/netsurf/; revision=2494
2006-04-06 21:06:41 +00:00
Richard Wilson 98067521f5 [project @ 2006-04-06 17:48:51 by rjw]
Correct errors in templates.

svn path=/import/netsurf/; revision=2492
2006-04-06 17:48:52 +00:00
Richard Wilson 7fe74d3bc7 [project @ 2006-04-06 17:06:17 by rjw]
Add more interface options.

svn path=/import/netsurf/; revision=2491
2006-04-06 17:06:18 +00:00