summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-01-16 00:08:47 by jmb]John Mark Bell2005-01-161-3/+1
| | | | | | Fixup missed css_style free svn path=/import/netsurf/; revision=1451
* [project @ 2005-01-16 00:03:45 by jmb]John Mark Bell2005-01-165-43/+119
| | | | | | Create interface for duplication and destruction of css_style structs. svn path=/import/netsurf/; revision=1450
* [project @ 2005-01-15 22:11:53 by rjw]Richard Wilson2005-01-154-2/+490
| | | | | | Background work for CSS counters (CSS 2.1/12.4) svn path=/import/netsurf/; revision=1449
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-1315-20/+168
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
* [project @ 2005-01-13 20:28:50 by bursa]James Bursa2005-01-135-4/+9
| | | | | | Fix some compilation warnings in the debug build. Update nsgtk_plot_rectangle() with the new parameters. svn path=/import/netsurf/; revision=1447
* [project @ 2005-01-13 20:26:16 by bursa]James Bursa2005-01-131-0/+1
| | | | | | Strengthen entry conditions of content_broadcast() to help detect bugs. svn path=/import/netsurf/; revision=1446
* [project @ 2005-01-13 20:24:36 by bursa]James Bursa2005-01-131-1/+0
| | | | | | Remove "center > * > *" rule (no longer required since inherit is fully implemented). svn path=/import/netsurf/; revision=1445
* [project @ 2005-01-13 20:01:03 by bursa]James Bursa2005-01-131-67/+68
| | | | | | Change toolbar icon button type to click. svn path=/import/netsurf/; revision=1444
* [project @ 2005-01-13 00:11:41 by tlsa]Michael Drake2005-01-134-15/+8
| | | | | | TD and TH use vertical-align: inherit. Update welcome page. svn path=/import/netsurf/; revision=1443
* [project @ 2005-01-12 00:01:18 by tlsa]Michael Drake2005-01-122-2/+2
| | | | | | Update CSS todo list and supplied toolbar icons. svn path=/import/netsurf/; revision=1442
* [project @ 2005-01-11 19:39:49 by jmb]John Mark Bell2005-01-114-248/+579
| | | | | | Handle property: inherit; properly svn path=/import/netsurf/; revision=1441
* [project @ 2005-01-11 14:20:54 by rjw]Richard Wilson2005-01-111-5/+5
| | | | | | Add missing CSS terminators svn path=/import/netsurf/; revision=1440
* [project @ 2005-01-11 14:16:40 by rjw]Richard Wilson2005-01-111-4/+7
| | | | | | Perform vertical alignment for cells with specified heights. svn path=/import/netsurf/; revision=1439
* [project @ 2005-01-10 21:43:57 by rjw]Richard Wilson2005-01-101-12/+12
| | | | | | Fix for CSS rules svn path=/import/netsurf/; revision=1438
* [project @ 2005-01-10 21:35:33 by rjw]Richard Wilson2005-01-102-10/+81
| | | | | | Vertical alignment for table cells svn path=/import/netsurf/; revision=1437
* [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