summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-04-06 20:56:40 by bursa]James Bursa2003-04-063-6/+6
| | | | | | CSS bug fix. svn path=/import/netsurf/; revision=118
* [project @ 2003-04-06 18:16:14 by bursa]James Bursa2003-04-061-3/+16
| | | | | | Describe css code. svn path=/import/netsurf/; revision=117
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-0610-48/+229
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-0511-168/+319
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-04-05 16:24:43 by bursa]James Bursa2003-04-054-21/+69
| | | | | | Re-implement style attributes. svn path=/import/netsurf/; revision=114
* [project @ 2003-04-05 15:35:55 by bursa]James Bursa2003-04-053-46/+98
| | | | | | Use hash-table to store CSS rules. svn path=/import/netsurf/; revision=113
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-0419-911/+1047
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-04-01 21:33:08 by bursa]James Bursa2003-04-012-22/+57
| | | | | | CSS parser changes. svn path=/import/netsurf/; revision=111
* [project @ 2003-04-01 20:18:18 by bursa]James Bursa2003-04-011-55/+51
| | | | | | CSS parser progress. svn path=/import/netsurf/; revision=110
* [project @ 2003-03-25 21:51:29 by bursa]James Bursa2003-03-254-17/+27
| | | | | | Show alt text for images. svn path=/import/netsurf/; revision=109
* [project @ 2003-03-25 21:03:14 by bursa]James Bursa2003-03-252-0/+231
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=108
* [project @ 2003-03-15 15:53:20 by bursa]James Bursa2003-03-1512-67/+190
| | | | | | MIME types for local files, new test files. svn path=/import/netsurf/; revision=107
* [project @ 2003-03-08 21:25:56 by bursa]James Bursa2003-03-081-3/+11
| | | | | | Cell height changes. svn path=/import/netsurf/; revision=106
* [project @ 2003-03-08 20:26:31 by bursa]James Bursa2003-03-083-30/+32
| | | | | | Fix coordinates, sprite area. svn path=/import/netsurf/; revision=105
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-0416-151/+172
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-03-03 22:40:39 by bursa]James Bursa2003-03-039-149/+201
| | | | | | Fix many browser warnings. svn path=/import/netsurf/; revision=103
* [project @ 2003-02-28 11:49:13 by bursa]James Bursa2003-02-286-29/+45
| | | | | | More status messages, bug fixes. svn path=/import/netsurf/; revision=102
* [project @ 2003-02-26 18:22:24 by bursa]James Bursa2003-02-262-4/+7
| | | | | | Fix HTML parsing and JPEG bug. svn path=/import/netsurf/; revision=101
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-2513-46/+166
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 19:32:24 by bursa]James Bursa2003-02-092-4/+9
| | | | | | Fix some warnings. svn path=/import/netsurf/; revision=99
* [project @ 2003-02-09 15:58:29 by bursa]James Bursa2003-02-091-1/+22
| | | | | | Document content/. svn path=/import/netsurf/; revision=98
* [project @ 2003-02-09 13:11:43 by bursa]James Bursa2003-02-091-0/+70
| | | | | | Notes for developers. svn path=/import/netsurf/; revision=97
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-0930-878/+1346
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2003-02-04 09:34:32 by bursa]James Bursa2003-02-046-572/+0
| | | | | | Remove obsolete files. svn path=/import/netsurf/; revision=95
* [project @ 2003-01-12 17:48:44 by bursa]James Bursa2003-01-123-14/+44
| | | | | | Implement title element. svn path=/import/netsurf/; revision=94
* [project @ 2003-01-11 19:46:59 by andrew]Andrew Duffell2003-01-111-1/+23
| | | | | | More detailed help and information. svn path=/import/netsurf/; revision=93
* [project @ 2003-01-11 17:36:40 by monkeyson]Phil Mellor2003-01-112-6/+35
| | | | | | Forms tweaked slightly. svn path=/import/netsurf/; revision=92
* [project @ 2003-01-11 17:33:31 by monkeyson]Phil Mellor2003-01-113-18/+270
| | | | | | | Mouse gestures. Recognises the same gestures as Opera, although only back, forward and reload actually do anything yet. svn path=/import/netsurf/; revision=91
* [project @ 2003-01-07 23:24:43 by bursa]James Bursa2003-01-071-1/+13
| | | | | | Minor attribute handling changes. svn path=/import/netsurf/; revision=90
* [project @ 2003-01-07 23:16:04 by bursa]James Bursa2003-01-071-2/+2
| | | | | | Move baseline of text up. svn path=/import/netsurf/; revision=89
* [project @ 2003-01-07 23:15:23 by bursa]James Bursa2003-01-072-45/+60
| | | | | | Clean up many compiler warnings. svn path=/import/netsurf/; revision=88
* [project @ 2003-01-07 18:21:58 by bursa]James Bursa2003-01-071-12/+11
| | | | | | Fix select element. svn path=/import/netsurf/; revision=87
* [project @ 2003-01-06 23:53:39 by bursa]James Bursa2003-01-064-206/+205
| | | | | | Changes to integrate images and forms. svn path=/import/netsurf/; revision=86
* [project @ 2003-01-06 00:04:43 by bursa]James Bursa2003-01-063-158/+58
| | | | | | Remove special case code for file: urls. svn path=/import/netsurf/; revision=85
* [project @ 2003-01-06 00:02:52 by bursa]James Bursa2003-01-061-0/+2
| | | | | | Add hr. svn path=/import/netsurf/; revision=84
* [project @ 2003-01-04 18:51:41 by andrew]Andrew Duffell2003-01-041-2/+2
| | | | | | User-agent changed so that it works with NetSurf website. svn path=/import/netsurf/; revision=83
* [project @ 2003-01-03 22:19:39 by bursa]James Bursa2003-01-033-65/+97
| | | | | | Table layout improvements. svn path=/import/netsurf/; revision=82
* [project @ 2003-01-02 13:26:43 by bursa]James Bursa2003-01-022-55/+132
| | | | | | Whitespace and box tree normalisation changes. svn path=/import/netsurf/; revision=81
* [project @ 2003-01-02 13:13:27 by bursa]James Bursa2003-01-021-3/+4
| | | | | | Fix rebuilding bug. svn path=/import/netsurf/; revision=80
* [project @ 2003-01-01 14:12:32 by andrew]Andrew Duffell2003-01-011-0/+0
| | | | | | Added icons for HTML files and iconised netsurf windows svn path=/import/netsurf/; revision=79
* [project @ 2003-01-01 09:40:00 by andrew]Andrew Duffell2003-01-011-0/+0
| | | | | | Added mask to the throbber and antialiased reload button svn path=/import/netsurf/; revision=78
* [project @ 2003-01-01 09:35:37 by andrew]Andrew Duffell2003-01-011-0/+0
| | | | | | Using the RISC OS tile and and improved throbber display. svn path=/import/netsurf/; revision=77
* [project @ 2002-12-30 22:56:30 by monkeyson]Phil Mellor2002-12-308-52/+911
| | | | | | | Forms are now interactive - user can manipulate checkbox, radio, text, textarea, select elements. svn path=/import/netsurf/; revision=76
* [project @ 2002-12-30 21:14:29 by bursa]James Bursa2002-12-301-2/+2
| | | | | | Update xml_to_box call. svn path=/import/netsurf/; revision=75
* [project @ 2002-12-30 14:33:49 by bursa]James Bursa2002-12-301-3/+3
| | | | | | Changes for auto building. svn path=/import/netsurf/; revision=74
* [project @ 2002-12-30 14:30:20 by bursa]James Bursa2002-12-301-20/+24
| | | | | | Changes for auto building. svn path=/import/netsurf/; revision=73
* [project @ 2002-12-30 02:06:03 by monkeyson]Phil Mellor2002-12-305-22/+266
| | | | | | | Started support for img tag - doesn't attempt to fetch/render images yet. Combo boxes in forms. svn path=/import/netsurf/; revision=72
* [project @ 2002-12-29 22:27:35 by monkeyson]Phil Mellor2002-12-297-23/+240
| | | | | | | | Font anti-alias colours corrected. Begin displaying form elements - text, password, submit, reset svn path=/import/netsurf/; revision=71
* [project @ 2002-12-29 20:02:46 by bursa]James Bursa2002-12-291-5/+5
| | | | | | Fix redraw problems svn path=/import/netsurf/; revision=70
* [project @ 2002-12-27 23:03:00 by bursa]James Bursa2002-12-272-3/+3
| | | | | | Implement color property. svn path=/import/netsurf/; revision=69