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

Merge glutin #6

Merged
merged 31 commits into from
Mar 26, 2016
Merged

Merge glutin #6

merged 31 commits into from
Mar 26, 2016

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Mar 26, 2016

Close #3

paulrouget and others added 30 commits February 26, 2016 11:08
cocoa: Post Awakened events at the end of the queue to avoid floods.
Fix this_platform_is_not_supported on OpenBSD.
Needed for apps to support overscroll on the Mac.
Pin core-graphics to 0.2 since cocoa 0.2.4 does
Despite the fact that the style mask contains `NSTitledWindowMask`, the
title doesn't show up for two reasons: (a) we draw over it; (b) we make
it invisible with a call to `-[NSWindow setTitleVisibility:]`.

Addresses servo/servo#9856 and servo/servo#9878.
Partially addresses servo/servo#9812.
At the time of writing, Glutin requires 0.2.x and cocoa requires 0.3.x.
Fix Mac build by bumping core-graphics.
Make Mac borderless windows resizable and draggable.
Fix memory leak while creating NSEvent and swapping buffers (Fixes #514)
Add support for navigation keys
Uncomment more keys for win32
This should enable most required keys on Windows.

Mappings taken from: https://msdn.microsoft.com/en-gb/library/windows/desktop/dd375731%28v=vs.85%29.aspx and applied with some guesswork to the Glutin names.
Update objc dependency to 0.2
Conflicts:
	Cargo.toml
	build.rs
	src/api/caca/mod.rs
	src/api/cocoa/mod.rs
	src/api/egl/ffi.rs
	src/api/egl/mod.rs
	src/api/glx/mod.rs
	src/api/osmesa/mod.rs
@tomaka tomaka merged commit 6d7e3e7 into master Mar 26, 2016
@tomaka tomaka deleted the merge-glutin branch March 26, 2016 17:07
@cheako cheako mentioned this pull request Sep 11, 2019
chrisduerr pushed a commit to chrisduerr/winit that referenced this pull request Feb 11, 2020
…d-window-event

Extract two calls into reused variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet