summaryrefslogtreecommitdiff
path: root/render/layout.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve float positioning.Michael Drake2008-02-031-1/+1
* Turn debug output off again. Remove extraneous include.Michael Drake2008-02-031-2/+1
* Ensure min line length takes into account margins, borders and paddings of ob...Michael Drake2008-02-031-2/+7
* Make text input boxes with height:auto; and no initial value get a sensible h...Michael Drake2008-02-021-41/+12
* Fix syntax.Michael Drake2008-01-291-1/+1
* Reinstate things lost in the last checkins.Michael Drake2008-01-291-3/+5
* No need to recalculate a value we already have.Michael Drake2008-01-291-10/+5
* Apply min font size config option to radio icons and checkboxes.Michael Drake2008-01-291-13/+47
* Only needed the vertical position changed.Michael Drake2008-01-281-1/+3
* Fix vertical position of images with margin/borders/padding.Michael Drake2008-01-281-1/+2
* Ensure images within inline-blocks are shown properly. Fixed by zamez.Michael Drake2008-01-271-1/+1
* Make inline-blocks have margins. Add defualt margin around form inputs.Michael Drake2008-01-271-4/+4
* Hopefully fix inline-block positioning. (Stops form elements from overlapping.)Michael Drake2008-01-271-2/+6
* No need to reduce box height when adding scrollbar.Michael Drake2008-01-261-1/+0
* Protect <pre> fix in cases where c->style is NULLDaniel Silverstone2007-12-231-3/+5
* An INLINE_CONTAINER which contains a TEXT which is zero chars long but *is* i...Daniel Silverstone2007-12-231-3/+7
* Remove legacy code.Richard Wilson2007-10-101-8/+1
* Fix disappearing borders for elements with overflow: hidden.James Bursa2007-08-281-2/+1
* Make F9 dump box tree to an editor for easier debugging.James Bursa2007-08-201-3/+3
* Provide the facility to set the DPI of the display by removing the assumption...Daniel Silverstone2007-08-191-2/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14