aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/pipeline.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* navigation bug fixTim Kuehn2013-07-291-4/+6
|
* structural changes to support IframesTim Kuehn2013-07-291-20/+83
|
* Update to latest Rust.Jack Moffitt2013-07-091-2/+2
|
* Replace glut with glfw.Jack Moffitt2013-07-041-2/+3
| | | | | | Also fixes initial window size to get based on the windowing code instead of being hardcoded everywhere. This code works on HiDPI displays, but does not appropriately scale the output up yet.
* removed unused constellation chan from render taskTim Kuehn2013-07-031-1/+0
|
* removed unused macros from main/macros.rsTim Kuehn2013-07-021-13/+4
|
* new token-permissions model, and compositor filters paint messages based on idTim Kuehn2013-07-021-19/+18
|
* forward/back navigation with shift+backspace and backspaceTim Kuehn2013-07-021-2/+17
| | | | | | script caches last loaded url -- currently no caching policy naive caching of render layers for near-instant forward/back handling evicted pipelines is currently broken
* rename engine --> constellationTim Kuehn2013-07-011-4/+4
|
* add pipeline.rs, modularized pipelines communicating with constellationTim Kuehn2013-07-011-0/+105