summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-11-20 17:50:49 by bursa]James Bursa2005-11-201-1/+7
| | | | | | Disable SpecialFX for NetSurf, if present (causes redraw problems). svn path=/import/netsurf/; revision=1879
* [project @ 2005-11-14 17:51:38 by tlsa]Michael Drake2005-11-141-1/+1
| | | | | | Add rule for hr[noshade]. svn path=/import/netsurf/; revision=1878
* [project @ 2005-11-06 11:00:33 by bursa]James Bursa2005-11-061-4/+8
| | | | | | Fix crash when a frame contains floats. svn path=/import/netsurf/; revision=1877
* [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-30 21:23:24 by bursa]James Bursa2005-10-301-32/+65
| | | | | | Treat HTML objects (frames) as part of the box tree during layout. svn path=/import/netsurf/; revision=1875
* [project @ 2005-10-30 21:23:03 by bursa]James Bursa2005-10-302-16/+179
| | | | | | Add page, index, and box to struct content_html_data. Implement html_replace_object() and html_find_target(). No longer combine box trees of frames and frameset (was causing crashes). svn path=/import/netsurf/; revision=1874
* [project @ 2005-10-30 21:22:37 by bursa]James Bursa2005-10-301-27/+40
| | | | | | Implement link targets for framesets. svn path=/import/netsurf/; revision=1873
* [project @ 2005-10-30 21:22:19 by bursa]James Bursa2005-10-302-7/+18
| | | | | | Add index parameter to content_open(). svn path=/import/netsurf/; revision=1872
* [project @ 2005-10-11 15:00:55 by tlsa]Michael Drake2005-10-111-6/+9
| | | | | | Fix ASprites loading. svn path=/import/netsurf/; revision=1871
* [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-10-01 23:27:22 by adrianl]Adrian Lees2005-10-011-4/+4
| | | | | | Pedantic corrections svn path=/import/netsurf/; revision=1868
* [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-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