summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-031-0/+4
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-04-24 23:44:06 by bursa]James Bursa2004-04-241-0/+1
| | | | | | Add table[align=center]. svn path=/import/netsurf/; revision=802
* [project @ 2004-04-21 21:37:32 by bursa]James Bursa2004-04-211-1/+1
| | | | | | Change dimensions of radio and checkboxes to em. svn path=/import/netsurf/; revision=797
* [project @ 2004-04-18 15:19:53 by bursa]James Bursa2004-04-181-1/+1
| | | | | | Implement <br> properly by adding BOX_BR; fix box tree normalisation bugs. svn path=/import/netsurf/; revision=791
* [project @ 2004-04-12 21:12:50 by bursa]James Bursa2004-04-121-6/+8
| | | | | | Add margins for a few elements. svn path=/import/netsurf/; revision=765
* [project @ 2004-04-12 00:00:47 by bursa]James Bursa2004-04-121-0/+1
| | | | | | Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754
* [project @ 2004-04-02 18:13:23 by bursa]James Bursa2004-04-021-4/+4
| | | | | | Experimental work on frames. svn path=/import/netsurf/; revision=703
* [project @ 2004-03-25 22:29:33 by tlsa]Michael Drake2004-03-251-4/+6
| | | | | | Give text input and text area form items a RISC OS style svn path=/import/netsurf/; revision=668
* [project @ 2004-03-24 10:26:48 by tlsa]Michael Drake2004-03-241-9/+7
| | | | | | Centre text on buttons. svn path=/import/netsurf/; revision=661
* [project @ 2004-03-22 01:38:09 by jmb]John Mark Bell2004-03-221-4/+12
| | | | | | Make form elements 3d. svn path=/import/netsurf/; revision=653
* [project @ 2004-03-22 00:36:53 by bursa]James Bursa2004-03-221-1/+1
| | | | | | Implement most of CSS borders. svn path=/import/netsurf/; revision=650
* [project @ 2004-03-14 22:50:55 by bursa]James Bursa2004-03-141-1/+1
| | | | | | Reduce input height. svn path=/import/netsurf/; revision=623
* [project @ 2004-02-20 00:42:36 by bursa]James Bursa2004-02-201-1/+3
| | | | | | Partial implementation of collapsing margins. svn path=/import/netsurf/; revision=561
* [project @ 2004-02-02 01:38:54 by jmb]John Mark Bell2004-02-021-0/+4
| | | | | | Indent list items svn path=/import/netsurf/; revision=530
* [project @ 2004-01-28 23:49:56 by tlsa]Michael Drake2004-01-281-4/+5
| | | | | | Change default CSS file. pre now monospaced plus other minor changes svn path=/import/netsurf/; revision=517
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-281-0/+3
| | | | | | | | Add font-family support. Still needs a little work, but works fine as is. Add CSS rules for text formatting HTML tags (<DFN> <CITE> <CODE> etc.) Update TODO lists. svn path=/import/netsurf/; revision=514
* [project @ 2004-01-26 01:24:32 by jmb]John Mark Bell2004-01-261-0/+4
| | | | | | Add rules for <u>, <s>, <ins> and <del> svn path=/import/netsurf/; revision=506
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-1/+2
| | | | | | | | | | Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372
* [project @ 2003-10-17 23:59:23 by jmb]John Mark Bell2003-10-171-1/+1
| | | | | | | Whoops. Fix CSS default so a:link really is underlined instead of stricken (as earlier). Also lose LOGging from htmlredraw.c svn path=/import/netsurf/; revision=369
* [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-17 17:39:29 by bursa]James Bursa2003-10-171-10/+10
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [project @ 2003-10-10 18:47:04 by bursa]James Bursa2003-10-101-3/+11
| | | | | | Add font[size] selectors. svn path=/import/netsurf/; revision=362
* [project @ 2003-10-08 20:48:46 by jmb]John Mark Bell2003-10-081-1/+1
| | | | | | Make cursor keys work in text areas svn path=/import/netsurf/; revision=352
* [project @ 2003-10-07 21:41:55 by bursa]James Bursa2003-10-071-0/+2
| | | | | | Implementing a new CSS property overview. svn path=/import/netsurf/; revision=349
* [project @ 2003-10-01 22:48:02 by bursa]James Bursa2003-10-011-3/+3
| | | | | | clear only applies to br. svn path=/import/netsurf/; revision=340
* [project @ 2003-09-28 17:37:43 by bursa]James Bursa2003-09-281-3/+17
| | | | | | Implement CSS specificity and fix bugs. svn path=/import/netsurf/; revision=329
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-261-0/+2
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [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-09-19 23:36:17 by bursa]James Bursa2003-09-191-0/+3
| | | | | | Start converting forms to use CSS properly. svn path=/import/netsurf/; revision=305
* [project @ 2003-09-09 21:43:44 by bursa]James Bursa2003-09-091-1/+1
| | | | | | Display image alt text while it loads. svn path=/import/netsurf/; revision=278
* [project @ 2003-07-09 22:06:28 by bursa]James Bursa2003-07-091-1/+1
| | | | | | Make <center> block. svn path=/import/netsurf/; revision=214
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-0/+1
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-13 12:50:10 by bursa]James Bursa2003-04-131-2/+3
| | | | | | style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-0/+37
Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119