aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/platform/osmain.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Mostly fix build breaksBrian J. Burg2012-09-101-12/+7
|
* Make servo build againBrian Anderson2012-08-301-11/+11
|
* Rename renderer to render_taskBrian Anderson2012-08-191-1/+1
|
* Rename sink to compositorBrian Anderson2012-08-191-3/+3
|
* Use the high-level Azure API everywherePatrick Walton2012-08-161-8/+8
|
* More build fixesBrian Anderson2012-08-161-1/+1
|
* Fix some breakageBrian Anderson2012-08-161-9/+9
|
* Use the high-level Cairo API in the compositor. Also modernize the style a bit.Patrick Walton2012-08-091-73/+36
|
* Update for impl language changesPatrick Walton2012-08-091-3/+3
|
* Fixed syntax by changing alt to matchMargaret Meyerhofer2012-08-081-2/+2
|
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-061-11/+5
|
* Use pipes for drawing interfaceEric Holk2012-07-261-5/+5
|
* Use pipe streams for keyboard events.Eric Holk2012-07-261-12/+19
| | | | Termination detection in pipes also allows Servo to close on its own accord (issue #3)
* Change osmain.rs to new task::task_builder interfaceBen Blum2012-07-241-10/+2
|
* Put images in an ARC to avoid copying. Make test-many-images harder.Patrick Walton2012-07-191-1/+0
|
* Fixed all strings in the old formatMargaret Meyerhofer2012-07-181-2/+2
|
* Time other passes of the pipelinePatrick Walton2012-07-121-9/+1
|
* Update for language changes regarding unique stringsPatrick Walton2012-07-121-1/+2
|
* Add some timing for compositingPatrick Walton2012-07-121-1/+12
|
* Update rust-layers and rust-opengles and switch to ARGB32 layersPatrick Walton2012-07-121-2/+1
|
* Fixed deprecated vector syntaxMargaret Meyerhofer2012-07-121-0/+2
|
* Fix reshaping window callbackPatrick Walton2012-07-121-26/+38
|
* Stub event handlingPatrick Walton2012-07-121-0/+17
|
* Delete commented-out codePatrick Walton2012-07-121-133/+0
|
* Use GLUT and layersPatrick Walton2012-07-121-56/+47
|
* Fix imports for new resolve logicBrian Anderson2012-07-111-1/+2
|
* Build fixes for latest rustc changes.Josh Matthews2012-07-041-2/+2
|
* Fix build errors: use extern keywordTuncer Ayaz2012-07-041-1/+1
|
* Fixed compile errors from new macro syntaxMargaret Meyerhofer2012-07-021-95/+69
|
* Update for task API changesBrian Anderson2012-06-271-1/+1
|
* Cleanup for new conventionsBrian Anderson2012-06-221-16/+19
|
* Render some textBrian Anderson2012-05-261-0/+1
|
* Update for nocopy changesBrian Anderson2012-05-261-1/+1
|
* Abstract a graphics sink to shield the renderer from the osmain threadBrian Anderson2012-05-041-0/+16
|
* CleanupBrian Anderson2012-05-041-0/+4
|
* Use a better protocol between renderer and osmainBrian Anderson2012-05-031-22/+84
|
* Cleanup in osmainBrian Anderson2012-05-031-128/+129
|
* Move osmain into platformBrian Anderson2012-05-031-0/+290