Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move util::cursor to style_traits | Anthony Ramine | 2016-02-16 | 1 | -74/+0 |
| | |||||
* | Say farewell to in-tree HeapSizeOf | Anthony Ramine | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Update cssparser. | Simon Sapin | 2016-01-21 | 1 | -1/+1 |
| | | | | https://github.com/servo/rust-cssparser/pull/91 | ||||
* | Fix issues found by rust-clippy | Corey Farwell | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | gfx: Make display lists serializable using `serde`. | Patrick Walton | 2015-07-15 | 1 | -1/+1 |
| | | | | | | | | | This commit introduces the `serde` dependency, which we will use to serialize messages going between processes in multiprocess Servo. This also adds a new debugging flag, `-Z print-display-list-json`, allowing the output of display list serialization to be visualized. This will be useful for our experiments with alternate rasterizers. | ||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -3/+2 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -3/+2 |
| | |||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Fix typo in a cursor keyword. Thanks @nuss-justin! | Simon Sapin | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | Add a match_ignore_ascii_case! macro that does not allocate. | Simon Sapin | 2014-12-29 | 1 | -2/+2 |
| | | | | | | | | | | It should replace `match foo.to_ascii_lower().as_slice() { ...}` @Manishearth I changed map.get to map.find in the lint to work around an ICE: task 'rustc' panicked at 'couldn't find node id 0 in the AST map' Does this look OK? | ||||
* | Implement ToCss for Cursor and de-duplicate variants and string values. | Simon Sapin | 2014-12-29 | 1 | -38/+68 |
| | |||||
* | compositing: Implement `cursor` per CSS3-UI § 8.1.1 in the CEF/Mac port. | Patrick Walton | 2014-12-17 | 1 | -0/+46 |
I'm not sure how we want to handle Linux cursors, and GLFW has no ability to set cursors (short of disabling it and managing it yourself). |