Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove @ in LayoutTask.FontContext | patrick kim | 2013-12-11 | 4 | -18/+7 | |
| | ||||||
* | make font/platform/gfx/font_context safe | patrick kim | 2013-12-11 | 1 | -35/+12 | |
| | ||||||
* | Revert "auto merge of #1356 : ↵ | Patrick Walton | 2013-12-09 | 4 | -16/+50 | |
| | | | | | | | | | | | | | | | | | ksh8281/servo/remove_@_in_LayoutTask.FontContext, r=pcwalton" This reverts commit e8ffac13d7e0ebc0701b87b774491b2b1b895607, reversing changes made to db923feffe4ef1f15c34c2a50acdf74a4321e2d4. Reverting this change because FreeType is *not* thread safe. See the documentation here: http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html "In multi-threaded applications, make sure that the same FT_Library object or any of its children doesn't get accessed in parallel." We will need to use a `MutexArc` instead. | |||||
* | remove FontContxtHandle.clone | patrick kim | 2013-12-10 | 4 | -15/+4 | |
| | ||||||
* | remove @ in LayoutTask.FontContext | patrick kim | 2013-12-10 | 1 | -3/+3 | |
| | ||||||
* | make font/platform/gfx/font_context safe | patrick kim | 2013-12-10 | 1 | -35/+12 | |
| | ||||||
* | Implement font leading metric for linux platform | Daniel Hedlund | 2013-12-09 | 2 | -2/+20 | |
| | | | | Fixes #76. | |||||
* | Document the Au struct and add similar font metrics debug as mac | Daniel Hedlund | 2013-12-09 | 2 | -4/+10 | |
| | ||||||
* | fix indent & some code | patrick kim | 2013-12-07 | 1 | -2/+2 | |
| | ||||||
* | Patch for macos | Junyoung Cho | 2013-12-07 | 1 | -3/+3 | |
| | ||||||
* | remove SendableTextRun & remove @mut Font From TextRun&Shaper(Font),Font.shaper, | patrick kim | 2013-12-07 | 1 | -3/+3 | |
| | | | | fontfamily,fontgroup,render_context.font_ctx | |||||
* | remove @ from FontContextHandle in linux | patrick kim | 2013-12-07 | 2 | -17/+42 | |
| | ||||||
* | Port gfx crate to new CF bindings. | Jack Moffitt | 2013-11-19 | 2 | -14/+14 | |
| | ||||||
* | Build some dependencies with rustpkg | Keegan McAllister | 2013-11-14 | 1 | -3/+3 | |
| | | | | | | Also take a rust-layers bugfix. In collaboration with Jack Moffitt. | |||||
* | Fix logging to account for lack of Default. | Jack Moffitt | 2013-10-31 | 1 | -1/+1 | |
| | ||||||
* | fmt! -> format! | Keegan McAllister | 2013-10-31 | 8 | -28/+28 | |
| | ||||||
* | Optimize reflow by changing enums to traits and inlining more | Patrick Walton | 2013-10-28 | 1 | -2/+2 | |
| | ||||||
* | Implement CPU rendering. Replace texture sharing with native OS surface sharing. | Patrick Walton | 2013-10-25 | 1 | -4/+2 | |
| | ||||||
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 5 | -35/+35 | |
| | ||||||
* | Move the gfx::geometry module to servo_util::geometry. | Simon Sapin | 2013-10-16 | 3 | -6/+6 | |
| | | | | | This is part of #1006, in order to use Au from the script crate without introducing a circular crate dependency. | |||||
* | Revert unnecessary code change | Deokjin Kim | 2013-10-04 | 3 | -3/+3 | |
| | ||||||
* | Add glyph advance cache to enhance speed of layout | Deokjin Kim | 2013-10-03 | 3 | -3/+3 | |
| | ||||||
* | Fix error: declare a module. | Junyoung Cho | 2013-09-16 | 1 | -0/+1 | |
| | ||||||
* | Fix android/font.rs. Add an issue in macos/font.rs | Junyoung Cho | 2013-09-16 | 2 | -3/+19 | |
| | ||||||
* | Implement the rest of 'text-decoration' property. | Junyoung Cho | 2013-09-13 | 2 | -1/+19 | |
| | ||||||
* | update android port for language changes | aydin.kim | 2013-09-11 | 3 | -0/+15 | |
| | ||||||
* | Update Rust | Brian Anderson | 2013-08-29 | 3 | -0/+15 | |
| | ||||||
* | add some android port materials into gfx | Yongjin Kim | 2013-08-22 | 4 | -0/+603 | |
| | ||||||
* | Fix macos interators, warnings, and updating submodules. | Jack Moffitt | 2013-08-16 | 2 | -8/+6 | |
| | ||||||
* | Update Rust version again | Keegan McAllister | 2013-08-15 | 2 | -24/+24 | |
| | | | | This gets us the new runtime. | |||||
* | For loops and misc changes | Keegan McAllister | 2013-08-15 | 2 | -4/+4 | |
| | ||||||
* | Library changes | Keegan McAllister | 2013-08-15 | 3 | -17/+15 | |
| | ||||||
* | Trait changes, and eliminate 'copy' | Keegan McAllister | 2013-08-15 | 1 | -1/+1 | |
| | ||||||
* | Update to latest Rust. | Jack Moffitt | 2013-07-09 | 4 | -9/+7 | |
| | ||||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 6 | -124/+159 | |
| | ||||||
* | Reapply "Add initial support for the line-height property. Line height is ↵ | Joel Feenstra | 2013-06-20 | 2 | -5/+8 | |
| | | | | | | only based on the tallest box in each line and does not factor in the vertical-alignment. Improves whitespace handling by passing the whitespace state between function invocations." This reverts commit 0bb3fbdde0b59a5d3df38a7fd7b970633300585c. | |||||
* | Revert "Add initial support for the line-height property. Line height is ↵ | eschweic | 2013-06-20 | 2 | -8/+5 | |
| | | | | | | | only based on the tallest box in each line and does not factor in the vertical-alignment. Improves whitespace handling by passing the whitespace state between function invocations." This reverts commit 7dcff2b5ff83faf44c24c1e5872b0a5dd850b1ae, reversing changes made to 93eea6b2e87adedf833790d045bf69417ca9b7e3. | |||||
* | Add initial support for the line-height property. Line height is only based ↵ | Joel Feenstra | 2013-06-16 | 2 | -5/+8 | |
|\ | | | | | | | on the tallest box in each line and does not factor in the vertical-alignment. Improves whitespace handling by passing the whitespace state between function invocations. | |||||
| * | Add initial support for the line-height property. Line height is only based ↵ | Joel Feenstra | 2013-06-08 | 2 | -5/+9 | |
| | | | | | | | | on the tallest box in each line and does not factor in the vertical-alignment. Improves whitespace handling by passing the whitespace state between function invocations. | |||||
* | | Implement basic last-resort font selection. | Caitlin Potter | 2013-06-10 | 2 | -0/+8 | |
|/ | ||||||
* | Remove the `servo-` prefix from core components. | Patrick Walton | 2013-05-28 | 7 | -0/+874 | |