summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-11-29 21:21:42 by rjw]Richard Wilson2005-11-291-0/+1
| | | | | | Add missing header file reference. svn path=/import/netsurf/; revision=1887
* [project @ 2005-11-28 00:20:15 by adrianl]Adrian Lees2005-11-281-13/+5
| | | | | | Fix IS_MENU check to prevent Illegal window handle error in menus. Removed debug svn path=/import/netsurf/; revision=1886
* [project @ 2005-11-27 12:53:59 by jmb]John Mark Bell2005-11-271-1/+11
| | | | | | Some debug svn path=/import/netsurf/; revision=1885
* [project @ 2005-11-24 23:46:31 by bursa]James Bursa2005-11-241-0/+10
| | | | | | Include images in exported DrawFiles. svn path=/import/netsurf/; revision=1884
* [project @ 2005-11-20 20:16:08 by bursa]James Bursa2005-11-203-990/+214
| | | | | | Rewrite DrawFile export completely. Text is now exported again. Images are not yet exported. svn path=/import/netsurf/; revision=1880
* [project @ 2005-10-30 21:23:44 by bursa]James Bursa2005-10-302-9/+10
| | | | | | Add index parameter to plugin_open(). svn path=/import/netsurf/; revision=1876
* [project @ 2005-10-06 03:13:06 by jmb]John Mark Bell2005-10-061-4/+6
| | | | | | Propogate initial language selection to frontend such that relevant menu entry is ticked. svn path=/import/netsurf/; revision=1870
* [project @ 2005-10-01 23:28:46 by adrianl]Adrian Lees2005-10-012-21/+24
| | | | | | Make robust against missing/unexpected thumbnail filenames, eg. saving errors (caused SIGSEGV recursion when starting) svn path=/import/netsurf/; revision=1869
* [project @ 2005-09-29 15:24:48 by adrianl]Adrian Lees2005-09-291-3/+14
| | | | | | Allow drag-saving of URLs from URL icon of browser windows svn path=/import/netsurf/; revision=1867
* [project @ 2005-09-23 03:48:40 by jmb]John Mark Bell2005-09-231-4/+34
| | | | | | Add Latin10 table (RISC OS alphabet number 116) svn path=/import/netsurf/; revision=1866
* [project @ 2005-09-14 19:08:48 by adrianl]Adrian Lees2005-09-141-0/+28
| | | | | | Correct mode word of sprite that buffers output svn path=/import/netsurf/; revision=1864
* [project @ 2005-09-14 02:28:38 by adrianl]Adrian Lees2005-09-141-1/+1
| | | | | | Correct Tinct usage test svn path=/import/netsurf/; revision=1863
* [project @ 2005-09-07 20:22:33 by jmb]John Mark Bell2005-09-072-57/+97
| | | | | | | Tighten up error checking. When loading bitmaps from the disk cache, ensure they look valid. svn path=/import/netsurf/; revision=1862
* [project @ 2005-09-06 11:07:42 by adrianl]Adrian Lees2005-09-061-0/+6
| | | | | | Handle absence of filetype sprites, eg. ANT URL on Adjust svn path=/import/netsurf/; revision=1861
* [project @ 2005-09-01 20:29:59 by adrianl]Adrian Lees2005-09-011-0/+27
| | | | | | Tolerate incorrectly terminated and unterminated data xfer filenames svn path=/import/netsurf/; revision=1860
* [project @ 2005-09-01 03:30:16 by adrianl]Adrian Lees2005-09-011-0/+1
| | | | | | Add IconSprites command to output 'app' svn path=/import/netsurf/; revision=1859
* [project @ 2005-09-01 03:21:13 by adrianl]Adrian Lees2005-09-011-2/+3
| | | | | | Fix NULL read svn path=/import/netsurf/; revision=1858
* [project @ 2005-08-20 23:04:35 by bursa]James Bursa2005-08-202-0/+3
| | | | | | Fix strndup() warnings. svn path=/import/netsurf/; revision=1850
* [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