aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/gfx/display_list.rs
Commit message (Expand)AuthorAgeFilesLines
* gfx: Add display list optimization to eliminate clipped items beforePatrick Walton2014-06-051-661/+0
* Upgrade Rust.Jack Moffitt2014-06-051-2/+2
* Update Rust.Ms2ger2014-05-221-12/+12
* Add character index typeBrendan Zabarauskas2014-05-121-1/+2
* Require Range<T> to have a signed integer TBrendan Zabarauskas2014-05-071-1/+1
* Make range genericBrendan Zabarauskas2014-05-071-1/+1
* auto merge of #2356 : glennw/servo/warnings, r=jdmbors-servo2014-05-071-2/+2
|\
| * Fix a few mutability warningsGlenn Watson2014-05-071-2/+2
* | auto merge of #2336 : bjz/servo/debug_str, r=pcwaltonbors-servo2014-05-061-13/+18
|\ \
| * | Use fmt::Show for outputting debug informationBrendan Zabarauskas2014-05-061-13/+18
| |/
* | auto merge of #2304 : Manishearth/servo/deadcode, r=metajackbors-servo2014-05-061-5/+0
|\ \ | |/ |/|
| * Remove dead codeManish Goregaokar2014-05-031-5/+0
* | Replace most of the SmallVec0 usages with std::vec::VecBrendan Zabarauskas2014-05-051-3/+2
* | Replace all ~"" with "".to_owned().Ms2ger2014-05-031-1/+1
|/
* layout: Rewrite display list building to be parallel and to handlePatrick Walton2014-05-021-72/+266
* layout: Re-enable parallel layout by removing all `RefCell` instancesPatrick Walton2014-05-021-29/+20
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-36/+36
* Upgrade rust.Ms2ger2014-04-041-11/+11
* layout: Address review feedback.Patrick Walton2014-04-031-15/+9
* servo: Implement stacking contexts and allow multiple layers perPatrick Walton2014-04-031-72/+175
* Rust upgradesLars Bergstrom2014-03-181-4/+4
* Create a Line DisplayItemSankha Narayan Guria2014-02-221-1/+22
* Multiple display list supportIsabelle Carter2014-01-301-1/+51
* auto merge of #1529 : ibnc/servo/display_list_debug, r=metajackbors-servo2014-01-231-6/+20
|\
| * Dumping display list levels to rust logIsabelle Carter2014-01-231-6/+20
* | fix text-decoration property in layoutpatrick kim2014-01-231-5/+10
* | layout: Implement parallel reflow for the bubble-widths andPatrick Walton2014-01-221-5/+5
|/
* Upgrade to latest Rust.Jack Moffitt2014-01-121-10/+10
* layout: Perform text decoration propagation per CSS 2.1 § 16.3.1 withoutPatrick Walton2013-12-121-3/+29
* removing @ from flowtree. (but cloning boxes when creating a display list)Ryan Choi2013-12-101-6/+7
* Revert "auto merge of #1356 : ksh8281/servo/remove_@_in_LayoutTask.FontContex...Patrick Walton2013-12-091-7/+6
* auto merge of #1356 : ksh8281/servo/remove_@_in_LayoutTask.FontContext, r=pcw...bors-servo2013-12-091-6/+7
|\
| * remove @ from ScannedTextBox.runpatrick kim2013-12-101-6/+7
* | layout: Remove `DisplayBoxes` to save memory and as one step toward anPatrick Walton2013-12-091-0/+46
|/
* fix indent & some codepatrick kim2013-12-071-2/+1
* remove @ fontcontextpatrick kim2013-12-071-12/+16
* remove SendableTextRun & remove @mut Font From TextRun&Shaper(Font),Font.shaper,patrick kim2013-12-071-10/+9
* modify to displaylist to tree & add clipingsh8281.kim2013-11-261-1/+21
* fmt! -> format!Keegan McAllister2013-10-311-4/+4
* Use the new style systemSeo Sanghyeon2013-10-231-23/+18
* Move the gfx::geometry module to servo_util::geometry.Simon Sapin2013-10-161-1/+1
* Implement the rest of 'text-decoration' property.Junyoung Cho2013-09-131-8/+27
* Add style field to render them in RenderContextSangeun Kim2013-09-101-2/+7
* Implement asymmetric border colorsSangeun Kim2013-08-201-1/+1
* Update Rust version againKeegan McAllister2013-08-151-2/+2
* For loops and misc changesKeegan McAllister2013-08-151-1/+1
* Library changesKeegan McAllister2013-08-151-2/+2
* Implement asymmetric border widths.Jack Moffitt2013-08-061-4/+8
* Update to latest Rust.Jack Moffitt2013-07-091-1/+1
* Update for language changesBrian Anderson2013-06-261-2/+2