summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Take into account variations in text line height due to styled inlines when l...Michael Drake2008-10-161-0/+2
* Implement percentage min/max-height.Michael Drake2008-10-131-7/+65
* Finish 80 char widthing.Michael Drake2008-10-131-48/+48
* Tidy up where spaces were used for indentation.Michael Drake2008-10-131-10/+14
* Fix float percentage heights to match other browsers: for floated elements th...Michael Drake2008-10-131-1/+16
* Set float_container before float layout. Fixes percentage height on floated e...Michael Drake2008-10-121-1/+1
* Better commenting of percentage height stuff.Michael Drake2008-10-121-3/+7
* Implement percentage heights for block level elements in normal flow, floats ...Michael Drake2008-10-121-24/+67
* Use style guide switch formatting all over.Michael Drake2008-10-121-194/+192
* Fix block level replaced element height regression.Michael Drake2008-09-281-1/+1
* Also remember to apply min/max-width on floats without auto width.Michael Drake2008-09-271-0/+2
* Implement min-width and max-width properties for non-replaced elements. Parti...Michael Drake2008-09-271-78/+200
* C89François Revel2008-09-251-1/+1
* Fix for children of a containing block not being placed with respect to the c...Michael Drake2008-09-231-2/+2
* Ignore clear property on floats when there are no floats to clear.Michael Drake2008-09-221-5/+11
* Fix for positioning of inlines when a float is forced below them.Michael Drake2008-09-221-2/+0
* Fix relative positioning to affect position of descendant floats which are in...Michael Drake2008-09-211-8/+58
* Fix floated radio buttons and checkboxes.Michael Drake2008-09-201-0/+24
* Add param comments to layout_block_find_dimensions.Michael Drake2008-09-071-0/+4
* Possibly fix BeOS / AmigaOS layout assert on line 190 for particular pages.Michael Drake2008-08-241-2/+2
* Second merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/n...John Tytgat2008-08-141-2/+0
* C89François Revel2008-08-081-3/+3
* Include headers we need, rather than depending on (optional) features doing so.Rob Kendrick2008-07-281-0/+1
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-36/+56
* Fix comment typo.Michael Drake2008-07-111-1/+1
* Fix top margin of boxes with a non-visible overflow type.Michael Drake2008-06-301-0/+3
* Add param and return details to layout_solve_width() comment.Michael Drake2008-06-101-0/+10
* Establish a new block formatting context for blocks with non-visisble overflo...Michael Drake2008-06-061-0/+33
* The core code has always assumed a locale of "C".John Mark Bell2008-05-131-1/+0
* Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox ...Michael Drake2008-04-251-4/+9
* Change handling of form element widths / heights.Michael Drake2008-04-251-12/+57
* Make floats that follow a cleared float heed the clear. Fixes position of sea...Michael Drake2008-04-231-4/+15
* Fix absolute positioning when there's a float between the box and its contain...Michael Drake2008-04-211-1/+22
* Improve handling of absolutely positioned table cells. Corrects positioning o...Michael Drake2008-04-201-10/+20
* CSS min/max-height overrides height.Michael Drake2008-03-211-1/+1
* Unsightly hack around flickering to white in nsgtk. This needs to be sorted o...John Mark Bell2008-03-211-0/+37
* CSS min-height and max-height properties override fixed heights too.Michael Drake2008-03-201-12/+16
* Squash "implicit declaration of function 'gui_multitask'" warnings.John Mark Bell2008-03-191-2/+0
* Take account of any table height specified through CSS or HTML.John Mark Bell2008-03-101-1/+10
* Apply min/max-height to absolutely positioned elements.Michael Drake2008-03-101-0/+1
* Adjust y values after seting a min/max-height.Michael Drake2008-03-091-5/+22
* Initial stab at min/max-height support.Michael Drake2008-03-091-1/+46
* When floats have clear right or left set, as well as being put below floats o...Michael Drake2008-03-091-20/+29
* Fix clear CSS property support when applied on floats.Michael Drake2008-03-091-5/+20
* Round percentage width to nearest pixel with integers.Michael Drake2008-03-081-2/+3
* Fix float wrapping when available space equals space that would be used by fl...Michael Drake2008-03-071-1/+1
* No space between rows of floats.Michael Drake2008-03-071-4/+4
* Round percentage widths to nearest pixel instead of down.Michael Drake2008-03-061-2/+2
* For form gadgets, specified percentage width is inclusive of margin, border a...Michael Drake2008-02-171-9/+23
* Select element width is width of longest option text.Michael Drake2008-02-111-8/+60