summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/en
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-03-27 22:57:49 by tlsa]Michael Drake2006-03-271-2/+2
| | | | | | Fix interactive help order. svn path=/import/netsurf/; revision=2198
* [project @ 2006-03-25 22:48:32 by jmb]John Mark Bell2006-03-252-1/+1
| | | | | | | Assert that template names are <=11 chars long. Rename con_language to con_lang svn path=/import/netsurf/; revision=2165
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-3/+3
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-261-0/+2
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-0/+2
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-0/+0
| | | | | | | | | | Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-121-0/+0
| | | | | | Show all matches svn path=/import/netsurf/; revision=2076
* [project @ 2006-02-09 18:48:20 by tlsa]Michael Drake2006-02-091-0/+0
| | | | | | Tidy con_inter template. svn path=/import/netsurf/; revision=2067
* [project @ 2006-02-08 04:49:23 by adrianl]Adrian Lees2006-02-081-0/+0
| | | | | | Keep rjw happy svn path=/import/netsurf/; revision=2065
* [project @ 2006-02-07 16:16:23 by adrianl]Adrian Lees2006-02-072-1/+5
| | | | | | Confirmation before overwriting with download files; Interface Choices dialog svn path=/import/netsurf/; revision=2061
* [project @ 2006-01-25 02:43:07 by rjw]Richard Wilson2006-01-252-0/+3
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-11/+0
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-07 00:37:02 by rjw]Richard Wilson2006-01-072-0/+2
| | | | | | Templates and messages for home and cache configuration tool. svn path=/import/netsurf/; revision=2002
* [project @ 2006-01-06 12:59:29 by rjw]Richard Wilson2006-01-061-0/+3
| | | | | | Create various extra NetSurf links if no Hotlist is present. svn path=/import/netsurf/; revision=1991
* [project @ 2006-01-03 01:40:32 by rjw]Richard Wilson2006-01-031-0/+0
| | | | | | Add animation configuration. svn path=/import/netsurf/; revision=1974
* [project @ 2006-01-02 23:42:47 by rjw]Richard Wilson2006-01-021-0/+0
| | | | | | Move OK/Cancel/Default to RISC OS 5 style to keep zamez happy. svn path=/import/netsurf/; revision=1970
* [project @ 2006-01-02 21:57:34 by rjw]Richard Wilson2006-01-022-0/+1
| | | | | | New theme configuration tool. svn path=/import/netsurf/; revision=1955
* [project @ 2006-01-02 21:24:42 by jmb]John Mark Bell2006-01-022-0/+1
| | | | | | Finish font configuration. svn path=/import/netsurf/; revision=1953
* [project @ 2006-01-02 02:50:59 by rjw]Richard Wilson2006-01-022-0/+2
| | | | | | Resources for new configuration tools svn path=/import/netsurf/; revision=1937
* [project @ 2005-12-31 04:23:44 by rjw]Richard Wilson2005-12-312-0/+9
| | | | | | Icons for search history menu and recent url menus, message data for new configuration tool. svn path=/import/netsurf/; revision=1905
* [project @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-101-1/+2
| | | | | | ArtWorks support svn path=/import/netsurf/; revision=1891
* [project @ 2005-07-30 15:11:22 by adrianl]Adrian Lees2005-07-301-0/+9
| | | | | | Fix removal of 'Not found' message for non-RO5 systems svn path=/import/netsurf/; revision=1829
* [project @ 2005-07-23 23:16:52 by adrianl]Adrian Lees2005-07-231-1/+1
| | | | | | Use a more appropriate name for saved text selections svn path=/import/netsurf/; revision=1817
* [project @ 2005-07-19 06:03:07 by adrianl]Adrian Lees2005-07-191-0/+9
| | | | | | Help text for search; partial text for print svn path=/import/netsurf/; revision=1809
* [project @ 2005-07-19 04:01:59 by adrianl]Adrian Lees2005-07-191-0/+0
| | | | | | Search-as-you-type svn path=/import/netsurf/; revision=1806
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-110/+349
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-161-0/+0
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-07-08 14:59:50 by adrianl]Adrian Lees2005-07-081-0/+2
| | | | | | Added download-related messages svn path=/import/netsurf/; revision=1790
* [project @ 2005-05-10 22:49:41 by rjw]Richard Wilson2005-05-101-0/+0
| | | | | | Implement RETURN for search and open url dialogs. Add recent URL menu to open url dialog. svn path=/import/netsurf/; revision=1716
* [project @ 2005-05-02 02:17:06 by adrianl]Adrian Lees2005-05-021-0/+0
| | | | | | Fix title bar focus colour for query window svn path=/import/netsurf/; revision=1709
* [project @ 2005-04-23 09:24:28 by tlsa]Michael Drake2005-04-231-1/+1
| | | | | | Grammatical change to QuitDownload query. svn path=/import/netsurf/; revision=1681
* [project @ 2005-04-23 02:59:12 by adrianl]Adrian Lees2005-04-232-0/+4
| | | | | | Download abort/quit confirmation svn path=/import/netsurf/; revision=1680
* [project @ 2005-04-18 21:01:38 by tlsa]Michael Drake2005-04-181-2/+6
| | | | | | Put iconbar menu interactive help back in sync with menu. svn path=/import/netsurf/; revision=1669
* [project @ 2005-04-06 17:02:22 by rjw]Richard Wilson2005-04-062-2/+6
| | | | | | Updated templates and messages ready for updated GUI code. Thanks to Jermone Mathevet for the updated French messages. svn path=/import/netsurf/; revision=1602
* [project @ 2005-03-22 11:49:16 by tlsa]Michael Drake2005-03-221-2/+2
| | | | | | Clarify menu option for copying size and position of parent windows. svn path=/import/netsurf/; revision=1570
* [project @ 2005-03-20 20:47:53 by tlsa]Michael Drake2005-03-201-1/+1
| | | | | | Adjust click on History icon opens Global History. svn path=/import/netsurf/; revision=1559
* [project @ 2005-03-19 23:03:22 by tlsa]Michael Drake2005-03-191-4/+13
| | | | | | Update interactive help. svn path=/import/netsurf/; revision=1548
* [project @ 2005-03-19 01:21:53 by rjw]Richard Wilson2005-03-191-20/+1
| | | | | | Remove legacy toolbar button configuration code. Squash some compiler warnings. svn path=/import/netsurf/; revision=1542
* [project @ 2005-03-13 01:23:10 by rjw]Richard Wilson2005-03-131-0/+0
| | | | | | Scale view is now applied to all content types. Ctrl+Q/Ctrl+W no longer step along a linear scale. svn path=/import/netsurf/; revision=1533
* [project @ 2005-02-24 22:00:40 by bursa]James Bursa2005-02-242-0/+3
| | | | | | Reimplement font family support, part 2 (font menus in choices). svn path=/import/netsurf/; revision=1525
* [project @ 2005-02-12 16:22:19 by tlsa]Michael Drake2005-02-121-2/+2
| | | | | | Alter help text to match current hotlist behaviour. svn path=/import/netsurf/; revision=1511
* [project @ 2005-02-12 14:49:58 by tlsa]Michael Drake2005-02-121-32/+31
| | | | | | Update interactive help. svn path=/import/netsurf/; revision=1510
* [project @ 2005-02-08 23:32:42 by rjw]Richard Wilson2005-02-081-0/+1
| | | | | | Messages updates for global history. svn path=/import/netsurf/; revision=1506
* [project @ 2005-02-07 14:21:30 by rjw]Richard Wilson2005-02-072-1/+17
| | | | | | Preliminary updates for global history svn path=/import/netsurf/; revision=1496
* [project @ 2005-02-03 13:07:19 by rjw]Richard Wilson2005-02-031-0/+0
| | | | | | Add window definition for URL completion. svn path=/import/netsurf/; revision=1484
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-231-0/+2
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2005-01-16 21:04:00 by bursa]James Bursa2005-01-161-0/+0
| | | | | | Rename themeinstall template to avoid issues with 12-character names in some Wimp versions. svn path=/import/netsurf/; revision=1454
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-132-0/+3
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
* [project @ 2005-01-01 22:05:20 by bursa]James Bursa2005-01-011-0/+5
| | | | | | xcalloc/xrealloc/xstrdup-purge week, part 5. Improve and simplify encoding detection. svn path=/import/netsurf/; revision=1416
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-11/+17
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394