summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-09-17 19:59:02 by jmb]John Mark Bell2005-09-172-3/+29
| | | | | | Hack around PNG as object fallback crash. svn path=/import/netsurf/; revision=1865
* [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-09-01 03:20:21 by adrianl]Adrian Lees2005-09-011-41/+94
| | | | | | Save text in local encoding; fix selection of zero-length blocks svn path=/import/netsurf/; revision=1857
* [project @ 2005-08-31 20:29:11 by bursa]James Bursa2005-08-311-0/+5
| | | | | | Fix submitting of forms with more than one image button. svn path=/import/netsurf/; revision=1856
* [project @ 2005-08-29 13:58:33 by tlsa]Michael Drake2005-08-291-3/+1
| | | | | | Update default HR style. svn path=/import/netsurf/; revision=1855
* [project @ 2005-08-29 12:29:50 by bursa]James Bursa2005-08-291-83/+89
| | | | | | Updated dependencies. svn path=/import/netsurf/; revision=1854
* [project @ 2005-08-22 22:49:52 by bursa]James Bursa2005-08-226-49/+64
| | | | | | More work towards frame targets: add target parameter to box_create(), and copy target down the box tree during construction. svn path=/import/netsurf/; revision=1853
* [project @ 2005-08-21 12:04:17 by bursa]James Bursa2005-08-218-112/+129
| | | | | | Change void * parameters to intptr_t to make them correct for storing integers or pointers. svn path=/import/netsurf/; revision=1852
* [project @ 2005-08-21 10:52:17 by bursa]James Bursa2005-08-211-97/+93
| | | | | | Remove some dead code. Add description of browser_window_mouse_action_html(). Reformat some code. svn path=/import/netsurf/; revision=1851
* [project @ 2005-08-20 23:04:35 by bursa]James Bursa2005-08-203-0/+4
| | | | | | Fix strndup() warnings. svn path=/import/netsurf/; revision=1850
* [project @ 2005-08-20 22:52:20 by bursa]James Bursa2005-08-205-22/+70
| | | | | | Work towards implementing link target frames: add target attribute to struct box, add frame to struct content_html_object and html_fetch_object(). svn path=/import/netsurf/; revision=1849
* [project @ 2005-08-15 00:00:31 by jmb]John Mark Bell2005-08-152-687/+0
| | | | | | Remove these files (missed by last commit) svn path=/import/netsurf/; revision=1848
* [project @ 2005-08-14 23:56:15 by jmb]John Mark Bell2005-08-147-7/+706
| | | | | | | Move imagemap.[ch] into render/ Make imagemap URL extraction use box_extract_link svn path=/import/netsurf/; revision=1847
* [project @ 2005-08-14 21:43:36 by bursa]James Bursa2005-08-141-1/+2
| | | | | | Fix box_contains_point() for non-rectangular inlines. svn path=/import/netsurf/; revision=1846
* [project @ 2005-08-08 19:19:20 by bursa]James Bursa2005-08-081-0/+32
| | | | | | Fix redraw of underlines and other text-decoration. svn path=/import/netsurf/; revision=1845
* [project @ 2005-08-07 21:31:02 by bursa]James Bursa2005-08-071-0/+2
| | | | | | Place a border around frames. svn path=/import/netsurf/; revision=1844
* [project @ 2005-08-07 21:28:48 by bursa]James Bursa2005-08-074-31/+24
| | | | | | Improvements to frames. Fix bug with BR at end of inline container. svn path=/import/netsurf/; revision=1843
* [project @ 2005-08-06 23:34:30 by bursa]James Bursa2005-08-061-1/+5
| | | | | | Fix vertical positioning of floats when an empty block with top padding is present. svn path=/import/netsurf/; revision=1842
* [project @ 2005-08-06 22:29:30 by bursa]James Bursa2005-08-061-2/+7
| | | | | | Use given width as initial min/max width of fixed-width table columns. This improves the layout of certain tables with colspans. svn path=/import/netsurf/; revision=1841
* [project @ 2005-08-04 22:51:42 by bursa]James Bursa2005-08-042-0/+2
| | | | | | Fix strndup() compiler warnings. svn path=/import/netsurf/; revision=1840
* [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-08-02 13:34:55 by rjw]Richard Wilson2005-08-021-3/+3
| | | | | | Require the latest version of Tinct. svn path=/import/netsurf/; revision=1836
* [project @ 2005-07-31 22:06:03 by jmb]John Mark Bell2005-07-313-4/+7
| | | | | | Ignore @import rules which occur after a valid rule. svn path=/import/netsurf/; revision=1835
* [project @ 2005-07-31 21:57:07 by bursa]James Bursa2005-07-311-1/+12
| | | | | | Implement clear on <br>. svn path=/import/netsurf/; revision=1834
* [project @ 2005-07-31 21:26:52 by tlsa]Michael Drake2005-07-313-0/+0
| | | | | | Swap MNG and JNG sprites. svn path=/import/netsurf/; revision=1833
* [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