Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout -> layout_task. Fixes a bunch of ugly imports. | Patrick Walton | 2012-06-14 | 1 | -138/+0 |
| | |||||
* | Move to rust-geom | Patrick Walton | 2012-06-14 | 1 | -11/+15 |
| | |||||
* | Fixed layout to consistently use relative coordinates in reflow and absolute ↵ | Margaret Meyerhofer | 2012-06-11 | 1 | -33/+65 |
| | | | | coordiantes in display lists. | ||||
* | Added css selector matching and now render specified background colors | Margaret Meyerhofer | 2012-06-08 | 1 | -23/+40 |
| | | | | added comments and put back random colors for unspecified boxes | ||||
* | Update for nocopy changes | Brian Anderson | 2012-05-26 | 1 | -2/+2 |
| | |||||
* | Render images in a very, very hacky way (i.e. lots of one-pixel-wide rectangles) | Patrick Walton | 2012-05-24 | 1 | -8/+20 |
| | |||||
* | solid_color -> display_item_solid_color (preparation for display_item_image) | Patrick Walton | 2012-05-24 | 1 | -3/+3 |
| | |||||
* | Stub style application; add an attribute accessor method | Patrick Walton | 2012-05-24 | 1 | -0/+3 |
| | |||||
* | Implement toy inline layout | Patrick Walton | 2012-05-17 | 1 | -3/+8 |
| | |||||
* | Stub CSS computed style construction | Patrick Walton | 2012-05-10 | 1 | -0/+2 |
| | |||||
* | Move the box builder to a separate module | Patrick Walton | 2012-05-10 | 1 | -5/+5 |
| | |||||
* | Stub inline layout computation; move reflow to impls | Patrick Walton | 2012-05-10 | 1 | -1/+2 |
| | |||||
* | Rename int_to_au to px_to_au, etc. | Brian Anderson | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | separate into tasks that actually parse | Niko Matsakis | 2012-05-04 | 1 | -40/+20 |
| | |||||
* | separate tree rd/wr ifaces, make them based on an ops object | Niko Matsakis | 2012-05-04 | 1 | -4/+4 |
| | | | | | the ops object is needed to make it so that dom node mutations go through the RCU store | ||||
* | More impressive demo | Brian Anderson | 2012-05-04 | 1 | -19/+18 |
| | |||||
* | Hook up layout and the renderer | Brian Anderson | 2012-05-03 | 1 | -24/+40 |
| | |||||
* | Minor organizational changes to layout.rs | Brian Anderson | 2012-05-03 | 1 | -7/+3 |
| | |||||
* | Use a better protocol between renderer and osmain | Brian Anderson | 2012-05-03 | 1 | -9/+9 |
| | |||||
* | Add some motion so I can tell that graphics are working | Brian Anderson | 2012-05-03 | 1 | -2/+3 |
| | |||||
* | fix various small build failures | Niko Matsakis | 2012-05-03 | 1 | -3/+5 |
| | |||||
* | Update docs for layout mod | Brian Anderson | 2012-05-03 | 1 | -1/+2 |
| | |||||
* | Structure layout task a little more | Brian Anderson | 2012-05-03 | 1 | -36/+32 |
| | |||||
* | Rename lister to layout | Brian Anderson | 2012-05-03 | 1 | -4/+53 |
| | |||||
* | Hook up a stub layout task to the display lister | Brian Anderson | 2012-05-03 | 1 | -0/+22 |