Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -419/+0 |
| | |||||
* | Fix task failure when loading wikipedia. | Glenn Watson | 2014-09-02 | 1 | -5/+7 |
| | | | | | | There is still an issue with alpha display, so there is likely a problem elsewhere, but this at least allows the page to load for now (ref #2554). | ||||
* | Update to png::Image::pixels as an enum. | Simon Sapin | 2014-08-26 | 1 | -7/+5 |
| | | | | | | | https://github.com/servo/rust-png/pull/42 This does *not* fix the issue in #3154, but makes it fail!() instead of (maybe?) reading uninitalized memory. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -7/+9 |
| | |||||
* | Replace bare constructor functions with 'new' static member functions in ↵ | Ms2ger | 2014-07-04 | 1 | -11/+11 |
| | | | | rust-azure. | ||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -2/+2 |
| | |||||
* | Replace tuple with Rect<f32> | Bryan Bell | 2014-05-21 | 1 | -47/+33 |
| | | | | Also includes other minor code cleanup. | ||||
* | Double border support | Bryan Bell | 2014-05-21 | 1 | -0/+18 |
| | |||||
* | Cleanup whitespace | Bryan Bell | 2014-05-20 | 1 | -48/+44 |
| | | | | Cleanup whitespace + move functions for easier reading. | ||||
* | Refactor groove & ridge border support, add inset & outset border support | Bryan Bell | 2014-05-20 | 1 | -289/+95 |
| | | | | | Significant cleanup of border support, adds inset & outset border code. Border rendering matches Chrome's border rendering. | ||||
* | Add ref test for dashed, dotted, groove, and ridge borders. | Bryan Bell | 2014-05-20 | 1 | -27/+27 |
| | | | | Don't line up :'s in render_context.rs (style) | ||||
* | Add groove and ridge border support. | Bryan Bell | 2014-05-20 | 1 | -2/+301 |
| | |||||
* | Add dotted border support. | Bryan Bell | 2014-05-14 | 1 | -6/+17 |
| | |||||
* | Change image library use of ~[T] -> Vec[T]. Update rust-stb and rust-png ↵ | Glenn Watson | 2014-05-09 | 1 | -1/+1 |
| | | | | submodule pointers. | ||||
* | Stop passing owned strings to fail!(). | Ms2ger | 2014-05-03 | 1 | -1/+1 |
| | | | | The ~"string" expression is being removed in upstream rust. | ||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -9/+8 |
| | | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries. | ||||
* | Remove trailing whitespace. | Ms2ger | 2014-04-07 | 1 | -3/+3 |
| | |||||
* | servo: Implement stacking contexts and allow multiple layers per | Patrick Walton | 2014-04-03 | 1 | -5/+7 |
| | | | | pipeline. This handles fixed positioning mostly correctly. | ||||
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -10/+0 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Move from gfx::opts to servo_util::opts. | Tetsuharu OHZEKI | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | Create a Line DisplayItem | Sankha Narayan Guria | 2014-02-22 | 1 | -0/+28 |
| | |||||
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -8/+7 |
| | |||||
* | Mark some rust files as non-executable. | Ms2ger | 2013-12-13 | 1 | -0/+0 |
| | |||||
* | remove SendableTextRun & remove @mut Font From TextRun&Shaper(Font),Font.shaper, | patrick kim | 2013-12-07 | 1 | -1/+1 |
| | | | | fontfamily,fontgroup,render_context.font_ctx | ||||
* | Remove unused imports. | Ms2ger | 2013-11-30 | 1 | -2/+1 |
| | |||||
* | Render border solid-style properly | HyunJune Kim | 2013-11-29 | 1 | -74/+118 |
| | |||||
* | modify to displaylist to tree & add cliping | sh8281.kim | 2013-11-26 | 1 | -9/+2 |
| | |||||
* | push/pop clip | Jaemin Moon | 2013-11-26 | 1 | -0/+29 |
| | |||||
* | add support for transparant png | Ryan Choi | 2013-11-19 | 1 | -6/+13 |
| | |||||
* | Implement CPU rendering. Replace texture sharing with native OS surface sharing. | Patrick Walton | 2013-10-25 | 1 | -24/+43 |
| | |||||
* | Use the new style system | Seo Sanghyeon | 2013-10-23 | 1 | -24/+9 |
| | | | | | | | | | | | | | Credits to: Deokjin Kim Ilyong Cho Jaeman Park Junyoung Cho Ryan Choi Sangeun Kim Yongjin Kim Youngmin Yoo Youngsoo Son | ||||
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 1 | -4/+4 |
| | |||||
* | Move the gfx::geometry module to servo_util::geometry. | Simon Sapin | 2013-10-16 | 1 | -1/+1 |
| | | | | | This is part of #1006, in order to use Au from the script crate without introducing a circular crate dependency. | ||||
* | Add apply_border_style to apply each CSSBorderStyle | Sangeun Kim | 2013-09-10 | 1 | -9/+71 |
| | |||||
* | Rename to_px to to_nearest_px for clarity. | Jack Moffitt | 2013-08-23 | 1 | -6/+8 |
| | |||||
* | Fix draw-order for border. | Sangeun Kim | 2013-08-23 | 1 | -7/+7 |
| | |||||
* | Stop copying buffers when sending them to quadtrees | eschweic | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | Implement asymmetric border colors | Sangeun Kim | 2013-08-20 | 1 | -6/+5 |
| | |||||
* | Library changes | Keegan McAllister | 2013-08-15 | 1 | -2/+2 |
| | |||||
* | Remove gunk between tiles after zoom | eschweic | 2013-08-15 | 1 | -2/+2 |
| | |||||
* | Implement asymmetric border widths. | Jack Moffitt | 2013-08-06 | 1 | -17/+49 |
| | |||||
* | new token-permissions model, and compositor filters paint messages based on id | Tim Kuehn | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -9/+8 |
| | |||||
* | libmsg crate for message interfaces to compositor and engine | Tim Kuehn | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | Switch to GPU rendering. | Jack Moffitt | 2013-06-14 | 1 | -0/+4 |
| | | | | This uses shared GL contexts and FBO rendered textures. | ||||
* | Remove the `servo-` prefix from core components. | Patrick Walton | 2013-05-28 | 1 | -0/+109 |