Commit graph

3647 commits

Author SHA1 Message Date
Brian Anderson
7d06862ee1 Update README.md with more build instructions 2012-06-29 11:30:51 -07:00
Patrick Walton
bb7cf6d2ca Clarify that the bleeding-edge Rust compiler is needed 2012-06-29 11:25:30 -07:00
Patrick Walton
62beb26247 Update azure and geom 2012-06-28 18:22:51 -07:00
Patrick Walton
a6408d6c7f Update rust-azure 2012-06-28 17:21:14 -07:00
Brian Anderson
973c7076c0 Add true_type_tag utility function 2012-06-28 17:13:23 -07:00
Brian Anderson
47e5d225c9 Capitalize more types 2012-06-28 15:38:03 -07:00
Brian Anderson
410da1cb76 Update ragel 2012-06-28 15:01:35 -07:00
Margaret Meyerhofer
334102b038 cleaned up more warnings and a few copies 2012-06-28 10:56:03 -07:00
Brian Anderson
32926f36e0 Update rust-sdl 2012-06-27 23:14:52 -07:00
Brian Anderson
6e77dfa2f4 Update for task API changes 2012-06-27 20:13:23 -07:00
Brian Anderson
259ba8ce93 Update for languages changes. Build still busted 2012-06-27 12:09:38 -07:00
Brian Anderson
9f96220898 Update rust-geom 2012-06-27 11:57:23 -07:00
Margaret Meyerhofer
56c1cc5407 Fixed some compile errors in servo 2012-06-27 11:40:05 -07:00
Margaret Meyerhofer
98bfb44d8f Suppressed warnings is rust-stb-image 2012-06-27 11:37:56 -07:00
Margaret Meyerhofer
a079d2815b Suppressed compiler warnings in rust-sdl 2012-06-27 11:29:30 -07:00
Margaret Meyerhofer
0be92ef6a9 Fixed compiler errors in rust-mozjs 2012-06-27 11:23:08 -07:00
Margaret Meyerhofer
03ec0860fa Changed the css parsing to be called when a <link /> is used instead of guessing the filename. 2012-06-26 17:17:33 -07:00
Margaret Meyerhofer
7508d6d2a1 reindent html_builder loops 2012-06-26 17:17:32 -07:00
Brian Anderson
105cd0ac9a Fix reftest build errors 2012-06-26 00:21:12 -07:00
Brian Anderson
f36a834f0d Build servo as a library 2012-06-26 00:04:30 -07:00
Brian Anderson
596913ee91 Fix Linux build 2012-06-26 00:01:54 -07:00
Brian Anderson
5cc03c7618 More work on ref test harness 2012-06-25 23:48:11 -07:00
Brian Anderson
4f6d4f3561 Begin working on a ref test harness 2012-06-25 22:45:15 -07:00
Brian Anderson
3643c9701c Begin implementing QuartzNativeFont 2012-06-25 19:30:53 -07:00
Brian Anderson
e36aac940a Fix mac breakage 2012-06-24 20:40:25 -07:00
Brian Anderson
c92c1c661f Implement FreeTypeNativeFont.glyph_h_advance 2012-06-24 20:14:52 -07:00
Brian Anderson
2967527abb Work on implementing NativeFont 2012-06-24 18:39:59 -07:00
Brian Anderson
a6d9b123e4 Update for latest language changes 2012-06-24 14:26:23 -07:00
Brian Anderson
776be8cf31 Fonts must be created from a FontLibrary 2012-06-22 16:44:59 -07:00
Brian Anderson
de59f7ef86 Ignore more flaky font tests 2012-06-22 16:24:02 -07:00
Brian Anderson
cfefc42c25 Introduce FontLibrary 2012-06-22 16:22:53 -07:00
Brian Anderson
6154066619 Convert Font from a class to a resource + impl to avoid bugs 2012-06-22 16:14:31 -07:00
Margaret Meyerhofer
e0ddaf50df Refactored html and css lexing into separate files and capitalized those types 2012-06-22 11:03:34 -07:00
Brian Anderson
b754510d53 Cleanup for new conventions 2012-06-22 01:39:56 -07:00
Brian Anderson
b1b0434bc4 Ignore more crashy tests 2012-06-21 22:52:59 -07:00
Brian Anderson
2531f4ffc1 Fix invalid moves per latest rustc build 2012-06-21 19:40:11 -07:00
Brian Anderson
3ffbaaaa47 Introduce NativeFont 2012-06-21 17:42:43 -07:00
Brian Anderson
7d56150947 Introduce GlyphIndex type to distinguish glyph codepoints vs unicode codepoints 2012-06-21 14:14:03 -07:00
Brian Anderson
5f8493e3a9 Camel-case text types 2012-06-21 13:49:25 -07:00
Margaret Meyerhofer
ce615bf12a Changed parallel css matching to use shared state instead of copying 2012-06-20 15:32:21 -07:00
Margaret Meyerhofer
4ee7e57eea Remove remaining implicit copy warnings 2012-06-20 10:32:59 -07:00
Margaret Meyerhofer
a322542825 Changed css matching to match nodes in parallel. 2012-06-19 12:36:50 -07:00
Margaret Meyerhofer
d7db7a56c3 Ignore more inconsistently failing tests 2012-06-19 10:34:50 -07:00
Brian Anderson
8694baaca0 Ignore some font tests that are failing inconsistently 2012-06-17 21:15:42 -07:00
Brian Anderson
632c781206 Use the actual horizontal advance 2012-06-16 23:19:27 -07:00
Brian Anderson
d9c59e3adf Remove old font test code 2012-06-16 21:09:55 -07:00
Brian Anderson
cbb26e64fb Print text on mac 2012-06-16 18:18:15 -07:00
Brian Anderson
8d2eb11582 Print text to screen. Aw, yeah. 2012-06-16 17:53:11 -07:00
Brian Anderson
f37897924b Text boxes yield two display items, a bg color and a text item 2012-06-16 16:02:40 -07:00
Brian Anderson
2c0dcbc722 Boxes may convert to multiple display list items 2012-06-16 15:57:08 -07:00