aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/platform/osmain.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename "osmain" to "compositing"Patrick Walton2013-05-081-367/+0
* Merge branch 'ILyoan-stride'Jack Moffitt2013-04-241-2/+2
|\
| * Stride to be the number of aligned bytes in each rowILyoan2013-04-221-2/+2
|/
* Update for language changes.Luqman Aden2013-04-201-1/+1
* Add modified files not added in last commit. Part of util code refactoring.Josh Aas2013-04-161-1/+1
* remove tabs in src/servo/platform/osmain.rsJosh Aas2013-04-111-19/+19
* Add license headersBrian Anderson2013-04-051-0/+4
* Update to Rust 0.6.Jack Moffitt2013-04-041-9/+6
* De-mut field, de-DVec, de-assert.Josh Matthews2013-03-131-15/+10
* Language changes.Josh Matthews2013-03-111-26/+30
* Language changes.Josh Matthews2013-02-241-10/+10
* Update for language changesPatrick Walton2013-02-191-22/+22
* Upgrade for language changesPatrick Walton2013-02-131-27/+36
* Upgrade Rust compilerBrian Anderson2013-01-201-0/+3
* Update for language changes.Josh Matthews2012-12-231-5/+13
* Update for language changesPatrick Walton2012-12-131-2/+2
* Make servo build againBrian Anderson2012-12-041-6/+7
* submodules: Split out GFX and all its dependencies into a servo-gfx submodulePatrick Walton2012-11-111-19/+23
* Throw away the initial texture immediatelyPatrick Walton2012-11-091-8/+12
* servo: Allow a render backend to be specified on the command line (-r)Patrick Walton2012-11-091-25/+27
* De-Cairo font handling.Patrick Walton2012-11-081-3/+2
* gfx: De-Cairo layersPatrick Walton2012-11-081-20/+23
* gfx: Implement tiled renderingPatrick Walton2012-10-251-6/+11
* platform: Render all layersPatrick Walton2012-10-251-10/+27
* platform: Create an image layer for each bufferPatrick Walton2012-10-251-14/+32
* gfx: Place rects in the layer buffers, not just sizesPatrick Walton2012-10-251-4/+6
* gfx: Use layer buffer sets instead of a single layer bufferPatrick Walton2012-10-251-35/+43
* Fix the origin when resizingPatrick Walton2012-10-251-15/+29
* Split out xlib to rust-xlib and cairo to rust-cairo.Brian J. Burg2012-10-251-3/+2
* Update servo to rust 3b6f5a1. Removes extraneous by-ref parameter to option::...Brian J. Burg2012-10-241-7/+0
* gfx: Take advantage of Apple extensions to DMA layers on the Mac.Patrick Walton2012-10-181-8/+11
* Remove a couple more copies from the compositorPatrick Walton2012-10-181-4/+22
* servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842Patrick Walton2012-10-181-32/+31
* Extract RenderContext from render_taskBrian Anderson2012-10-181-2/+1
* Rate limit resize eventsBrian Anderson2012-10-141-3/+8
* Refactor how dom events are propagatedBrian Anderson2012-10-141-12/+9
* Convert the content task's control messages and dom events to pipesBrian Anderson2012-10-141-4/+4
* gfx: Implement window resizingPatrick Walton2012-10-111-7/+16
* gfx: Move Cairo surfaces into the layer buffersPatrick Walton2012-10-111-4/+8
* Add a LayerBuffer abstraction instead of sending around DrawTargets directly.Patrick Walton2012-10-111-13/+21
* Remove exports in osmainPatrick Walton2012-10-111-5/+1
* Remove #[legacy_modes]Brian Anderson2012-10-101-6/+6
* Replace remaning doc attrs with commentsBrian Anderson2012-10-101-3/+3
* Eliminate more warningsBrian Anderson2012-10-081-6/+6
* Update submodulesBrian Anderson2012-10-081-37/+37
* Update for language changes; remove pipe protocols.Patrick Walton2012-10-041-9/+7
* Do cross-process texture sharing if SERVO_SHARE=1Patrick Walton2012-09-201-34/+77
* Fix build break from hashmap->HashMapBrian J. Burg2012-09-111-1/+1
* s/import/use/g; fix class method syntaxBrian J. Burg2012-09-111-18/+18
* Finish fixing buildBrian J. Burg2012-09-101-1/+6