Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | submodules: Split out GFX and all its dependencies into a servo-gfx submodule | Patrick Walton | 2012-11-11 | 1 | -80/+0 |
| | |||||
* | Snap borders with odd pixel width to pixel boundaries. | Brian J. Burg | 2012-10-24 | 1 | -0/+4 |
| | | | | | Add debug bounding boxes for text boxes (RUST_LOG=servo::layout::box) and all boxes (RUST_LOG=servo::gfx::display_list). | ||||
* | servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842 | Patrick Walton | 2012-10-18 | 1 | -35/+35 |
| | |||||
* | Fix arithmetic error in au::from_pt(). | Brian J. Burg | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Implement au::scale_by | Brian J. Burg | 2012-10-15 | 1 | -0/+6 |
| | |||||
* | Remove #[legacy_modes] | Brian Anderson | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | Eliminate more warnings | Brian Anderson | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Overhaul handling of glyphs, glyph shaping, text runs, and hacky line breaking. | Brian J. Burg | 2012-10-08 | 1 | -4/+12 |
| | |||||
* | Update for language changes; remove pipe protocols. | Patrick Walton | 2012-10-04 | 1 | -15/+15 |
| | |||||
* | Update for language changes | Patrick Walton | 2012-09-20 | 1 | -6/+6 |
| | |||||
* | Rewrite the layout tree to use tandem flow/box trees. Flows are | Brian J. Burg | 2012-09-17 | 1 | -24/+21 |
| | | | | | | | | | | responsible for determining layout positioning based on formatting context (block, inline, absolute, etc), while boxes are relatively dumb, responsible only for reporting content-specific metrics to the coordinating flow context, and creating display lists of oneself. This design is experimental and may be axed in favor of a traditional, single-tree layout data structure if it doesn't work out. | ||||
* | Another attempt at computing the minimum breaking width for TextRuns | Brian Anderson | 2012-09-14 | 1 | -0/+15 |
| | |||||
* | s/import/use/g; fix class method syntax | Brian J. Burg | 2012-09-11 | 1 | -4/+4 |
| | |||||
* | Mostly fix build breaks | Brian J. Burg | 2012-09-10 | 1 | -1/+4 |
| | |||||
* | Make servo build again | Brian Anderson | 2012-08-30 | 1 | -0/+6 |
| | |||||
* | Add further HMTL element prototype hierarchy. Add HTMLImageElement.width ↵ | Josh Matthews | 2012-08-21 | 1 | -6/+8 |
| | | | | getter/setter that interacts with layout. | ||||
* | More build fixes | Brian Anderson | 2012-08-16 | 1 | -9/+9 |
| | |||||
* | Update for latest libcore changes. | Josh Matthews | 2012-08-15 | 1 | -3/+3 |
| | |||||
* | Update for impl language changes | Patrick Walton | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update for purity fixes | Patrick Walton | 2012-07-26 | 1 | -9/+9 |
| | |||||
* | Move to rust-geom | Patrick Walton | 2012-06-14 | 1 | -0/+39 |