summaryrefslogtreecommitdiff
path: root/css
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-09-08 22:47:38 by bursa]James Bursa2003-09-082-5/+5
| | | | | | Reduce default font size and increase line spacing. svn path=/import/netsurf/; revision=273
* [project @ 2003-09-07 21:08:13 by bursa]James Bursa2003-09-071-0/+7
| | | | | | Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-3/+3
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-7/+14
| | | | | | Fix negative dimensions, more gui cleanup. svn path=/import/netsurf/; revision=252
* [project @ 2003-07-20 13:58:12 by bursa]James Bursa2003-07-201-2/+2
| | | | | | Line-height fixes. svn path=/import/netsurf/; revision=240
* [project @ 2003-07-20 13:13:09 by bursa]James Bursa2003-07-202-0/+9
| | | | | | 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-144-7/+8
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-092-5/+27
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-04 21:18:24 by bursa]James Bursa2003-07-042-4/+3
| | | | | | 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-306-11/+31
| | | | | | 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-06-05 14:39:54 by bursa]James Bursa2003-06-051-2/+2
| | | | | | Undo accidental commit. svn path=/import/netsurf/; revision=165
* [project @ 2003-06-05 14:33:18 by philpem]Philip Pemberton2003-06-051-2/+2
| | | | | | Added test GIF svn path=/import/netsurf/; revision=164
* [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-13 12:50:10 by bursa]James Bursa2003-04-133-16/+50
| | | | | | style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
* [project @ 2003-04-10 21:44:45 by bursa]James Bursa2003-04-101-1/+2
| | | | | | Memory usage cleaning. svn path=/import/netsurf/; revision=121
* [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-064-35/+196
| | | | | | @import, more status messages. svn path=/import/netsurf/; revision=116
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-053-69/+116
| | | | | | 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-046-9/+999
| | | | | | 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:03:14 by bursa]James Bursa2003-03-252-0/+231
New CSS parser. svn path=/import/netsurf/; revision=108