summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-12-31 04:29:00 by rjw]Richard Wilson2005-12-312-27/+31
| | | | | | Improve efficiency of bitmaps not held in memory svn path=/import/netsurf/; revision=1908
* [project @ 2005-12-31 04:27:53 by rjw]Richard Wilson2005-12-312-118/+126
| | | | | | Store more URL data centrally. svn path=/import/netsurf/; revision=1907
* [project @ 2005-12-31 04:26:41 by rjw]Richard Wilson2005-12-311-0/+0
| | | | | | Add sprite for test configuration tool. svn path=/import/netsurf/; revision=1906
* [project @ 2005-12-31 04:23:44 by rjw]Richard Wilson2005-12-318-0/+36
| | | | | | Icons for search history menu and recent url menus, message data for new configuration tool. svn path=/import/netsurf/; revision=1905
* [project @ 2005-12-31 04:06:40 by rjw]Richard Wilson2005-12-312-0/+1044
| | | | | | Automated WIMP event handling functions. svn path=/import/netsurf/; revision=1904
* [project @ 2005-12-29 23:18:17 by rjw]Richard Wilson2005-12-292-2/+5
| | | | | | Add URL expiry option. svn path=/import/netsurf/; revision=1903
* [project @ 2005-12-29 23:17:36 by rjw]Richard Wilson2005-12-291-1/+1
| | | | | | Make all filenames the same length. svn path=/import/netsurf/; revision=1902
* [project @ 2005-12-19 22:50:23 by bursa]James Bursa2005-12-199-21/+74
| | | | | | Add headers and get rid of all externs in .c files. svn path=/import/netsurf/; revision=1901
* [project @ 2005-12-19 21:54:51 by bursa]James Bursa2005-12-193-11/+63
| | | | | | Fix busy polling in gtk build. svn path=/import/netsurf/; revision=1900
* [project @ 2005-12-18 15:53:47 by rjw]Richard Wilson2005-12-181-1/+8
| | | | | | Ensure bitmap dimensions are as expected before decompression. svn path=/import/netsurf/; revision=1899
* [project @ 2005-12-17 16:53:09 by jmb]John Mark Bell2005-12-171-8/+16
| | | | | | | Check for required resources before loading any modules; no point in wasting the user's memory is there? ;) Fix 1383631. svn path=/import/netsurf/; revision=1898
* [project @ 2005-12-11 21:55:25 by bursa]James Bursa2005-12-113-3/+49
| | | | | | Show an error box when assert() fails instead of exiting suddenly. svn path=/import/netsurf/; revision=1897
* [project @ 2005-12-11 21:54:30 by bursa]James Bursa2005-12-114-6/+2
| | | | | | Disable some log messages. svn path=/import/netsurf/; revision=1896
* [project @ 2005-12-10 18:02:36 by adrianl]Adrian Lees2005-12-101-1/+3
| | | | | | Added quit msg to stderr to differentiate user request from failure svn path=/import/netsurf/; revision=1895
* [project @ 2005-12-10 15:31:21 by adrianl]Adrian Lees2005-12-101-0/+4
| | | | | | Fix NC build svn path=/import/netsurf/; revision=1894
* [project @ 2005-12-10 15:10:25 by adrianl]Adrian Lees2005-12-101-1/+1
| | | | | | Invoke cross-compiler for asm svn path=/import/netsurf/; revision=1893
* [project @ 2005-12-10 14:57:02 by adrianl]Adrian Lees2005-12-101-0/+2
| | | | | | Assembler support svn path=/import/netsurf/; revision=1892
* [project @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-1016-8/+560
| | | | | | ArtWorks support svn path=/import/netsurf/; revision=1891
* [project @ 2005-12-01 02:59:55 by rjw]Richard Wilson2005-12-011-1/+4
| | | | | | Plug memory leak svn path=/import/netsurf/; revision=1890
* [project @ 2005-12-01 01:22:23 by rjw]Richard Wilson2005-12-012-0/+23
| | | | | | Add function to check for specific window furniture svn path=/import/netsurf/; revision=1889
* [project @ 2005-11-30 22:56:05 by tlsa]Michael Drake2005-11-301-2/+6
| | | | | | Add link to feature request tracker. svn path=/import/netsurf/; revision=1888
* [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-24 22:26:51 by tlsa]Michael Drake2005-11-241-0/+2
| | | | | | Give breadcrumbs a margin. (File missed out when footer style was changed.) svn path=/import/netsurf/; revision=1883
* [project @ 2005-11-21 20:46:21 by tlsa]Michael Drake2005-11-211-3/+8
| | | | | | Align attribute on table rows and cells affects block level elements. svn path=/import/netsurf/; revision=1882
* [project @ 2005-11-20 20:23:09 by bursa]James Bursa2005-11-201-2/+2
| | | | | | Add libpencil. svn path=/import/netsurf/; revision=1881
* [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-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