Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "osmain" to "compositing" | Patrick Walton | 2013-05-08 | 1 | -367/+0 |
| | |||||
* | Merge branch 'ILyoan-stride' | Jack Moffitt | 2013-04-24 | 1 | -2/+2 |
|\ | |||||
| * | Stride to be the number of aligned bytes in each row | ILyoan | 2013-04-22 | 1 | -2/+2 |
|/ | |||||
* | Update for language changes. | Luqman Aden | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | Add modified files not added in last commit. Part of util code refactoring. | Josh Aas | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | remove tabs in src/servo/platform/osmain.rs | Josh Aas | 2013-04-11 | 1 | -19/+19 |
| | |||||
* | Add license headers | Brian Anderson | 2013-04-05 | 1 | -0/+4 |
| | |||||
* | Update to Rust 0.6. | Jack Moffitt | 2013-04-04 | 1 | -9/+6 |
| | |||||
* | De-mut field, de-DVec, de-assert. | Josh Matthews | 2013-03-13 | 1 | -15/+10 |
| | |||||
* | Language changes. | Josh Matthews | 2013-03-11 | 1 | -26/+30 |
| | |||||
* | Language changes. | Josh Matthews | 2013-02-24 | 1 | -10/+10 |
| | |||||
* | Update for language changes | Patrick Walton | 2013-02-19 | 1 | -22/+22 |
| | |||||
* | Upgrade for language changes | Patrick Walton | 2013-02-13 | 1 | -27/+36 |
| | |||||
* | Upgrade Rust compiler | Brian Anderson | 2013-01-20 | 1 | -0/+3 |
| | | | | Some work to do yet on Mac | ||||
* | Update for language changes. | Josh Matthews | 2012-12-23 | 1 | -5/+13 |
| | |||||
* | Update for language changes | Patrick Walton | 2012-12-13 | 1 | -2/+2 |
| | |||||
* | Make servo build again | Brian Anderson | 2012-12-04 | 1 | -6/+7 |
| | |||||
* | submodules: Split out GFX and all its dependencies into a servo-gfx submodule | Patrick Walton | 2012-11-11 | 1 | -19/+23 |
| | |||||
* | Throw away the initial texture immediately | Patrick Walton | 2012-11-09 | 1 | -8/+12 |
| | |||||
* | servo: Allow a render backend to be specified on the command line (-r) | Patrick Walton | 2012-11-09 | 1 | -25/+27 |
| | |||||
* | De-Cairo font handling. | Patrick Walton | 2012-11-08 | 1 | -3/+2 |
| | | | | This breaks Linux/Freetype. | ||||
* | gfx: De-Cairo layers | Patrick Walton | 2012-11-08 | 1 | -20/+23 |
| | |||||
* | gfx: Implement tiled rendering | Patrick Walton | 2012-10-25 | 1 | -6/+11 |
| | |||||
* | platform: Render all layers | Patrick Walton | 2012-10-25 | 1 | -10/+27 |
| | |||||
* | platform: Create an image layer for each buffer | Patrick Walton | 2012-10-25 | 1 | -14/+32 |
| | |||||
* | gfx: Place rects in the layer buffers, not just sizes | Patrick Walton | 2012-10-25 | 1 | -4/+6 |
| | |||||
* | gfx: Use layer buffer sets instead of a single layer buffer | Patrick Walton | 2012-10-25 | 1 | -35/+43 |
| | |||||
* | Fix the origin when resizing | Patrick Walton | 2012-10-25 | 1 | -15/+29 |
| | |||||
* | Split out xlib to rust-xlib and cairo to rust-cairo. | Brian J. Burg | 2012-10-25 | 1 | -3/+2 |
| | |||||
* | Update servo to rust 3b6f5a1. Removes extraneous by-ref parameter to ↵ | Brian J. Burg | 2012-10-24 | 1 | -7/+0 |
| | | | | option::get(), and removes binary move operator. | ||||
* | gfx: Take advantage of Apple extensions to DMA layers on the Mac. | Patrick Walton | 2012-10-18 | 1 | -8/+11 |
| | | | | We have 60 FPS window resizing now. | ||||
* | Remove a couple more copies from the compositor | Patrick Walton | 2012-10-18 | 1 | -4/+22 |
| | |||||
* | servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842 | Patrick Walton | 2012-10-18 | 1 | -32/+31 |
| | |||||
* | Extract RenderContext from render_task | Brian Anderson | 2012-10-18 | 1 | -2/+1 |
| | |||||
* | Rate limit resize events | Brian Anderson | 2012-10-14 | 1 | -3/+8 |
| | |||||
* | Refactor how dom events are propagated | Brian Anderson | 2012-10-14 | 1 | -12/+9 |
| | | | | | | There is no longer an out-of-place add_event_listener method on Compositor. Instead the creator of Engine sets of the dom (Port, SharedChan) pair and distributes a channel to OSMain and the Port to ContentTask. | ||||
* | Convert the content task's control messages and dom events to pipes | Brian Anderson | 2012-10-14 | 1 | -4/+4 |
| | |||||
* | gfx: Implement window resizing | Patrick Walton | 2012-10-11 | 1 | -7/+16 |
| | |||||
* | gfx: Move Cairo surfaces into the layer buffers | Patrick Walton | 2012-10-11 | 1 | -4/+8 |
| | |||||
* | Add a LayerBuffer abstraction instead of sending around DrawTargets directly. | Patrick Walton | 2012-10-11 | 1 | -13/+21 |
| | | | | A step on the way toward window resizing. | ||||
* | Remove exports in osmain | Patrick Walton | 2012-10-11 | 1 | -5/+1 |
| | |||||
* | Remove #[legacy_modes] | Brian Anderson | 2012-10-10 | 1 | -6/+6 |
| | |||||
* | Replace remaning doc attrs with comments | Brian Anderson | 2012-10-10 | 1 | -3/+3 |
| | |||||
* | Eliminate more warnings | Brian Anderson | 2012-10-08 | 1 | -6/+6 |
| | |||||
* | Update submodules | Brian Anderson | 2012-10-08 | 1 | -37/+37 |
| | |||||
* | Update for language changes; remove pipe protocols. | Patrick Walton | 2012-10-04 | 1 | -9/+7 |
| | |||||
* | Do cross-process texture sharing if SERVO_SHARE=1 | Patrick Walton | 2012-09-20 | 1 | -34/+77 |
| | |||||
* | Fix build break from hashmap->HashMap | Brian J. Burg | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | s/import/use/g; fix class method syntax | Brian J. Burg | 2012-09-11 | 1 | -18/+18 |
| | |||||
* | Finish fixing build | Brian J. Burg | 2012-09-10 | 1 | -1/+6 |
| |