summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-08-04 22:50:49 by bursa]James Bursa2005-08-041-9/+13
| | | | | | Fix "View source" (Filer_Run before setting filetype). svn path=/import/netsurf/; revision=1839
* [project @ 2005-08-03 17:02:16 by rjw]Richard Wilson2005-08-031-4/+2
| | | | | | Save the desired window position when required. svn path=/import/netsurf/; revision=1838
* [project @ 2005-08-03 17:01:40 by rjw]Richard Wilson2005-08-031-3/+44
| | | | | | Give an unique filename each time 'View Source' is used. svn path=/import/netsurf/; revision=1837
* [project @ 2005-07-30 15:11:22 by adrianl]Adrian Lees2005-07-301-7/+3
| | | | | | Fix removal of 'Not found' message for non-RO5 systems svn path=/import/netsurf/; revision=1829
* [project @ 2005-07-27 17:54:10 by adrianl]Adrian Lees2005-07-271-2/+1
| | | | | | Remove stray log message svn path=/import/netsurf/; revision=1827
* [project @ 2005-07-27 15:31:48 by jmb]John Mark Bell2005-07-271-0/+44
| | | | | | Reinstate internal table. We check this first, and then ask MimeMap if we find nothing (Note that the file extension behaviour is retained, wherever the MIME type is looked for) svn path=/import/netsurf/; revision=1826
* [project @ 2005-07-27 01:30:58 by jmb]John Mark Bell2005-07-271-68/+101
| | | | | | | | | | Make fetch_filetype use MimeMap - works as follows: If the filetype is text and the filename has an extension, then use the extension to detect the MIME type. In all other cases, the filetype is used. Fix memory leak. svn path=/import/netsurf/; revision=1825
* [project @ 2005-07-26 23:16:21 by jmb]John Mark Bell2005-07-262-165/+535
| | | | | | | | | Implement plugin streams properly (can now have multiple, simultaneous streams to a plugin). Fix race condition when performing non-file streams. Support for GETting an URL and streaming it to a plugin (this is untested, due to a lack of access to plugins that actually use this functionality). General source tidyup. svn path=/import/netsurf/; revision=1824
* [project @ 2005-07-24 03:13:51 by adrianl]Adrian Lees2005-07-241-7/+2
| | | | | | Convert title to local encoding before display svn path=/import/netsurf/; revision=1819
* [project @ 2005-07-24 03:13:33 by adrianl]Adrian Lees2005-07-241-1/+2
| | | | | | Correct comment svn path=/import/netsurf/; revision=1818
* [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-23 22:39:50 by adrianl]Adrian Lees2005-07-231-1/+1
| | | | | | Fix crash when drag-saving text selection svn path=/import/netsurf/; revision=1816
* [project @ 2005-07-23 20:45:00 by bursa]James Bursa2005-07-231-1/+1
| | | | | | Fix bug in ro_gui_theme_add_toolbar_icons(). svn path=/import/netsurf/; revision=1815
* [project @ 2005-07-23 20:43:37 by bursa]James Bursa2005-07-234-22/+55
| | | | | | Rewrite and simplify url_nice() to improve suggested filenames. Add option to keep extensions (no UI currently). svn path=/import/netsurf/; revision=1814
* [project @ 2005-07-20 23:27:27 by adrianl]Adrian Lees2005-07-203-26/+135
| | | | | | 2D scrolling of text areas/frames; First cut at selection in textareas; Further text editing actions (Word left/right; Page up/down; Cut block; Delete line start/end) svn path=/import/netsurf/; revision=1812
* [project @ 2005-07-19 05:59:18 by adrianl]Adrian Lees2005-07-191-0/+6
| | | | | | Added search and print windows svn path=/import/netsurf/; revision=1808
* [project @ 2005-07-19 04:05:08 by adrianl]Adrian Lees2005-07-191-9/+21
| | | | | | Convert to local encoding when copying to clipboard svn path=/import/netsurf/; revision=1807
* [project @ 2005-07-19 03:56:17 by adrianl]Adrian Lees2005-07-193-111/+111
| | | | | | Search-as-you-type svn path=/import/netsurf/; revision=1805
* [project @ 2005-07-18 16:37:55 by adrianl]Adrian Lees2005-07-181-0/+1
| | | | | | Add missing prototype svn path=/import/netsurf/; revision=1803
* [project @ 2005-07-16 21:46:47 by jmb]John Mark Bell2005-07-161-0/+16
| | | | | | Fix path display svn path=/import/netsurf/; revision=1801
* [project @ 2005-07-16 16:17:49 by adrianl]Adrian Lees2005-07-161-10/+8
| | | | | | Correct and simplify space -> hard space conversion svn path=/import/netsurf/; revision=1798
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-1610-318/+989
| | | | | | | | | | | | | | | | | | - 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 14:02:15 by adrianl]Adrian Lees2005-07-161-0/+21
| | | | | | Update sprite name when saving svn path=/import/netsurf/; revision=1795
* [project @ 2005-07-16 05:57:53 by adrianl]Adrian Lees2005-07-161-0/+1
| | | | | | Thumbnail display and dragging svn path=/import/netsurf/; revision=1794
* [project @ 2005-07-16 05:54:45 by adrianl]Adrian Lees2005-07-1611-166/+360
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-07-09 18:30:28 by adrianl]Adrian Lees2005-07-091-17/+13
| | | | | | Stylistic changes svn path=/import/netsurf/; revision=1791
* [project @ 2005-07-08 14:53:53 by adrianl]Adrian Lees2005-07-081-86/+381
| | | | | | Continue download after save errors; checking of free space; grey out file icon when can't save; tidy display on Select/Adjust svn path=/import/netsurf/; revision=1789
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-023-8/+39
| | | | | | Rewrite calculation of box minimum and maximum widths to improve layout of many pages. Move calculation of column types and border collapsing to box tree normalising stage, since they are layout independent. Add window height parameter to layout and make <html> and <body> at least window height. svn path=/import/netsurf/; revision=1777
* [project @ 2005-06-26 23:24:03 by adrianl]Adrian Lees2005-06-261-6/+11
| | | | | | Fix calculation of available memory svn path=/import/netsurf/; revision=1769
* [project @ 2005-06-26 23:23:55 by jmb]John Mark Bell2005-06-261-3/+4
| | | | | | Disable raising of inexact floating point operations as we're not interested in them. svn path=/import/netsurf/; revision=1768
* [project @ 2005-06-26 22:25:49 by jmb]John Mark Bell2005-06-261-4/+8
| | | | | | | | | | Update to cater for changes in UnixLib: - unixlib/features.h is now features.h - __dynamic_da_name is now declared as const char * const - We explicitly force all FPU exceptions/traps back on (UnixLib default is now off) Correct error message when <NetSurf$Dir>.Resources.Sprites is missing. svn path=/import/netsurf/; revision=1767
* [project @ 2005-06-23 18:02:26 by rjw]Richard Wilson2005-06-231-1/+0
| | | | | | Remove test code. svn path=/import/netsurf/; revision=1764
* [project @ 2005-06-23 17:37:34 by rjw]Richard Wilson2005-06-231-2/+2
| | | | | | Unbreak the build. svn path=/import/netsurf/; revision=1763
* [project @ 2005-06-23 17:24:23 by rjw]Richard Wilson2005-06-2312-307/+331
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-233-33/+609
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2. svn path=/import/netsurf/; revision=1761
* [project @ 2005-06-23 17:17:56 by rjw]Richard Wilson2005-06-232-94/+46
| | | | | | Clients now manage the persistent state. svn path=/import/netsurf/; revision=1760
* [project @ 2005-06-22 00:21:36 by bursa]James Bursa2005-06-221-0/+2
| | | | | | Make a configured countries Austria and Switzerland default to German translation. svn path=/import/netsurf/; revision=1758
* [project @ 2005-06-21 23:56:40 by adrianl]Adrian Lees2005-06-211-0/+3
| | | | | | Netherlands support svn path=/import/netsurf/; revision=1757
* [project @ 2005-06-21 14:17:51 by rjw]Richard Wilson2005-06-212-0/+306
| | | | | | Unique filename provider. svn path=/import/netsurf/; revision=1750
* [project @ 2005-06-13 20:49:23 by rjw]Richard Wilson2005-06-131-1/+4
| | | | | | Updated Tinct header file. svn path=/import/netsurf/; revision=1749
* [project @ 2005-06-09 18:37:27 by adrianl]Adrian Lees2005-06-091-7/+7
| | | | | | Prevent checksum code traversing submenu dialogues svn path=/import/netsurf/; revision=1747
* [project @ 2005-06-07 21:58:17 by jmb]John Mark Bell2005-06-072-4/+15
| | | | | | Fix stupid assertions. svn path=/import/netsurf/; revision=1745
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-072-20/+17
| | | | | | | Lose cnv_str_local_enc and friends. UTF-8 conversion functions now return an enumerated type allowing for fallbacks, if appropriate. svn path=/import/netsurf/; revision=1744
* [project @ 2005-06-07 16:35:13 by jmb]John Mark Bell2005-06-071-3/+17
| | | | | | Convert status bar text to local encoding. Fixes bug 1215998 svn path=/import/netsurf/; revision=1743
* [project @ 2005-05-21 20:29:43 by jmb]John Mark Bell2005-05-211-13/+46
| | | | | | Remove base tags from output document as they have no meaning. svn path=/import/netsurf/; revision=1728
* [project @ 2005-05-21 15:59:19 by jmb]John Mark Bell2005-05-211-1/+19
| | | | | | Fix encoding handling when full saving svn path=/import/netsurf/; revision=1727
* [project @ 2005-05-17 23:46:36 by rjw]Richard Wilson2005-05-172-3/+7
| | | | | | Make long theme names work on old filesystems. svn path=/import/netsurf/; revision=1726
* [project @ 2005-05-17 23:25:32 by rjw]Richard Wilson2005-05-171-0/+2
| | | | | | Don't allow things to be scheduled twice. svn path=/import/netsurf/; revision=1725
* [project @ 2005-05-14 16:13:36 by rjw]Richard Wilson2005-05-141-1/+4
| | | | | | Recognise that current_gui may me NULL on menu selection if gui_multitask has been called. svn path=/import/netsurf/; revision=1722
* [project @ 2005-05-11 00:54:56 by rjw]Richard Wilson2005-05-111-5/+0
| | | | | | Remove redundant code. Improve rendering of hr elements. svn path=/import/netsurf/; revision=1717