Commit graph

112 commits

Author SHA1 Message Date
Kirill Chibisov
58f2455aa9
Bump version on master
This commit does not represent a release and only
synchronizes CHANGELOG from the latest release.
2022-09-12 18:15:30 +03:00
shuo
a6a8b12537
Update Readme for iOS platform specific info ()
* Update Readme for iOS platform specific info

* Update README.md

Co-authored-by: Mads Marquart <mads@marquart.dk>
2022-09-08 16:52:57 +02:00
Kirill Chibisov
2e4338bb8d
Release 0.27.2 version 2022-08-12 14:39:44 +04:00
Kirill Chibisov
c53a574bff
Release 0.27.1 version 2022-07-30 19:33:23 +03:00
Kirill Chibisov
50035643f7
Release 0.27.0 version 2022-07-26 23:54:12 +03:00
Marijn Suijten
5a0bad130d
Bump ndk and ndk-glue dependencies to stable 0.7.0 release () 2022-07-25 15:20:31 +02:00
Mads Marquart
3e0a544eb8
Documentation cleanup ()
* Remove redundant documentation links

* Add note to README about windows not showing up on Wayland

* Fix documentation links

* Small documentation fixes

* Add note about doing stuff after StartCause::Init on macOS
2022-06-11 18:57:19 +02:00
Lucas Kent
b7e7755edd
Improve web example ()
* Improve web example

* Implement basic logger into the example webpage

* Repace bash script with xtask

* replace wasm-bindgen-cli with wasm-bindgen-cli-support

* refactor

* Move logic into external crate.

* Remove CI changes

* Review feedback
2022-02-25 12:57:46 +01:00
David Ackerman
f93f2c158b
Bump versions of ndk to 0.6, ndk-sys to 0.3, ndk-glue to 0.6 () 2022-02-01 00:14:36 +01:00
Mads Marquart
51bb6b751e
Remove WINIT_LINK_COLORSYNC (no longer needed) ()
Since https://github.com/rust-windowing/winit/pull/2078 we link to `ApplicationServices`, which contains the `CGDisplayCreateUUIDFromDisplayID` symbol in all versions.
2022-01-23 20:38:08 +01:00
Artúr Kovács
d3e6949007
Release 0.26.1 () 2022-01-05 15:38:59 +01:00
Markus Røyset
20d012ae3f
Update contact links () 2021-12-07 11:27:30 -08:00
Kirill Chibisov
ea1c031b54
Release 0.26.0 version 2021-12-01 14:43:38 +03:00
Adrien Bennadji
29a078f65c
bump ndk dependencies to 0.5 () 2021-11-24 16:56:57 +01:00
Markus Siglreithmaier
5f4df54895
Android: Bump ndk/ndk-glue version () 2021-11-02 18:54:59 +01:00
Nuno Ribeiro
1972eb952d
Adds Android winit<->ndk_glue version match table ()
* Adds Android winit<->ndk_glue version match table

* Fixes justification

* Adds crosses

* Address review and instead of a m:n table it shows a 1:1 version compatibility

* Addresses review
2021-08-11 14:28:49 -07:00
Markus Røyset
657b4fd59e
Remove support for stdweb ()
* Remove support for `stdweb`

* Expunge `stdweb`; make `web-sys` the default

* Mark this change as a breaking change

* Re-insert accidental removal of space

* Use the correct cargo feature syntax

* Re-add some `cfg` attributes

