summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* Fix distortion of list marker images.James Bursa2006-11-071-6/+16
* Implement list-style-type circle, square, none, and decimal.James Bursa2006-11-051-2/+36
* More work on lists. Simplify the implementation to a BLOCK for display: list-...James Bursa2006-11-056-424/+124
* Initial work for display: list-item supportJohn Mark Bell2006-11-045-18/+416
* Ensure page encoding isn't trampled.John Mark Bell2006-11-041-0/+3
* Implement absolute positioned inlines.James Bursa2006-11-042-9/+45
* Remove code to determine containing block; no longer used.James Bursa2006-10-221-24/+3
* Do absolute positioning after other layout so that containing block is fully ...James Bursa2006-10-101-37/+30
* Check for null style before using it.James Bursa2006-10-091-2/+3
* Modify implementation of absolute positioning to support "static positions". ...James Bursa2006-10-086-199/+59
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-191-2/+2
* Fix 1559653.John Mark Bell2006-09-181-2/+7
* Add some documentation to layout_block_context(). Move code out into layout_b...James Bursa2006-09-161-33/+67
* Call html_reformat() from html_convert() to eliminate duplicate code. Improve...James Bursa2006-09-161-19/+25
* Squash warnings.John Mark Bell2006-09-111-26/+41
* Fixed translation of html entities when a textarea has an initial valueJeffrey Lee2006-09-111-2/+19
* Fixed textarea wordwrap if first character on line is a spaceJeffrey Lee2006-09-101-0/+5
* textarea html tag fix; horizontal scrollbars; auto-scroll improvementsJeffrey Lee2006-09-102-25/+52
* Add frame target support to imagemaps.John Mark Bell2006-09-062-37/+98
* Fix 1546941.Richard Wilson2006-09-021-6/+10
* Experimental new frames code.Richard Wilson2006-09-024-313/+470
* Stop rendering of iframe children; they're for non-iframe supporting UAs John Mark Bell2006-08-241-0/+3
* Remove unused and unimplemented nsfont_txtenum().James Bursa2006-08-211-11/+0
* Fix layout of standalone <br>.James Bursa2006-08-141-1/+1
* Use a minimum line height of 0 for inline containers which have no text.James Bursa2006-08-131-2/+16
* Layout absolutely positioned children of tables.James Bursa2006-07-231-0/+3
* Allow broken meta refresh commands (fix mail.google.com, bug 1522982)Richard Wilson2006-07-171-1/+10
* Check an object has a frame name before comparing.James Bursa2006-07-121-1/+2
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-101-5/+5
* Generate directory listings (fix 1397934)Richard Wilson2006-07-062-0/+141
* Ignore junk values (fix 1444336)Richard Wilson2006-07-051-9/+9
* Set correct message on TEXTPLAIN completion (fix 1484874)Richard Wilson2006-07-041-0/+1
* Fix submission of forms in embedded objects; resolve submission URL at John Mark Bell2006-07-032-8/+18
* Ensure that layout of absolute children is carried out after the height is kn...James Bursa2006-07-021-15/+10
* Add missing file.Richard Wilson2006-07-021-4/+2
* Use case-insensitive strstr to match "stylesheet"John Mark Bell2006-07-021-2/+2
* Implement knockout rendering (controlled by 'knockout_rendering' option or Ct...Richard Wilson2006-07-011-2/+14
* Ensure containing block has valid height for positioning absolute childrenJohn Mark Bell2006-06-291-0/+14
* Ignore alternate stylesheetsJohn Mark Bell2006-06-291-0/+4
* Handle transparent borders correctly when plottingJohn Mark Bell2006-06-291-6/+9
* Link rel attribute may be a space separated list, take account of this John Mark Bell2006-06-291-2/+2
* Fix clipping of page background if body shorter than window heightJohn Mark Bell2006-06-291-6/+7
* Properly take account of padding on containing block.John Mark Bell2006-06-291-9/+22
* Position specifiers are relative to containing block's padding edge for John Mark Bell2006-06-291-0/+20
* Fix previous commit; it failed to make available_width include mbp such John Mark Bell2006-06-291-11/+5
* Compensate for box->{min_width,max_width} including mbp when John Mark Bell2006-06-291-0/+12
* Fix float placement when it's an exact fit for the width availableJohn Mark Bell2006-06-281-1/+1
* Relative positioning for absolutely positioned boxesJohn Mark Bell2006-06-261-0/+34
* Box x,y coordinates are of padding edge relative to parent; John Mark Bell2006-06-261-2/+2
* Make box_at_point detection consider absolute children tooJohn Mark Bell2006-06-261-2/+11