Commit graph

39189 commits

Author SHA1 Message Date
Brian Anderson
902605c690 Teach text::shaper how to find a glyph index from the font 2012-06-15 17:52:22 -07:00
Brian Anderson
c1af1b833c Teach text::font how to find a glyph index on linux 2012-06-15 17:12:04 -07:00
Brian Anderson
3d4d7eabfe Update rust-harfbuzz 2012-06-15 17:12:04 -07:00
Patrick Walton
1ec640b047 Fix naming in tree 2012-06-14 20:19:25 -07:00
Patrick Walton
0347e4408c Refactor RCU to use the CamelCase naming convention 2012-06-14 19:20:08 -07:00
Patrick Walton
6c6f7f99e4 Make Box into a class 2012-06-14 18:55:04 -07:00
Patrick Walton
9ed8b20778 CamelCase box kinds 2012-06-14 17:31:02 -07:00
Patrick Walton
09ee4b18ef CamelCase everything in dom/base 2012-06-14 17:23:11 -07:00
Patrick Walton
876e1307e3 node -> Node 2012-06-14 17:11:06 -07:00
Patrick Walton
3f1b23b524 Use spec names for ElementKinds 2012-06-14 17:04:21 -07:00
Patrick Walton
f480c54e69 Correct spelling of "fuchsia" 2012-06-14 16:40:26 -07:00
Patrick Walton
c348486140 CamelCase node kinds. Also fix shape glue problem in CSS color comparison. 2012-06-14 16:38:05 -07:00
Patrick Walton
d2455c7bb6 "ch" -> "self_channel" 2012-06-14 15:25:24 -07:00
Patrick Walton
3aa7f249e8 Tabs -> spaces in servo.rc 2012-06-14 15:23:33 -07:00
Patrick Walton
717ef95016 "resp" -> "from_renderer" 2012-06-14 15:22:57 -07:00
Patrick Walton
fb4fab8a07 CamelCase messages 2012-06-14 15:20:59 -07:00
Brian Anderson
c5e2f391b0 Merge pull request #19 from mmeyerho/color
Refactored color into a separate module and added support for input types.
2012-06-14 15:20:50 -07:00
Margaret Meyerhofer
4cff78af36 Refactored color functions into a separate module and added support for more types of input. 2012-06-14 15:13:50 -07:00
Brian Anderson
62496f9166 Update rust-geom 2012-06-14 15:10:54 -07:00
Brian Anderson
7eb949eac4 Fix build 2012-06-14 15:09:51 -07:00
Patrick Walton
9026bd1f00 engine::msg -> Msg 2012-06-14 15:06:42 -07:00
Patrick Walton
b5b50e5d20 layout -> layout_task. Fixes a bunch of ugly imports. 2012-06-14 14:59:05 -07:00
Patrick Walton
3084d15a36 Move to rust-geom 2012-06-14 14:51:51 -07:00
Brian Anderson
56ec9a9a02 Fix make check for rust-geom 2012-06-14 14:09:35 -07:00
Brian Anderson
854b6d900b Add rust-geom to .gitmodules 2012-06-14 12:31:06 -07:00
Patrick Walton
c170892d54 Add rust-geom and a bunch of compile fixes 2012-06-14 12:18:45 -07:00
Brian Anderson
13f82a23bf Merge pull request #18 from mmeyerho/copies
Fixed warnings about implicitly copying values, but not warnings of type mismatches.
2012-06-13 15:31:49 -07:00
Margaret Meyerhofer
3b1df3668c Removed impilicitly copying value warnings. 2012-06-13 13:57:19 -07:00
Brian Anderson
9597caf42b Merge pull request #17 from mmeyerho/fix_layout
Fix borrowck errors and erros in layout positioning
2012-06-11 16:19:27 -07:00
Margaret Meyerhofer
b64149a037 Fixed layout to consistently use relative coordinates in reflow and absolute coordiantes in display lists. 2012-06-11 15:08:30 -07:00
Margaret Meyerhofer
cdb910bd85 Added copies and pure functions to fix borrowck errors 2012-06-11 15:07:55 -07:00
Brian Anderson
61a615fb4d Put 'use harfbuzz' in text::shaper, not at the crate level 2012-06-08 18:58:31 -07:00
Brian Anderson
5086fde828 Update rust-harfbuzz 2012-06-08 18:36:54 -07:00
Brian Anderson
a0b200d35a More work on text shaping 2012-06-08 18:14:04 -07:00
Margaret Meyerhofer
e3d9650196 Added css selector matching and now render specified background colors
added comments and put back random colors for unspecified boxes
2012-06-08 10:50:55 -07:00
Brian Anderson
10294134ab Add more broken harfbuzz test cases 2012-06-07 19:40:12 -07:00
Brian Anderson
a403d6d87b Update rust-azure 2012-06-07 17:56:20 -07:00
Brian Anderson
d2ad721c01 Update harfbuzz 2012-06-07 12:38:43 -07:00
Brian Anderson
73b0243801 Merge pull request #15 from fzzzy/master
Trivial changes
2012-06-07 12:19:31 -07:00
Donovan Preston
7dad8949d5 Trivial fixes to make it compile 2012-06-07 12:16:12 -07:00
Brian Anderson
b79517b568 Merge remote-tracking branch 'mmeyerho/master' 2012-06-05 12:15:40 -07:00
Margaret Meyerhofer
60da040bf6 Added casts in rust-mozjs 2012-06-05 11:20:32 -07:00
Brian Anderson
0a3544ae0d Merge pull request #12 from mmeyerho/master
Added explicit casts from ints to machine types
2012-06-05 10:42:18 -07:00
Margaret Meyerhofer
d085ed0fdd Added casts between ints and machine types 2012-06-05 10:32:40 -07:00
Brian Anderson
023745210f Merge pull request #11 from mmeyerho/cssparsing
Implemented a parser for a subset of css.
2012-06-01 15:44:45 -07:00
Margaret Meyerhofer
6f90054a1e Implemented a parser for a subset of css and added a hack for guessing when .css files exist. 2012-06-01 14:57:13 -07:00
Brian Anderson
7f8573243b Add a text shaper. No impl yet 2012-05-31 19:40:07 -07:00
Brian Anderson
4565a37510 Introduce a font class 2012-05-31 19:09:42 -07:00
Brian Anderson
69dc65fecc Write some code that draws text on mac 2012-05-31 16:10:20 -07:00
Brian Anderson
04024b6af1 Update rust-mozjs 2012-05-31 15:28:51 -07:00