Граф коммитов

15223 Коммитов

Автор SHA1 Сообщение Дата
Brian Anderson a609627053 servo: Use SDL to display a window
Source-Repo: https://github.com/servo/servo
Source-Revision: 4afdbe89c2bb1820e25b586b52d3f2948f9d1988
2012-04-15 21:18:53 -07:00
Brian Anderson d47b650ef1 servo: Link to sdl and azure
Source-Repo: https://github.com/servo/servo
Source-Revision: 8a1f815bc220d1142fcb7163c07fec1db5eb368e
2012-04-15 19:19:57 -07:00
Brian Anderson 86fb96a1ba servo: .gitignore servo and servo-test again
Source-Repo: https://github.com/servo/servo
Source-Revision: b6896c6e4266c59108b2c3f57f7c5b5d3ded8f6c
2012-04-15 19:19:34 -07:00
Brian Anderson efdd5d6c82 servo: Build rust-sdl and rust-azure
Source-Repo: https://github.com/servo/servo
Source-Revision: 67af3562db8ba0b5ca26042faad5ef4163584c9a
2012-04-12 19:20:12 -07:00
Brian Anderson 57fcb3bf2e servo: Move the main function to servo.rs
Source-Repo: https://github.com/servo/servo
Source-Revision: c136c496d8e35685be6d4098f6bda6f742db137a
2012-04-12 19:18:12 -07:00
Brian Anderson 91f1ec60c8 servo: Add servo-test to .gitignore
Source-Repo: https://github.com/servo/servo
Source-Revision: ea133685342a164b9ac1955f0cbd3681090ddcbe
2012-04-10 16:03:15 -07:00
Brian Anderson 75a09122a2 servo: Use mutable fields to fix breakage
Source-Repo: https://github.com/servo/servo
Source-Revision: 782c22c35c3642e0ba1a2831901d7e8ed8b239ea
2012-04-10 16:00:20 -07:00
Brian Anderson a3190a566b servo: Add Makefile, servo to .gitignore
Source-Repo: https://github.com/servo/servo
Source-Revision: db711b6f1c818d96c25d905571b8f138c4cdbfd0
2012-04-10 15:59:57 -07:00
Patrick Walton a4f0f1e060 servo: mk: Move servo into src/servo
Source-Repo: https://github.com/servo/servo
Source-Revision: 0db969a5127c40445e23cfb4b553792d5675afb1

--HG--
rename : servo/src/dom/base.rs => servo/src/servo/dom/base.rs
rename : servo/src/dom/rcu.rs => servo/src/servo/dom/rcu.rs
rename : servo/src/gfx/geom.rs => servo/src/servo/gfx/geom.rs
rename : servo/src/gfx/surface.rs => servo/src/servo/gfx/surface.rs
rename : servo/src/image/encode/tga.rs => servo/src/servo/image/encode/tga.rs
rename : servo/src/layout/base.rs => servo/src/servo/layout/base.rs
rename : servo/src/servo.rc => servo/src/servo/servo.rc
rename : servo/src/util/tree.rs => servo/src/servo/util/tree.rs
rename : servo/src/widget/base.rs => servo/src/servo/widget/base.rs
2012-04-09 15:45:34 -07:00
Patrick Walton 58b6a16cb4 servo: Add a TGA image writer
Source-Repo: https://github.com/servo/servo
Source-Revision: 228c1cf950090c2f53ff3fe58a74bacd096169d5
2012-03-27 17:50:53 -07:00
Patrick Walton 8921fb748a servo: Implement image surfaces
Source-Repo: https://github.com/servo/servo
Source-Revision: 65fea92d7de42087eb74e578b48352c2e2ffec2a
2012-03-27 17:10:05 -07:00
Niko Matsakis f6c6c6a5a0 servo: add comment
Source-Repo: https://github.com/servo/servo
Source-Revision: b6f3bda0a4808db5c7029b65424d6712bb480bbb
2012-03-27 17:11:43 -07:00
Patrick Walton 0feb04401a servo: rustc: Move geom to gfx and stub gfx/surface and image/encode/tga
Conflicts:

	src/gfx/surface.rs
	src/layout/base.rs

Source-Repo: https://github.com/servo/servo
Source-Revision: 57ae56777736cebcea468582d2ff8efd0c6f5540

--HG--
rename : servo/src/util/geom.rs => servo/src/gfx/geom.rs
2012-03-27 16:58:27 -07:00
Niko Matsakis 7c947a5e78 servo: make the numbers a bit more interesting
Source-Repo: https://github.com/servo/servo
Source-Revision: 7f2cae11f21ba7429c3d40cc62f5aed58b284e45
2012-03-27 16:56:28 -07:00
Niko Matsakis 0cc2b55d03 servo: write a very simple layout test
Source-Repo: https://github.com/servo/servo
Source-Revision: 2082d5d4d8708cc857d334d0fba5ff71df2aec56
2012-03-27 16:52:38 -07:00
Patrick Walton 7a594bf58b servo: Stub gfx surface and TGA image encoding
Source-Repo: https://github.com/servo/servo
Source-Revision: b1fe56301bffc0cd92e9adfcfa378785e24ffeaf

--HG--
rename : servo/src/dom/base.rs => servo/src/image/encode/tga.rs
2012-03-27 16:30:25 -07:00
Niko Matsakis 448e69cc86 servo: add a rather silly second test
Source-Repo: https://github.com/servo/servo
Source-Revision: 4a9f4c410eb59355c333ffc46717a2883bcf127b
2012-03-27 16:26:12 -07:00
Niko Matsakis b98c0e9eff servo: reorganize code, add tests for tree, add 'make test'
Source-Repo: https://github.com/servo/servo
Source-Revision: da19925c20f58657fcf33f61e0c99dd8988bf2ef
2012-03-27 16:22:29 -07:00
Niko Matsakis 10d93d10c3 servo: first hack at block layout algorithm
Source-Repo: https://github.com/servo/servo
Source-Revision: 668f28dc15c32c2e27e13c2feec5e5b2e033efe6
2012-03-27 15:04:21 -07:00
Patrick Walton 061196e31f servo: Rebuild when any of the Rust files change
Source-Repo: https://github.com/servo/servo
Source-Revision: 6c98d31523c66100e685d0a537fc02965b70d561
2012-03-27 13:45:52 -07:00
Patrick Walton 28334ba653 servo: Fix tabs -> spaces
Source-Repo: https://github.com/servo/servo
Source-Revision: 2f2dcf0a99d2aaad93e6a18143cbdde1c1c6f7fb
2012-03-27 13:40:37 -07:00
Patrick Walton 19b560ccee servo: Add some stubs and a makefile
Source-Repo: https://github.com/servo/servo
Source-Revision: 783455f684bc613dba25d5c2e54157c336093f35
2012-03-27 13:38:54 -07:00
Dave Herman cce5500148 servo: initial add
Source-Repo: https://github.com/servo/servo
Source-Revision: ce30d4520d67f2c6ef960571a9b3e450c5dcbebe
2012-02-08 11:29:12 -08:00