summaryrefslogtreecommitdiff
path: root/css/css_enums
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-03-19 17:49:32 by dsilvers]Daniel Silverstone2006-03-191-1/+1
| | | | | | Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had svn path=/import/netsurf/; revision=2135
* [project @ 2004-08-01 14:13:47 by jmb]John Mark Bell2004-08-011-6/+14
| | | | | | Internal representation and parsing of most CSS2 properties. svn path=/import/netsurf/; revision=1172
* [project @ 2004-07-16 20:21:33 by jmb]John Mark Bell2004-07-161-2/+3
| | | | | | Add overflow. Hyphenate some identities correctly svn path=/import/netsurf/; revision=1086
* [project @ 2004-06-09 19:55:06 by jmb]John Mark Bell2004-06-091-2/+1
| | | | | | | | | Implement background-image, background-repeat, background-position and background-attachment CSS properties. background-attachment and background-position need more work. Some redraw issues remain. svn path=/import/netsurf/; revision=938
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-021-0/+1
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-021-3/+1
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-01-31 21:18:44 by jmb]John Mark Bell2004-01-311-1/+1
| | | | | | text-transform support. svn path=/import/netsurf/; revision=521
* [project @ 2004-01-30 22:28:32 by jmb]John Mark Bell2004-01-301-1/+1
| | | | | | Add font-variant support. Update TODO-CSS appropriately svn path=/import/netsurf/; revision=518
* [project @ 2004-01-28 23:08:28 by bursa]James Bursa2004-01-281-0/+1
| | | | | | Improve font-family. svn path=/import/netsurf/; revision=515
* [project @ 2003-11-05 16:25:35 by bursa]James Bursa2003-11-051-1/+0
| | | | | | Improved text-decoration support. svn path=/import/netsurf/; revision=403
* [project @ 2003-10-25 16:22:40 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Minor tidy. svn path=/import/netsurf/; revision=378
* [project @ 2003-10-17 23:47:13 by jmb]John Mark Bell2003-10-171-1/+1
| | | | | | | Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368
* [project @ 2003-10-10 18:13:36 by jmb]John Mark Bell2003-10-101-0/+1
| | | | | | CSS visibility support (not collapse) svn path=/import/netsurf/; revision=361
* [project @ 2003-10-07 21:34:27 by bursa]James Bursa2003-10-071-1/+1
| | | | | | Implement white-space property, rename struct node to struct css_node and NODE_* to CSS_NODE_*. svn path=/import/netsurf/; revision=347
* [project @ 2003-09-21 22:47:08 by bursa]James Bursa2003-09-211-1/+1
| | | | | | Implement display: inline-block and work on textarea. svn path=/import/netsurf/; revision=307
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-0/+21
New CSS parser. svn path=/import/netsurf/; revision=112