summaryrefslogtreecommitdiff
path: root/css/css.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-07-20 13:13:09 by bursa]James Bursa2003-07-201-0/+4
| | | | | | Improve line-height. svn path=/import/netsurf/; revision=239
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-2/+6
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-5/+5
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-5/+26
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-04 21:18:24 by bursa]James Bursa2003-07-041-4/+1
| | | | | | Make css_dump_style public. svn path=/import/netsurf/; revision=203
* [project @ 2003-07-02 14:30:53 by bursa]James Bursa2003-07-021-1/+1
| | | | | | Make hash function case insensitive. svn path=/import/netsurf/; revision=198
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-1/+12
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-40/+48
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-5/+5
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-2/+3
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-4/+26
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
* [project @ 2003-04-06 18:09:34 by bursa]James Bursa2003-04-061-27/+182
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-051-63/+107
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-04-05 16:24:43 by bursa]James Bursa2003-04-051-3/+33
| | | | | | Re-implement style attributes. svn path=/import/netsurf/; revision=114
* [project @ 2003-04-05 15:35:55 by bursa]James Bursa2003-04-051-15/+18
| | | | | | 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-041-0/+410
New CSS parser. svn path=/import/netsurf/; revision=112