aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/layout/layout.rs
Commit message (Expand)AuthorAgeFilesLines
* layout -> layout_task. Fixes a bunch of ugly imports.Patrick Walton2012-06-141-138/+0
* Move to rust-geomPatrick Walton2012-06-141-11/+15
* Fixed layout to consistently use relative coordinates in reflow and absolute ...Margaret Meyerhofer2012-06-111-33/+65
* Added css selector matching and now render specified background colorsMargaret Meyerhofer2012-06-081-23/+40
* Update for nocopy changesBrian Anderson2012-05-261-2/+2
* Render images in a very, very hacky way (i.e. lots of one-pixel-wide rectangles)Patrick Walton2012-05-241-8/+20
* solid_color -> display_item_solid_color (preparation for display_item_image)Patrick Walton2012-05-241-3/+3
* Stub style application; add an attribute accessor methodPatrick Walton2012-05-241-0/+3
* Implement toy inline layoutPatrick Walton2012-05-171-3/+8
* Stub CSS computed style constructionPatrick Walton2012-05-101-0/+2
* Move the box builder to a separate modulePatrick Walton2012-05-101-5/+5
* Stub inline layout computation; move reflow to implsPatrick Walton2012-05-101-1/+2
* Rename int_to_au to px_to_au, etc.Brian Anderson2012-05-041-1/+1
* separate into tasks that actually parseNiko Matsakis2012-05-041-40/+20
* separate tree rd/wr ifaces, make them based on an ops objectNiko Matsakis2012-05-041-4/+4
* More impressive demoBrian Anderson2012-05-041-19/+18
* Hook up layout and the rendererBrian Anderson2012-05-031-24/+40
* Minor organizational changes to layout.rsBrian Anderson2012-05-031-7/+3
* Use a better protocol between renderer and osmainBrian Anderson2012-05-031-9/+9
* Add some motion so I can tell that graphics are workingBrian Anderson2012-05-031-2/+3
* fix various small build failuresNiko Matsakis2012-05-031-3/+5
* Update docs for layout modBrian Anderson2012-05-031-1/+2
* Structure layout task a little moreBrian Anderson2012-05-031-36/+32
* Rename lister to layoutBrian Anderson2012-05-031-4/+53
* Hook up a stub layout task to the display listerBrian Anderson2012-05-031-0/+22