summaryrefslogtreecommitdiff
path: root/css
Commit message (Expand)AuthorAgeFilesLines
* Ensure URLs are normalized prior to fetching.John Mark Bell2009-02-101-1/+15
* Blah.John Mark Bell2009-02-051-39/+39
* Handle no units in CSS as px. This is a temporary measure until the new CSS p...Michael Drake2009-01-221-5/+9
* Fix css_len2pt conversion from px and use it in the RO front end code.Michael Drake2008-12-161-1/+1
* Rename library to avoid confusion.John Mark Bell2008-11-281-3/+8
* Extract test code from css.c into a separate source file.John Mark Bell2008-11-283-17/+220
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-123-7/+18
* Fix pt and pc size calculations when screen dpi is not 90.Michael Drake2008-10-111-2/+2
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-3/+3
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-1/+2
* Comment css_len2{pt|px} functions and wrap to 80 chars.Michael Drake2008-09-061-6/+24
* Add comments and change height attribute handling on TR to only alter the hei...Michael Drake2008-09-051-6/+13
* more obvious C89François Revel2008-07-292-2/+4
* gcc2 doesn't find CSS_FONT_SIZE_LENGTH, moved css_font_size_type to its own t...François Revel2008-07-291-5/+9
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-282-0/+3
* Remove if that was always true.Michael Drake2008-07-261-8/+6
* Make css_dump_style dump to a specified stream rather than assuming stderr. M...John Mark Bell2008-07-092-235/+246
* The core code has always assumed a locale of "C".John Mark Bell2008-05-131-1/+0
* Launch redirects to unsupported URLs in other applications.John Mark Bell2008-04-191-0/+3
* Squash warningJohn Mark Bell2008-03-191-2/+9
* Bring definition of {escape} in line with CSS 2.1 spec.John Mark Bell2008-03-063-9/+35
* s/FALSE/false/gJohn Mark Bell2008-02-251-34/+34
* Improve handling of HTML attributes / markup:Michael Drake2008-02-252-24/+159
* Include string.h. Thanks to joty.Michael Drake2008-02-031-0/+1
* Remove unnecessary #ifdef riscosJohn Mark Bell2008-02-021-2/+0
* Fix GTK build.Michael Drake2008-02-021-1/+1
* Make text input boxes with height:auto; and no initial value get a sensible h...Michael Drake2008-02-021-4/+27
* Add function to dump working stylesheetsJohn Mark Bell2008-01-311-0/+22
* Rework handling of HTTP redirects -- we now count the number of redirects fol...John Mark Bell2008-01-282-40/+1
* Fixes for targetting NetBSD (Thanks to Adam Hoka)John Mark Bell2008-01-261-0/+1
* Increase default font size and line spacing.Michael Drake2007-12-091-3/+3
* Bug fixes in parse_length, parse_clip, css_dump_style, css_dump_length by Fra...James Bursa2007-10-282-9/+7
* No longer assert on invalid input to hex_colour.Richard Wilson2007-10-091-2/+1
* Fix parsing of invalid colour values becoming CSS_COLOR_NONE. Make all colour...Richard Wilson2007-10-092-48/+71
* Allow hex CSS colour values with omitted hash. Fix #rgb and #rrggbb handling ...Michael Drake2007-10-031-2/+34
* Remove restriction of @import coming at the start, because multiple inline st...James Bursa2007-10-021-1/+1
* Provide the facility to set the DPI of the display by removing the assumption...Daniel Silverstone2007-08-192-10/+17
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-083-10/+42
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-305-24/+24
* Fix various warnings.James Bursa2007-05-021-10/+11
* Fix invalidation of unwanted contents.John Mark Bell2007-03-191-0/+11
* Lose noisy loggingJohn Mark Bell2007-03-181-1/+0
* Ensure content structures are zero initialised.John Mark Bell2007-03-181-5/+8
* Ensure content owners check that they are still interested in a content John Mark Bell2007-03-181-3/+10
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-2/+0
* Remove .cvsignore files, and replicate functionality with svn:ignore attributesRob Kendrick2007-02-041-6/+0
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-2/+2
* Make GTK build compile on FreeBSD.James Bursa2007-01-293-2/+3
* Update project URL.Michael Drake2006-11-276-6/+6
* Fix accidental press of delete :-sRichard Wilson2006-08-151-1/+1