summaryrefslogtreecommitdiff
path: root/css/css.c
Commit message (Expand)AuthorAgeFilesLines
* Add stylesheet size + size of imported sheets onto CSS content size.John Mark Bell2009-07-271-1/+31
* Slight optimisationJohn Mark Bell2009-07-271-3/+9
* Retrieve charset specified on the HTTP layer.John Mark Bell2009-07-271-2/+9
* Consider stylesheet media typesJohn Mark Bell2009-07-271-22/+33
* Something approximating error reporting. This really needs addressing properly.John Mark Bell2009-07-251-3/+37
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying the...John Mark Bell2009-07-251-14/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-3212/+234
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-4/+4
* Replace parent_url with a pointer to the parent content.John Mark Bell2009-07-101-1/+1
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0
* Purge WITH_AUTHJohn Mark Bell2009-02-221-3/+1
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-221-2/+0
* Squash leaksJohn Mark Bell2009-02-181-0/+3
* Ensure URLs are normalized prior to fetching.John Mark Bell2009-02-101-1/+15
* Fix css_len2pt conversion from px and use it in the RO front end code.Michael Drake2008-12-161-1/+1
* Extract test code from css.c into a separate source file.John Mark Bell2008-11-281-17/+0
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-121-4/+8
* 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
* 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-291-1/+2
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-281-0/+2
* Make css_dump_style dump to a specified stream rather than assuming stderr. M...John Mark Bell2008-07-091-234/+245
* 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-061-0/+2
* s/FALSE/false/gJohn Mark Bell2008-02-251-34/+34
* Improve handling of HTML attributes / markup:Michael Drake2008-02-251-21/+127
* 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-281-39/+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-281-5/+4
* Provide the facility to set the DPI of the display by removing the assumption...Daniel Silverstone2007-08-191-10/+16
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-4/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-12/+12
* 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
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-021-2/+2
* Update project URL.Michael Drake2006-11-271-1/+1
* Fix the small NetSurf build.Richard Wilson2006-07-041-1/+4
* Don't assert() for AUTH or SSL codes (fix 1498477)Richard Wilson2006-07-041-0/+3
* [project @ 2006-03-09 19:04:13 by dsilvers]Daniel Silverstone2006-03-091-0/+28