Commit Graph

49 Commits

Author SHA1 Message Date
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
Michael Drake 1d323df670 [project @ 2006-04-06 16:58:48 by tlsa]
New tokens for configuration sections.

svn path=/import/netsurf/; revision=2490
2006-04-06 16:58:48 +00:00
Michael Drake 5d4761973d [project @ 2006-03-27 22:57:49 by tlsa]
Fix interactive help order.

svn path=/import/netsurf/; revision=2198
2006-03-27 22:57:49 +00:00
John Mark Bell c098703201 [project @ 2006-03-25 22:48:32 by jmb]
Assert that template names are <=11 chars long.
Rename con_language to con_lang

svn path=/import/netsurf/; revision=2165
2006-03-25 22:48:32 +00:00
Richard Wilson 25a995931d [project @ 2006-03-04 20:46:35 by rjw]
Continue work towards favicon support.

svn path=/import/netsurf/; revision=2104
2006-03-04 20:46:35 +00:00
Richard Wilson 60ea34ad48 [project @ 2006-02-26 02:25:19 by rjw]
Add support for ICO files.

svn path=/import/netsurf/; revision=2096
2006-02-26 02:25:19 +00:00
Richard Wilson da4a9313f1 [project @ 2006-02-25 18:50:34 by rjw]
Support for BMP files

svn path=/import/netsurf/; revision=2095
2006-02-25 18:51:51 +00:00
Adrian Lees 57c86c8c0e [project @ 2006-02-07 16:16:23 by adrianl]
Confirmation before overwriting with download files; Interface Choices dialog

svn path=/import/netsurf/; revision=2061
2006-02-07 16:16:23 +00:00
Richard Wilson 655eaf25ae [project @ 2006-01-25 02:43:07 by rjw]
Language configuration tool

svn path=/import/netsurf/; revision=2038
2006-01-25 02:43:07 +00:00
John Mark Bell 745deb7a9d [project @ 2006-01-08 01:51:33 by jmb]
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
2006-01-08 01:51:33 +00:00
Richard Wilson 5d330e401e [project @ 2006-01-07 00:37:02 by rjw]
Templates and messages for home and cache configuration tool.

svn path=/import/netsurf/; revision=2002
2006-01-07 00:37:02 +00:00
Richard Wilson 80abcd08f9 [project @ 2006-01-06 12:59:29 by rjw]
Create various extra NetSurf links if no Hotlist is present.

svn path=/import/netsurf/; revision=1991
2006-01-06 12:59:29 +00:00
Richard Wilson 7c2598aaa3 [project @ 2006-01-02 21:57:34 by rjw]
New theme configuration tool.

svn path=/import/netsurf/; revision=1955
2006-01-02 21:58:24 +00:00
John Mark Bell a28b0fbe07 [project @ 2006-01-02 21:24:42 by jmb]
Finish font configuration.

svn path=/import/netsurf/; revision=1953
2006-01-02 21:24:43 +00:00
Richard Wilson e8113b5a6e [project @ 2006-01-02 02:50:59 by rjw]
Resources for new configuration tools

svn path=/import/netsurf/; revision=1937
2006-01-02 02:52:11 +00:00
Richard Wilson 20c0b7647a [project @ 2005-12-31 04:23:44 by rjw]
Icons for search history menu and recent url menus, message data for new configuration tool.

svn path=/import/netsurf/; revision=1905
2005-12-31 04:24:49 +00:00
Adrian Lees 1efd4796a2 [project @ 2005-12-10 14:31:32 by adrianl]
ArtWorks support

svn path=/import/netsurf/; revision=1891
2005-12-10 14:31:33 +00:00
Adrian Lees 56b06d8449 [project @ 2005-07-30 15:11:22 by adrianl]
Fix removal of 'Not found' message for non-RO5 systems

svn path=/import/netsurf/; revision=1829
2005-07-30 15:11:23 +00:00
Adrian Lees 7cfe74b6dc [project @ 2005-07-23 23:16:52 by adrianl]
Use a more appropriate name for saved text selections

svn path=/import/netsurf/; revision=1817
2005-07-23 23:16:53 +00:00
Adrian Lees 3f36449c91 [project @ 2005-07-19 06:03:07 by adrianl]
Help text for search; partial text for print

svn path=/import/netsurf/; revision=1809
2005-07-19 06:03:07 +00:00
John Mark Bell f4ecaaed31 [project @ 2005-07-16 14:35:20 by jmb]
- 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
2005-07-16 14:35:25 +00:00
Adrian Lees b49dc7e760 [project @ 2005-07-08 14:59:50 by adrianl]
Added download-related messages

svn path=/import/netsurf/; revision=1790
2005-07-08 14:59:50 +00:00
Michael Drake 99bdcf4d1c [project @ 2005-04-29 21:56:53 by tlsa]
Updated German resources by Sebastian Barthel.

svn path=/import/netsurf/; revision=1703
2005-04-29 21:56:53 +00:00
Michael Drake ff64a0f990 [project @ 2005-04-23 09:24:28 by tlsa]
Grammatical change to QuitDownload query.

svn path=/import/netsurf/; revision=1681
2005-04-23 09:24:28 +00:00
Adrian Lees 3b8c4a8e27 [project @ 2005-04-23 02:59:12 by adrianl]
Download abort/quit confirmation

