summaryrefslogtreecommitdiff
path: root/render/box_construct.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-251-10/+0
* Non block level :after boxes aren't supported yet, so don't generate them.Michael Drake2011-02-151-22/+2
* Port to latest libcssJohn Mark Bell2011-01-291-3/+2
* Completion of first-letter and first-line pseudo element computed styles is n...Michael Drake2011-01-061-2/+7
* Always want inline style now (also prevents use of an uninitialised variable)John Mark Bell2011-01-051-2/+1
* Remove redundant validation -- if you successfully obtain a css_select_result...John Mark Bell2011-01-051-1/+1
* Update to new libcss API for simultanious selection for base element and its ...Michael Drake2011-01-051-91/+123
* Don't create iframes for hidden or non-displayed boxes.Michael Drake2011-01-051-0/+11
* Implement enough support for the :after pseudo element for the widely-used cl...Michael Drake2011-01-041-13/+103
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+3
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-161-0/+3
* Restrict permissible content types for list marker imagesJohn Mark Bell2010-09-191-1/+2
* Fix mouse.h file description. Add iframe comment.Michael Drake2010-06-091-0/+2
* Add iframe comment.Michael Drake2010-06-031-0/+1
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-8/+2
* First step to fixing memory leaks -- Box model no longer leaks computed stylesDaniel Silverstone2010-04-271-23/+24
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-3/+3
* Fix quirks mode propagation for @style.John Mark Bell2009-11-151-1/+2
* Port to modified libcss API.John Mark Bell2009-08-021-4/+4
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying the...John Mark Bell2009-07-251-44/+4
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-704/+293
* Fix frame targets.John Mark Bell2009-06-081-2/+3
* Limit scope of manually-defined NDEBUG. Purge a bunch of redundant #undef NDE...John Mark Bell2009-05-281-1/+0
* Fix numbering of floated list itemsJohn Mark Bell2009-04-291-16/+40
* Move handling of TR height attribute from box construction to layout and add ...Michael Drake2009-04-281-49/+4
* Hubbub is no longer optional.John Mark Bell2009-04-171-263/+1
* Fix compilation with GCC 2.95.John Mark Bell2009-04-161-9/+9
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-79/+118
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-121-10/+16
* Load SVGs in IMG elements.Michael Drake2008-09-301-0/+3
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-151-1/+3
* Add comments and change height attribute handling on TR to only alter the hei...Michael Drake2008-09-051-4/+6
* Ignore height/width attributes on elements where they are not permitted.Michael Drake2008-08-211-2/+16
* C89François Revel2008-08-131-5/+9
* Ignore blank maxlength attributesJohn Mark Bell2008-08-051-1/+2
* Squash more warnings.John Mark Bell2008-05-261-3/+3
* The core code has always assumed a locale of "C".John Mark Bell2008-05-131-5/+6
* Only record that the HTML alignment was set by a table element if it is actua...Michael Drake2008-03-291-6/+7
* Implement sprite support for GTK using librospriteJames Shaw2008-03-291-1/+1
* Squash "implicit declaration of function 'gui_multitask'" warnings.John Mark Bell2008-03-191-2/+0
* Centered tables are a special case.Michael Drake2008-03-051-1/+15
* Fix align attributes on TABLE etc being overridden in the table's cells by th...Michael Drake2008-02-281-4/+15
* Don't meddle with blockquote's margins.Michael Drake2008-02-261-2/+3
* SignednessWarnings.squash()John Mark Bell2008-02-251-38/+39
* Improve handling of HTML attributes / markup:Michael Drake2008-02-251-212/+388
* Also flag box as invisible so it'll have no effect on layoutJohn Mark Bell2008-02-251-0/+1
* Ignore spurious top-level framesets correctly (previously declared memory exh...John Mark Bell2008-02-251-1/+5
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-071-0/+10
* Fix parsing of invalid colour values becoming CSS_COLOR_NONE. Make all colour...Richard Wilson2007-10-091-38/+26