summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2005-07-31 15:55:36 by jmb]John Mark Bell2005-07-312-9/+12
| | | | | | | | Make length -> pixel conversion more accurate. Fix handling of CSS <numbers> Fix border widths. svn path=/import/netsurf/; revision=1832
* [project @ 2005-07-31 11:21:46 by bursa]James Bursa2005-07-311-9/+7
| | | | | | Fix certain cases of relative positioning, and make the recursion more efficient (don't recurse for BOX_TEXT). svn path=/import/netsurf/; revision=1831
* [project @ 2005-07-30 23:32:48 by jmb]John Mark Bell2005-07-301-1/+132
| | | | | | Position: relative; support. svn path=/import/netsurf/; revision=1830
* [project @ 2005-07-30 15:11:22 by adrianl]Adrian Lees2005-07-305-7/+39
| | | | | | Fix removal of 'Not found' message for non-RO5 systems svn path=/import/netsurf/; revision=1829
* [project @ 2005-07-27 22:49:53 by jmb]John Mark Bell2005-07-271-0/+11
| | | | | | Mark invalid CSS contents with an error so they get flushed from the cache. svn path=/import/netsurf/; revision=1828
* [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 18:35:57 by adrianl]Adrian Lees2005-07-241-0/+3
| | | | | | Find nearest text when selecting svn path=/import/netsurf/; revision=1823
* [project @ 2005-07-24 14:29:32 by bursa]James Bursa2005-07-241-5/+12
| | | | | | Fix position of certain floats. svn path=/import/netsurf/; revision=1822
* [project @ 2005-07-24 07:00:47 by adrianl]Adrian Lees2005-07-241-27/+74
| | | | | | Search below-right for nearest text when dragging start point of selection svn path=/import/netsurf/; revision=1821
* [project @ 2005-07-24 06:13:25 by adrianl]Adrian Lees2005-07-242-71/+136
| | | | | | Make selecting text easier by finding the nearest text above-left of the pointer; sort out issues with spaces in copied/saved text svn path=/import/netsurf/; revision=1820
* [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-235-5/+5
| | | | | | 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-236-121/+189
| | | | | | 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-21 21:48:41 by bursa]James Bursa2005-07-212-2/+27
| | | | | | Fix layout min max bug with blocks with negative margins. Add assert()s to check that 0 <= min_width <= max_width at the end of each layout_minmax_X() function. svn path=/import/netsurf/; revision=1813
* [project @ 2005-07-20 23:27:27 by adrianl]Adrian Lees2005-07-2010-213/+877
| | | | | | 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-20 22:25:56 by bursa]James Bursa2005-07-201-0/+10
| | | | | | Fix fixed width table min / max width calculations. svn path=/import/netsurf/; revision=1811
* [project @ 2005-07-20 22:08:56 by bursa]James Bursa2005-07-201-2/+4
| | | | | | Fix min / max bug with negative margins (treat as 0 for now). svn path=/import/netsurf/; revision=1810
* [project @ 2005-07-19 06:03:07 by adrianl]Adrian Lees2005-07-194-0/+36
| | | | | | Help text for search; partial text for print svn path=/import/netsurf/; revision=1809
* [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 04:01:59 by adrianl]Adrian Lees2005-07-194-0/+0
| | | | | | Search-as-you-type svn path=/import/netsurf/; revision=1806
* [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:38:59 by adrianl]Adrian Lees2005-07-181-92/+155
| | | | | | Fix text selection jitter svn path=/import/netsurf/; revision=1804
* [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-18 14:22:26 by jmb]John Mark Bell2005-07-181-1/+1
| | | | | | Fix erroneous attempt to uppercase address of character instead of the character itself svn path=/import/netsurf/; revision=1802
* [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 20:25:58 by adrianl]Adrian Lees2005-07-161-7/+10
| | | | | | Allow login with new user/password if entered incorrectly. svn path=/import/netsurf/; revision=1800
* [project @ 2005-07-16 16:23:08 by adrianl]Adrian Lees2005-07-161-1/+1
| | | | | | Bounds checking in Content-Length handling svn path=/import/netsurf/; revision=1799
* [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 16:15:37 by adrianl]Adrian Lees2005-07-161-4/+2
| | | | | | Faster utf8 next/prev functions svn path=/import/netsurf/; revision=1797
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-1622-1073/+2709
| | | | | | | | | | | | | | | | | | - 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-1615-166/+360
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-07-11 18:10:10 by jmb]John Mark Bell2005-07-113-12/+49
| | | | | | Cache previous iconv conversion descriptor svn path=/import/netsurf/; revision=1792
* [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:59:50 by adrianl]Adrian Lees2005-07-084-0/+8
| | | | | | Added download-related messages svn path=/import/netsurf/; revision=1790
* [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-06 19:56:34 by bursa]James Bursa2005-07-061-2/+3
| | | | | | Fix broken code in table_find_cell(). svn path=/import/netsurf/; revision=1788
* [project @ 2005-07-05 22:43:38 by bursa]James Bursa2005-07-052-3/+29
| | | | | | Add locked attribute to content structure and use it to ignore content_redraw() during _convert() or _reformat(). svn path=/import/netsurf/; revision=1787
* [project @ 2005-07-04 23:21:29 by jmb]John Mark Bell2005-07-041-1/+1
| | | | | | Fix jpeglib.h header location svn path=/import/netsurf/; revision=1786
* [project @ 2005-07-03 20:18:23 by tlsa]Michael Drake2005-07-034-5/+6
| | | | | | Use local Google URLs on Intro pages and update About page. svn path=/import/netsurf/; revision=1785
* [project @ 2005-07-03 16:36:13 by jmb]John Mark Bell2005-07-031-10/+21
| | | | | | Fix imagemaps svn path=/import/netsurf/; revision=1784
* [project @ 2005-07-03 15:57:10 by jmb]John Mark Bell2005-07-031-5/+16
| | | | | | Handle forms with no action attribute svn path=/import/netsurf/; revision=1783