* Remove `web-sys` feature from CI
2021-05-24 10:06:21 -07:00
Artúr Kovács
91591c4e94
Release 0.25.0 () 2021-05-15 19:17:08 +02:00
Luis Wirth
078b9719cc
implement mint conversions ()
Implement conversions for [mint](https://docs.rs/mint) (math interoperability standard types).

- `impl From<mint::Point2> for {Physical, Logical}Position`
- `impl From<{Physical, Logical}Position> for mint::Point2`

- `impl From<mint::Vector2> for {Physical, Logical}Size`
- `impl From<{Physical, Logical}Size> for mint::Vector2`
2021-05-09 00:56:52 +02:00
Imberflur
b9307a9967
Change linking of CGDisplayCreateUUIDFromDisplayID on macos ()
* Link CGDisplayCreateUUIDFromDisplayID through ColorSync instead of CoreGraphics

* Conditionally link through ColorSync only if WINIT_LINK_COLORSYNC is set
to true

* Document new macos env var in README
2021-02-05 08:58:55 +01:00
Kirill Chibisov
6db308f1e9
Release 0.24.0 2020-12-10 19:12:46 +03:00
Kirill Chibisov
d18afb4a50
Release 0.23.0 2020-10-02 18:05:07 +03:00
alvinhochun
be2e17d605
Update readme info regarding WebAssembly and web target () 2020-09-24 10:52:11 -07:00
msiglreith
386ead15a3
Android: bump ndk versions ()
* Bump ndk versions

* Update README for new ndk proc attribute

* android: add CHANGELOG entry to ndk vesion bump
2020-09-18 11:14:56 -07:00
Olivier Goffart
c1ea0dde92
On Unix, add option to pick backends
Add features 'x11'  and 'wayland' to pick backends on Linux/BSD, with
both enabled by default.

Fixes .
2020-06-15 10:15:27 +03:00
Osspial
49bcec1d27
Release 0.22.2 () 2020-05-16 12:27:16 -04:00
Jasper De Sutter
b8828105cf
add android NDK event loop ()
* add android NDK event loop

* add Android build documentation & cargo-apk to CI

Co-authored-by: David Craven <david@craven.ch>
2020-05-06 15:27:49 +02:00
Ryan G
d5609729cc
Bump version to 0.22.1 ()
There are a few relatively important bugfixes with no API impact in the
master branch. We might as well release this as a non-breaking change.
2020-04-17 13:36:42 -04:00
Osspial
7e04273719
Replace Travis and Appveyor CI badges with GitHub Actions CI badge 2020-03-09 18:23:03 -04:00
Christian Duerr
7a9c17a520
Bump version to 0.22.0 ()
There are two PRs I'm aware of that should be relatively trivial to get
merged, which would fix some issues. Other than those, I don't think it
makes sense to wait on anything.

 - Fix Windows crash: https://github.com/rust-windowing/winit/pull/1459
 - Fix macOS mouse reports: https://github.com/rust-windowing/winit/pull/1490

While  seems pretty essential to actually make winit run,  is
much less important and can probably be ignored if there aren't any
resources to merge it.
2020-03-09 16:58:54 -04:00
Freya Gentz
28f0eb598d
Release 0.21.0 ()
* Update CHANGELOG.md

* Update README.md

* Update Cargo.toml

* Update Cargo.toml

* Update README.md

* Update CHANGELOG.md
2020-02-04 19:07:31 -07:00
Murarth
d15eb04f9e Make docs set control_flow in a more realistic way () 2020-01-07 22:55:18 -05:00
Osspial
627a127f1b
we did it bois () 2020-01-05 17:11:25 -05:00
Osspial
c0b46a03b5
Relase alpha 6 ()
* Relase alpha 6

* Update CHANGELOG.md

Co-authored-by: Freya Gentz <zegentzy@protonmail.com>
2020-01-03 18:17:05 -05:00
Osspial
a8d6db0fc1
Update alpha version in readme.md 2019-12-22 11:19:17 -05:00
Osspial
429bbfade0
Release Alpha 4 ()
* Release Alpha 4. TODO CHANGELOG RELEASE DATE

* Add changelog date
2019-10-18 13:25:12 -04:00
Osspial
57a53bda74
Officially remove the Emscripten backend () 2019-09-13 19:09:45 -04:00
Osspial
31110be396
Release alpha 3 () 2019-08-14 11:09:47 -04:00
Osspial
ce5cf97e17
Release Alpha 2 () 2019-07-09 18:25:32 -04:00
Felix Rabe
2442305bb7 Forward porting ()
* README: Use shields.io instead of Herokuapp ()

* README: Link to FEATURES.md and missing features wiki page ()

Closes 

* Update URLs ()

* CHANGELOG.md: Add line from  (legacy) that is missing from equivalent  (EL 2)
2019-06-23 02:39:26 -04:00
Osspial
8d6e8bb8d1
Release 0.20.0 Alpha 1 () 2019-06-21 11:33:44 -04:00
Osspial
e2c84725de
Format everything and add rustfmt to travis ()
* Format everything and add rustfmt to travis

* Remove extern crate winit from examples and add force_multiline_blocks

* Format the code properly

* Fix inconsistent period in PULL_REQUEST_TEMPLATE.md

* Only run rustfmt on nightly

* Travis fixings
2019-06-21 11:33:15 -04:00
Osspial
72509b5b42
Update example in README.md and add move prefix to window.rs example closure ()
* Update example in README.md and add move prefix to window.rs example

* Make Window and README example trivially capture window

* Update README.md
2019-06-18 11:15:55 -04:00
Osspial
fa99b9ff5a Fix CI links in README.md () 2019-04-27 18:29:02 +02:00
Osspial
2ead1c1c59 Update for 0.19.1 () 2019-04-08 08:35:36 +02:00
Hal Gentz
6b7bd32c8e Add contact info. ()
Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
2019-04-07 16:41:52 +02:00
Osspial
fc481b6d6d Update winit to 0.19.0 ()
* Update winit to 0.19.0

* Update date for 0.19
2019-04-07 16:41:52 +02:00
Osspial
3cd40ef655
Remove icon loading feature () 2019-02-23 20:59:00 -05:00
Osspial
9602716ed2
Event Loop 2.0 API and Windows implementation ()
* Rename EventsLoop and associated types to EventLoop

* Rename WindowEvent::Refresh to WindowEvent::Redraw

* Remove second thread from win32 backend

* Update run_forever to hijack thread

* Replace windows Mutex with parking_lot Mutex

* Implement new ControlFlow and associated events

* Add StartCause::Init support, timer example

* Add ability to send custom user events

* Fully invert windows control flow so win32 calls into winit's callback

* Add request_redraw

* Rename platform to platform_impl

* Rename os to platform, add Ext trait postfixes

* Add platform::desktop module with EventLoopExt::run_return

* Re-organize into module structure

* Improve documentation

* Small changes to examples

* Improve docs for run and run_return

* Change instances of "events_loop" to "event_loop"

* Rename MonitorId to MonitorHandle

* Add CHANGELOG entry

* Improve WaitUntil timer precision

* When SendEvent is called during event closure, buffer events

* Fix resize lag when waiting in some situations

* Update send test and errors that broke some examples/APIs

* Improve clarity/fix typos in docs

* Fix unreachable panic after setting ControlFlow to Poll during some RedrawRequested events.

* Fix crash when running in release mode

* Remove crossbeam dependency and make drop events work again

* Remove serde implementations from ControlFlow

* Fix 1.24.1 build

* Fix freeze when setting decorations

* Replace &EventLoop in callback with &EventLoopWindowTarget

* Document and implement Debug for EventLoopWindowTarget

* Fix some deadlocks that could occur when changing window state

* Fix thread executor not executing closure when called from non-loop thread

* Fix buffered events not getting dispatched

* Fix crash with runner refcell not getting dropped

* Address review feedback

* Fix CHANGELOG typo

* Catch panics in user callback
2019-02-05 10:30:33 -05:00
Osspial
ddf133dd66
Version 0.18.1 ()
* Version 0.18.1

* Change to 0.18.1
2019-01-09 03:16:41 -11:00