summaryrefslogtreecommitdiff
path: root/css
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-09-13 23:56:18 by jmb]John Mark Bell2004-09-131-1/+1
| | | | | | | Make fonts user-configurable. This loses font-style support, though it shouldn't be hard to put it back again. svn path=/import/netsurf/; revision=1274
* [project @ 2004-08-14 15:07:19 by joty]John Tytgat2004-08-142-5/+5
| | | | | | | | - Rename len() to css_len2px(). - Less compiler warnings concerning float/int implicit casts. - More stddef.h type usuage. svn path=/import/netsurf/; revision=1232
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-4/+4
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-08-11 19:02:32 by bursa]James Bursa2004-08-111-0/+4
| | | | | | Start work on removing instances and making content types non-shareable. Clean up some #includes. svn path=/import/netsurf/; revision=1211
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-092-8/+10
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-08-06 21:16:03 by jmb]John Mark Bell2004-08-061-1/+2
| | | | | | Fix bug in merging of selector lists svn path=/import/netsurf/; revision=1186
* [project @ 2004-08-05 01:57:14 by jmb]John Mark Bell2004-08-051-12/+116
| | | | | | | :first-child pseudo class support Merge global and element selector lists for more accurate selector matching svn path=/import/netsurf/; revision=1180
* [project @ 2004-08-01 23:59:16 by jmb]John Mark Bell2004-08-011-90/+71
| | | | | | Break out uri(...) parsing into separate function svn path=/import/netsurf/; revision=1177
* [project @ 2004-08-01 21:56:47 by jmb]John Mark Bell2004-08-013-248/+94
| | | | | | Rationalise top, bottom, right and left property handling svn path=/import/netsurf/; revision=1174
* [project @ 2004-08-01 14:13:47 by jmb]John Mark Bell2004-08-014-70/+1884
| | | | | | Internal representation and parsing of most CSS2 properties. svn path=/import/netsurf/; revision=1172
* [project @ 2004-07-30 21:53:52 by jmb]John Mark Bell2004-07-304-0/+129
| | | | | | Implement some CSS3 attribute selectors svn path=/import/netsurf/; revision=1167
* [project @ 2004-07-16 20:22:31 by jmb]John Mark Bell2004-07-163-56/+79
| | | | | | | Add overflow support. Re-tabulate property table in ruleset.c svn path=/import/netsurf/; revision=1087
* [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-07-01 20:27:49 by joty]John Tytgat2004-07-011-2/+3
| | | | | | Log the CSS URL too when there is a syntax error detected. svn path=/import/netsurf/; revision=1036
* [project @ 2004-06-25 21:25:33 by jmb]John Mark Bell2004-06-251-2/+2
| | | | | | | Increase limit of property name to 25 chars to accommodate background-attachment. This was missed from the original background properties checkin svn path=/import/netsurf/; revision=1011
* [project @ 2004-06-25 20:24:06 by bursa]James Bursa2004-06-251-1/+4
| | | | | | Fix parsing of invalid color declarations. svn path=/import/netsurf/; revision=1010
* [project @ 2004-06-25 14:28:29 by bursa]James Bursa2004-06-253-155/+285
| | | | | | Parse CSS background shorthand property. Background rendering improvements. svn path=/import/netsurf/; revision=1006
* [project @ 2004-06-24 23:29:31 by bursa]James Bursa2004-06-242-338/+349
| | | | | | Simplify and improve parse_background_position(). Implement css_parse_rgb(). Fix truncation of paragraphs with background images. svn path=/import/netsurf/; revision=1003
* [project @ 2004-06-24 00:07:28 by jmb]John Mark Bell2004-06-241-1/+28
| | | | | | Support for background: meta-property. background-position isn't handled here. this needs fixing. svn path=/import/netsurf/; revision=1001
* [project @ 2004-06-15 20:45:02 by jmb]John Mark Bell2004-06-151-1/+54
| | | | | | rgb() support svn path=/import/netsurf/; revision=974
* [project @ 2004-06-15 18:56:52 by bursa]James Bursa2004-06-151-12/+16
| | | | | | Parse FUNCTION correctly. svn path=/import/netsurf/; revision=971
* [project @ 2004-06-11 12:51:40 by jmb]John Mark Bell2004-06-113-4/+13
| | | | | | Fix for crash caused by inline style attributes specifying background images. svn path=/import/netsurf/; revision=961
* [project @ 2004-06-10 23:55:23 by bursa]James Bursa2004-06-101-23/+18
| | | | | | Split fetchcache() into fetchcache() and fetchcache_go() to solve problems of callbacks being called before fetchcache() returns. Fix <style> breakage. Error handling fixes & improvements. svn path=/import/netsurf/; revision=957
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-102-54/+69
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-09 19:55:06 by jmb]John Mark Bell2004-06-095-28/+403
| | | | | | | | | 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-05-21 10:17:55 by bursa]James Bursa2004-05-211-1/+1
| | | | | | Revert this change because it breaks the autobuilder. svn path=/import/netsurf/; revision=877
* [project @ 2004-05-21 09:42:16 by joty]John Tytgat2004-05-211-1/+1
| | | | | | Bring css_parser_Alloc() declaration inline with its implementation. svn path=/import/netsurf/; revision=876
* [project @ 2004-05-20 20:55:36 by matthewh]Matthew Hambley2004-05-201-0/+6
| | | | | | Added a .cvsignore file to hide automatically built files svn path=/import/netsurf/; revision=874
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-3/+3
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-02 23:31:46 by bursa]James Bursa2004-05-021-2/+0
| | | | | | Remove debugging code. svn path=/import/netsurf/; revision=819
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-0/+1
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-05-01 20:16:38 by jmb]John Mark Bell2004-05-011-1/+1
| | | | | | Escape @import in doxygen comments svn path=/import/netsurf/; revision=809
* [project @ 2004-05-01 17:48:38 by bursa]James Bursa2004-05-016-629/+1338
| | | | | | CSS parsing improvements: new tokeniser using re2c, improve memory-exhaustion behaviour, plug leaks, reduce memory usage, clean up code, add source documention. svn path=/import/netsurf/; revision=806
* [project @ 2004-04-18 21:10:02 by jmb]John Mark Bell2004-04-181-2/+14
| | | | | | Work around the lack of a '#' at the start of a colour specified in #rrggbb format svn path=/import/netsurf/; revision=793
* [project @ 2004-04-14 12:53:14 by bursa]James Bursa2004-04-142-32/+36
| | | | | | Merge css_create() into css_convert(). svn path=/import/netsurf/; revision=782
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-024-0/+30
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-03-29 21:27:52 by bursa]James Bursa2004-03-293-4/+5
| | | | | | Implement CSS universal selector. svn path=/import/netsurf/; revision=690
* [project @ 2004-03-22 00:36:53 by bursa]James Bursa2004-03-221-96/+358
| | | | | | Implement most of CSS borders. svn path=/import/netsurf/; revision=650
* [project @ 2004-03-13 20:45:41 by bursa]James Bursa2004-03-131-2/+4
| | | | | | Use option_font_size when calculating keyword font-size. svn path=/import/netsurf/; revision=618
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-112-24/+4
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-0/+1
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-13 23:07:42 by bursa]James Bursa2004-02-132-5/+5
| | | | | | Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-024-6/+397
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-02-01 22:42:40 by jmb]John Mark Bell2004-02-013-1/+39
| | | | | | Add text-indent support. svn path=/import/netsurf/; revision=527
* [project @ 2004-01-31 21:18:44 by jmb]John Mark Bell2004-01-314-1/+22
| | | | | | text-transform support. svn path=/import/netsurf/; revision=521
* [project @ 2004-01-30 22:28:32 by jmb]John Mark Bell2004-01-304-2/+29
| | | | | | Add font-variant support. Update TODO-CSS appropriately svn path=/import/netsurf/; revision=518
* [project @ 2004-01-28 23:15:12 by bursa]James Bursa2004-01-281-0/+1
| | | | | | Dump font-family in css_dump_style(). svn path=/import/netsurf/; revision=516
* [project @ 2004-01-28 23:08:28 by bursa]James Bursa2004-01-283-45/+17
| | | | | | Improve font-family. svn path=/import/netsurf/; revision=515
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-283-0/+67
| | | | | | | | 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-23 15:06:04 by bursa]James Bursa2004-01-231-1/+1
| | | | | | Fix orange. svn path=/import/netsurf/; revision=494