svn path=/import/netsurf/; revision=1680
2005-04-23 03:00:05 +00:00
Michael Drake 0ebcc1ea1d [project @ 2005-04-18 21:01:38 by tlsa]
Put iconbar menu interactive help back in sync with menu.

svn path=/import/netsurf/; revision=1669
2005-04-18 21:01:39 +00:00
Michael Drake 37a4119ab8 [project @ 2005-04-15 22:41:29 by tlsa]
Updated German resources by Sebastian Barthel.

svn path=/import/netsurf/; revision=1646
2005-04-15 22:41:29 +00:00
Richard Wilson 75e7c01b1f [project @ 2005-04-06 17:02:22 by rjw]
Updated templates and messages ready for updated GUI code. Thanks to Jermone Mathevet for the updated French messages.

svn path=/import/netsurf/; revision=1602
2005-04-06 17:02:23 +00:00
Michael Drake 1899ba8cf1 [project @ 2005-03-20 20:47:53 by tlsa]
Adjust click on History icon opens Global History.

svn path=/import/netsurf/; revision=1559
2005-03-20 20:47:53 +00:00
Michael Drake 154e904fcc [project @ 2005-03-19 23:03:22 by tlsa]
Update interactive help.

svn path=/import/netsurf/; revision=1548
2005-03-19 23:03:22 +00:00
Richard Wilson 251819b2d1 [project @ 2005-03-19 01:21:53 by rjw]
Remove legacy toolbar button configuration code. Squash some compiler warnings.

svn path=/import/netsurf/; revision=1542
2005-03-19 01:21:54 +00:00
James Bursa dace636329 [project @ 2005-02-24 22:00:40 by bursa]
Reimplement font family support, part 2 (font menus in choices).

svn path=/import/netsurf/; revision=1525
2005-02-24 22:00:41 +00:00
Michael Drake 4255448be4 [project @ 2005-02-12 14:49:58 by tlsa]
Update interactive help.

svn path=/import/netsurf/; revision=1510
2005-02-12 14:49:59 +00:00
Richard Wilson 91ec410b7c [project @ 2005-02-08 23:32:42 by rjw]
Messages updates for global history.

svn path=/import/netsurf/; revision=1506
2005-02-08 23:32:42 +00:00
Richard Wilson 3bfe5701c3 [project @ 2005-02-07 14:21:30 by rjw]
Preliminary updates for global history

svn path=/import/netsurf/; revision=1496
2005-02-07 14:21:30 +00:00
Richard Wilson 422df90089 [project @ 2005-01-23 16:09:05 by rjw]
Further work on theme installing

svn path=/import/netsurf/; revision=1463
2005-01-23 16:09:05 +00:00
James Bursa f0b264670e [project @ 2005-01-13 22:42:38 by bursa]
Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion.

svn path=/import/netsurf/; revision=1448
2005-01-13 22:42:39 +00:00
James Bursa 7a71363d76 [project @ 2005-01-01 22:05:20 by bursa]
xcalloc/xrealloc/xstrdup-purge week, part 5. Improve and simplify encoding detection.

svn path=/import/netsurf/; revision=1416
2005-01-01 22:05:21 +00:00
Richard Wilson 32db7e04d0 [project @ 2004-12-09 10:30:43 by rjw]
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
2004-12-09 10:30:44 +00:00
Michael Drake f0276e4d2e [project @ 2004-11-28 11:32:38 by tlsa]
Update to German translation by Sebastian Barthel

svn path=/import/netsurf/; revision=1374
2004-11-28 11:32:38 +00:00
James Bursa a31f6306f9 [project @ 2004-11-20 00:02:56 by bursa]
Improvements to overflow and scrolling: scrollbars now have most of the usual RISC OS behaviour. Better rendering of dotted and dashed borders.

svn path=/import/netsurf/; revision=1363
2004-11-20 00:02:56 +00:00
John Mark Bell 15b83b6cf1 [project @ 2004-11-04 21:13:36 by jmb]
Lose nasty hard-coded strings

svn path=/import/netsurf/; revision=1346
2004-11-04 21:13:36 +00:00
Michael Drake 6c513fe32d [project @ 2004-11-04 18:10:41 by tlsa]
Resynchronize messages translations.

svn path=/import/netsurf/; revision=1345
2004-11-04 18:10:42 +00:00
Michael Drake 944675f303 [project @ 2004-11-04 17:43:35 by tlsa]
Purge obsolete entries.

svn path=/import/netsurf/; revision=1344
2004-11-04 17:43:36 +00:00
Richard Wilson 1fbcdd14d5 [project @ 2004-11-02 23:23:07 by rjw]
Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work)

svn path=/import/netsurf/; revision=1336
2004-11-02 23:23:07 +00:00
Michael Drake 5d9aed5ffc [project @ 2004-10-13 12:37:38 by tlsa]
Update to German translation and correction of English interactive help text by Sebastian Barthel

svn path=/import/netsurf/; revision=1309
2004-10-13 12:37:38 +00:00
Michael Drake 349d77ea4e [project @ 2004-09-27 10:33:55 by tlsa]
Update interactive help.

svn path=/import/netsurf/; revision=1290
2004-09-27 10:33:55 +00:00
Michael Drake aca81248b3 [project @ 2004-09-25 14:04:58 by tlsa]
Add German translation by Sebastian Barthel.

svn path=/import/netsurf/; revision=1283
2004-09-25 14:04:58 +00:00