summaryrefslogtreecommitdiff
path: root/css/css.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-031-0/+4
* add default system colour handlers to each frontendVincent Sanders2011-01-301-2/+2
* Reflect new css_stylesheet_create APIJohn Mark Bell2011-01-291-10/+31
* Reflect changes to libcss APIJohn Mark Bell2010-12-051-0/+2
* Only invoke callback when we successfully converted CSS data.John Mark Bell2010-07-011-2/+11
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-20/+3
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Unref uri after sending it to hlcache when requesting a css pending import, s...Daniel Silverstone2010-04-271-0/+3
* Fix it so that empty charset strings fall back properly. Fixes http://www.ar...Daniel Silverstone2010-04-221-1/+1
* Check correct variable for error.John Mark Bell2010-04-181-1/+1
* Now that we own imported stylesheets, we can get away with allocating a singl...John Mark Bell2010-04-111-7/+14
* Pedantic line breakJohn Mark Bell2010-04-111-1/+2
* Merge jmb/kill-reentrancy. r=vinceJohn Mark Bell2010-04-111-108/+193
* Cover our backs in the charset == NULL caseDaniel Silverstone2010-04-081-0/+2
* Allow nscss to retain charset and nscss_clone to use itDaniel Silverstone2010-04-081-2/+5
* Prevent assertion when imported stylesheet fails to load.John Mark Bell2010-04-061-4/+6
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-041-1/+3
* Most of a stop implementation.John Mark Bell2010-04-041-0/+27
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-2/+2
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-8/+4
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-281-1/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-230/+204
* 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