summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-01-08 01:42:08 by jmb]John Mark Bell2005-01-081-1/+2
| | | | | | | Fix parsing of multiple occurrences of S Fix parsing of blocks (missing ws after any) svn path=/import/netsurf/; revision=1436
* [project @ 2005-01-05 20:22:57 by jmb]John Mark Bell2005-01-051-2/+3
| | | | | | Fix syntax error reporting svn path=/import/netsurf/; revision=1435
* [project @ 2005-01-05 20:20:32 by jmb]John Mark Bell2005-01-052-48/+72
| | | | | | Tokeniser now passes whitespace to the parser (fixes ancestor combinators) svn path=/import/netsurf/; revision=1434
* [project @ 2005-01-05 20:09:49 by jmb]John Mark Bell2005-01-051-8/+15
| | | | | | | Check for existence of modules before trying to load them. This will fall over if the user doesn't have *IfThere on their system. That would mean they haven't got the Universal Boot installed, however, so I doubt it's an issue. svn path=/import/netsurf/; revision=1433
* [project @ 2005-01-04 13:17:01 by tlsa]Michael Drake2005-01-042-46/+46
| | | | | | Update to French resources by Jerome Mathevet. svn path=/import/netsurf/; revision=1432
* [project @ 2005-01-03 16:09:11 by jmb]John Mark Bell2005-01-031-2/+2
| | | | | | Fix race condition caused by introduction of downloads svn path=/import/netsurf/; revision=1431
* [project @ 2005-01-03 02:28:57 by jmb]John Mark Bell2005-01-031-1/+0
| | | | | | Lose erroneous #include svn path=/import/netsurf/; revision=1430
* [project @ 2005-01-03 02:09:20 by jmb]John Mark Bell2005-01-0316-53/+94
| | | | | | Shift + Click == download svn path=/import/netsurf/; revision=1429
* [project @ 2005-01-03 01:18:17 by jmb]John Mark Bell2005-01-031-39/+41
| | | | | | Reorder F-key order (looks tidier ;) svn path=/import/netsurf/; revision=1428
* [project @ 2005-01-03 00:45:43 by jmb]John Mark Bell2005-01-031-3/+4
| | | | | | class and id attributes are case-sensitive (HTML4.01) svn path=/import/netsurf/; revision=1427
* [project @ 2005-01-02 14:42:16 by bursa]James Bursa2005-01-021-4/+10
| | | | | | Fix some compiler warnings. svn path=/import/netsurf/; revision=1426
* [project @ 2005-01-02 14:41:07 by bursa]James Bursa2005-01-021-2/+2
| | | | | | regexec() returns int, not a pointer. svn path=/import/netsurf/; revision=1425
* [project @ 2005-01-02 11:47:51 by bursa]James Bursa2005-01-021-1/+1
| | | | | | Fix comment. svn path=/import/netsurf/; revision=1424
* [project @ 2005-01-02 11:46:29 by bursa]James Bursa2005-01-023-128/+71
| | | | | | Fix debug and riscos_debug builds. svn path=/import/netsurf/; revision=1423
* [project @ 2005-01-02 04:05:21 by jmb]John Mark Bell2005-01-022-287/+0
| | | | | | Begone, redundant code svn path=/import/netsurf/; revision=1422
* [project @ 2005-01-02 04:04:41 by jmb]John Mark Bell2005-01-021-22/+67
| | | | | | Add asserts, fix error handling for c->title, lose redundant code svn path=/import/netsurf/; revision=1421
* [project @ 2005-01-02 04:01:21 by jmb]John Mark Bell2005-01-021-1/+1
| | | | | | Lose warning svn path=/import/netsurf/; revision=1420
* [project @ 2005-01-02 03:58:20 by jmb]John Mark Bell2005-01-0214-99/+130
| | | | | | xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c) svn path=/import/netsurf/; revision=1419
* [project @ 2005-01-01 22:26:34 by bursa]James Bursa2005-01-011-11/+41
| | | | | | xcalloc/xrealloc/xstrdup-purge week. svn path=/import/netsurf/; revision=1418
* [project @ 2005-01-01 22:14:06 by bursa]James Bursa2005-01-011-3/+9
| | | | | | xcalloc/xrealloc/xstrdup-purge week. svn path=/import/netsurf/; revision=1417
* [project @ 2005-01-01 22:05:20 by bursa]James Bursa2005-01-017-146/+308
| | | | | | xcalloc/xrealloc/xstrdup-purge week, part 5. Improve and simplify encoding detection. svn path=/import/netsurf/; revision=1416
* [project @ 2005-01-01 14:51:35 by bursa]James Bursa2005-01-011-62/+169
| | | | | | xcalloc/xrealloc/xstrdup-purge week, part 4. svn path=/import/netsurf/; revision=1415
* [project @ 2004-12-31 15:54:15 by jmb]John Mark Bell2004-12-311-5/+0
| | | | | | Fix scrollbar issue when fetching cached HTML contents. svn path=/import/netsurf/; revision=1414
* [project @ 2004-12-29 20:39:54 by tlsa]Michael Drake2004-12-291-0/+0
| | | | | | Remove HTML file type icons. svn path=/import/netsurf/; revision=1413
* [project @ 2004-12-29 20:36:35 by tlsa]Michael Drake2004-12-294-3/+4
| | | | | | New RISC OS 5 style CSS, JNG and MNG file type icons and iconized NetSurf window sprite by Richard Hallas. svn path=/import/netsurf/; revision=1412
* [project @ 2004-12-25 18:58:04 by jmb]John Mark Bell2004-12-252-3/+9
| | | | | | | Fix issue with streaming as file when handling unknown content length (plugin_convert may have been called prior to the streaming being set up, thus resulting in the file not being streamed) Lose spurious boolean in plugin_data struct. svn path=/import/netsurf/; revision=1411
* [project @ 2004-12-25 12:12:39 by jmb]John Mark Bell2004-12-251-30/+114
| | | | | | Support standalone plugins svn path=/import/netsurf/; revision=1410
* [project @ 2004-12-25 11:37:35 by bursa]James Bursa2004-12-256-759/+759
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1409
* [project @ 2004-12-25 11:25:21 by bursa]James Bursa2004-12-251-401/+401
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1408
* [project @ 2004-12-16 21:54:42 by andrew]Andrew Duffell2004-12-162-0/+0
| | | | | | New CSS filetype icon (file_f79 and small_f79) that is more generic instead of an application specific (featuring NetSurf logo) icon. HTML icon needs same treatment. svn path=/import/netsurf/; revision=1407
* [project @ 2004-12-16 20:38:12 by joty]John Tytgat2004-12-161-48/+48
| | | | | | Norcroft compatibility fix. svn path=/import/netsurf/; revision=1406
* [project @ 2004-12-16 14:12:04 by rjw]Richard Wilson2004-12-163-3/+8
| | | | | | Fix for bug when deleting an expanded tree node. JNG/PNG opacity is now tested during the first plot. svn path=/import/netsurf/; revision=1405
* [project @ 2004-12-15 23:03:59 by tlsa]Michael Drake2004-12-153-7/+8
| | | | | | Correct link to updated documentation. svn path=/import/netsurf/; revision=1404
* [project @ 2004-12-13 22:17:43 by bursa]James Bursa2004-12-132-58/+82
| | | | | | xcalloc/xrealloc/xstrdup-purge week, part 3. svn path=/import/netsurf/; revision=1403
* [project @ 2004-12-13 13:48:56 by rjw]Richard Wilson2004-12-131-2/+21
| | | | | | Fix hotlist dragging inconsitency. svn path=/import/netsurf/; revision=1402
* [project @ 2004-12-12 22:00:30 by bursa]James Bursa2004-12-121-134/+175
| | | | | | xcalloc/xrealloc/xstrdup-purge week, part 2. svn path=/import/netsurf/; revision=1401
* [project @ 2004-12-12 21:49:23 by bursa]James Bursa2004-12-122-8/+84
| | | | | | Add form_new() and form_add_option(). svn path=/import/netsurf/; revision=1400
* [project @ 2004-12-09 22:23:32 by bursa]James Bursa2004-12-091-3/+12
| | | | | | Remove die() from squash_whitespace(). All calls need checking. svn path=/import/netsurf/; revision=1399
* [project @ 2004-12-09 22:22:13 by bursa]James Bursa2004-12-092-131/+212
| | | | | | xcalloc/xrealloc/xstrdup-purge week, part 1. svn path=/import/netsurf/; revision=1398
* [project @ 2004-12-09 19:09:56 by rjw]Richard Wilson2004-12-092-3/+14
| | | | | | Lose xcalloc(). svn path=/import/netsurf/; revision=1397
* [project @ 2004-12-09 12:07:32 by rjw]Richard Wilson2004-12-093-20/+33
| | | | | | Fix GTK build. Lose xcalloc() from history. svn path=/import/netsurf/; revision=1396
* [project @ 2004-12-09 10:33:09 by rjw]Richard Wilson2004-12-091-1/+1
| | | | | | Stop makefile breakage. svn path=/import/netsurf/; revision=1395
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-0928-2634/+3573
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [project @ 2004-12-08 23:16:53 by jmb]John Mark Bell2004-12-081-3/+24
| | | | | | | Squash bug which caused assertion failure Add more asserts, for my own sanity svn path=/import/netsurf/; revision=1393
* [project @ 2004-12-08 12:38:27 by kevinb]Kevin Bagust2004-12-081-3/+3
| | | | | | Altered calls to xfree into calls to free in clean_cookiejar svn path=/import/netsurf/; revision=1392
* [project @ 2004-12-08 00:33:25 by jmb]John Mark Bell2004-12-081-1/+7
| | | | | | Update to work with new imagemap interface svn path=/import/netsurf/; revision=1391
* [project @ 2004-12-08 00:31:11 by jmb]John Mark Bell2004-12-084-230/+389
| | | | | | | xfoo purge, reindent some sources. Loginlist is ugly, feel free to rewrite. svn path=/import/netsurf/; revision=1390
* [project @ 2004-12-08 00:10:17 by kevinb]Kevin Bagust2004-12-082-22/+6
| | | | | | Removed unused function load, and altered call to xcalloc into a call to calloc in clean_cookiejar svn path=/import/netsurf/; revision=1389
* [project @ 2004-12-07 12:40:03 by tlsa]Michael Drake2004-12-072-2/+2
| | | | | | Fix developers link on welcome page. svn path=/import/netsurf/; revision=1388
* [project @ 2004-12-07 09:25:00 by tlsa]Michael Drake2004-12-071-1/+1
| | | | | | Fix navajowhite named colour. svn path=/import/netsurf/; revision=1387