Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 1.0.0-alpha compatibility #50

Merged
merged 2 commits into from Jan 11, 2015
Merged

Update for 1.0.0-alpha compatibility #50

merged 2 commits into from Jan 11, 2015

Conversation

@sbward
Copy link
Contributor

sbward commented Jan 10, 2015

  • Tested with cargo test (passing)
@@ -152,7 +153,7 @@ impl CFDictionary {
pub fn get(&self, key: *const c_void) -> *const c_void {
let value = self.find(key);
if value.is_none() {
panic!("No entry found for key: {}", key);
panic!("No entry found for key [FIXME]"); // FIXME Not sure how to convert key to be printed

This comment has been minimized.

@sbward

sbward Jan 10, 2015

Author Contributor

This is the FIXME line

This comment has been minimized.

@Ms2ger

Ms2ger Jan 10, 2015

Contributor

{:p} should work.

@sbward
Copy link
Contributor Author

sbward commented Jan 10, 2015

@Ms2ger your suggestion worked, thanks.

@metajack

This comment has been minimized.

Copy link

metajack commented on 14ac9f2 Jan 11, 2015

r+

metajack added a commit that referenced this pull request Jan 11, 2015
Update for 1.0.0-alpha compatibility
@metajack metajack merged commit ce3d852 into servo:master Jan 11, 2015
jdm pushed a commit that referenced this pull request Feb 1, 2018
Added NSOpenGLPFAOpenGLProfile values
jdm pushed a commit that referenced this pull request Feb 1, 2018
Add binding for CTFontGetUnitsPerEm

Needed for implementing fast-path kerning on Mac OS. r? @pcwalton

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-text-rs/50)
<!-- Reviewable:end -->
jdm pushed a commit that referenced this pull request Feb 1, 2018
Add some bindings to the private `CGSRegion` APIs.

These enable us to tell the window server about the opaque regions of
the window so that it can perform occlusion culling.

See https://github.com/NUIKit/CGSInternal/blob/master/CGSRegion.h

r? @metajack

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/core-graphics-rs/50)
<!-- Reviewable:end -->
jdm pushed a commit that referenced this pull request Feb 1, 2018
Allow euclid 0.7

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/io-surface-rs/50)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.