Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tauri-apps/tao
The TAO of cross-platform windowing. A library in Rust built for Tauri.
https://github.com/tauri-apps/tao
Aborting compilation by using 'compile_error!' macro in build.rs was resulting in failing cross
...
Building window with 'set_min_inner_size' was setting 'max_inner_size'
under the hood, thus com...
fbd3918d3af183e5c3d76b5644672e54d87fa84c authored over 4 years ago
7c543a43a9563f7691ff62f3ef8c8415e867ac55 authored over 4 years ago
Wayland backend is self contained and only requires
smithay-client-toolkit to work, thus featur...
96809ac65998576e26e95b879bb63fab6ae2b7ca authored over 4 years ago
This patch removes an unneeded workaround for transparent windows on the
Windows platform. In a...
The initial media query that's used to watch for device pixel ratio
changes should match. Unfor...
* Added WindowHasFocus and WindowLostFocus events to Android
* Update changelog
676fb947f2a8366c650bb9788f80657b6d7865df authored over 4 years agod18afb4a505783e4447393c879c292559b83195d authored over 4 years ago
Fixes #1563.
fc336a76bfa158c972a6303ce638359343260fad authored over 4 years ago
SCTK was a bit behind on Wayland protocol version, and so this release
brings it up to date. It...
* Update SCTK to 0.11.0
Updates smithay-client-toolkit to 0.11.0. The major highlight
of tha...
471b1e003afecb89ee370d288061774ed35c83b7 authored over 4 years ago
be2e17d605d1780bba15cd7fa4a98ef4917cedf4 authored over 4 years ago
Make it clear that ControlFlow::Poll causing events to be sent on
`requestAnimationFrame` is an...
3cd6a180481714f93d9d8e6a7f3dfc079be52530 authored over 4 years ago
Co-authored-by: Francesca Lovebloom <[email protected]>
c9558c5f0e8f5ccb7b250a59c46c0f7a41c2416a authored over 4 years ago
This changes 'Fullscreen::Borderless' enum variant from
'Fullscreen::Borderless(MonitorHandle)'...
* web: Allow event to be queued from inside the EventLoop handler
The Runner is behind a RefC...
644dc13e0012f7ca69892684d70231c1ebe2fd3a authored over 4 years ago* web-sys: Impl. event listeners removal for canvas
* web-sys: Impl. media query listeners cl...
47e7aa4209af71bd9d549abbbfd78b1771e60fa7 authored over 4 years ago* Deprecate the stdweb backend
* Add a changelog entry
* Fmt
* Move the deprecation notice
1c97a310b10df2c6557cd8cc54cfe08881e5ed78 authored over 4 years ago
This commit is a follow up to a2db4c0a320aafc10d240c432fe5ef4e4d84629d
to make it clear which v...
* Bump ndk versions
* Update README for new ndk proc attribute
* android: add CHANGELOG en...
386ead15a3e3fef5c0c02bd7491d3cc9a7a6e0aa authored over 4 years ago83c95e774d6ee3dc005ffdafb0b4a68d1bfb146b authored over 4 years ago
e4754999b7e7f27786092a62eda5275672d74130 authored over 4 years ago
Fixes #1657.
c66489dbb111ed5a4d27265edbcd5d965382ac94 authored over 4 years agoFixes #1658.
21f9aefc7ed4a564f20985dcac032d504cc7ce3b authored over 4 years ago
Certain platforms like Wayland don't have a concept of
primary Monitor in particular. To indica...
On certain platforms window couldn't be on any monitor
resulting in failures of 'current_monito...
In winit the swipe from left to right on touchpad should
generate positive horizontal delta cha...
* Change web backend `event_handler` to without 'static lifetime
* Refactor web runner and f...
658a9a4ea8b50c5279042aa2a23f27fc583bb878 authored over 4 years ago
On all platforms other than Linux/X11, the Subtract key was uniformly
used only for the Numpad....
* Impl. mouse capturing for web-sys with PointerEvent
* Impl. mouse capturing for web-sys wit...
02a34a167ab281d7cca9908f67928b659d428b39 authored over 4 years agobea60930b685641756d441fc83d06e4730d332b2 authored over 4 years ago
* Change to send CursorMove before mouse press event on web target
* Fix feature matrix to in...
0f7c82d38fbe52831a51d5b2523e838d1da02407 authored over 4 years ago6ba583d19896172f5eca9d8551119906e4eff2b2 authored over 4 years ago
The `_lwp_self` function cannot be used to reliably determine the main
thread, see
https://git...
PhysicalSize is recorded as canvas.size, whereas LogicalSize is stored
as canvas.style.size.
...
9c72cc2a983401ad96f40555751bbfa1335259b6 authored over 4 years ago* Renamed NSString to NSStringRust to support Debug View Heirarchy
* Updated from comments
...
412bd94ea473c7b175f94a190d66f4be3e92aaab authored over 4 years ago* [macos] add NSWindow.hasShadow
* change log
* cargo fmt
* Update CHANGELOG.md
* Up...
514ab043f21447ec1fd6f5cc09ee9b5e65663517 authored over 4 years ago* android: poll looper for ControlFlow::Poll and don't exit when no new event received
* Add ...
68100102be588aea3dd42cb64647e1f8624615b2 authored over 4 years ago* Fixed Safari not getting mouse events
* Edited changelog
* Addressed compiler warnings
...
7a49c88200fe2a9559c8cc9098f38e209567f691 authored over 4 years ago
This removes the `LogicalPosition` from the `PixelDelta`, since all
other APIs have been switch...
This resolves various problems with the documentation about platform
support on the Window stru...
6919c2fb2d45dc4063c9ef52a69d857ed30657c7 authored over 4 years ago
3d5d05eac7d23c78e4e66789563b3d4285e3a4eb authored over 4 years ago
dd866a74a690d37fdd11385741dee06e9f7cd02f authored over 4 years ago
Co-authored-by: Osspial <[email protected]>
b1e22aa5597a57882e862ca03ef6440d9e5ec4dd authored over 4 years ago* macos: Support click-dragging out of a window
* macos: Use NSEvent::pressedMouseButtons for...
2191e9ecd59182e9418e53a3c0cb56421a4a6887 authored over 4 years ago* Initial Draft
* Minor clean up
* cargo fmt
* Removed accidental change
* Update CH...
bf62103417039827a9541f1c74793bc071295e19 authored over 4 years ago4b1b314ce20e7f9a504cf920c5367265a6451b70 authored over 4 years ago
Add features 'x11' and 'wayland' to pick backends on Linux/BSD, with
both enabled by default.
...
* Fix for fullscreen with run_return on mac
* Cleanup
* Removed a comment
* fmt
* Th...
5a6cfc314ea4890d79eefb01ef94bd46ca7858cf authored over 4 years agoCo-authored-by: Kirill Chibisov <[email protected]>
a4121a2c2e13c274e27fc653df907ceaeca8132f authored over 4 years ago03335cef851495e0a2843db7019516988740688b authored over 4 years ago
Fixes #1571.
ff66bdda7ca5386cd159b4f44711fd97d7c9aef4 authored over 4 years agoThis stops things like page scrolling on spacebar / arrow keys
6cfddfea21319ef7e28f4a6dc16e119ab033f550 authored over 4 years ago49bcec1d274aaedc453a64bf6f53ea1ec59aa3a2 authored over 4 years ago
878c179761cbc536ad24906486430ed2bb1d6092 authored over 4 years ago
bc19c04339e5b3b28cf7441c9802d52703cae6b5 authored over 4 years ago
c7a33f926b2177a214a3d7515720a0111cf1c52c authored over 4 years ago
* update macos libs
* modify dependency
* changelog
* update core-video-sys version
3c38afdb4733572270805896160e8217a04051e9 authored over 4 years ago* add android NDK event loop
* add Android build documentation & cargo-apk to CI
Co-author...
b8828105cf6231e249da279851285aecd2970b4b authored over 4 years ago007b195a5ec4228daf4512f723c050eac7314fa6 authored over 4 years ago
b4c6cdf9a33530a2116f37a21547341c34537be1 authored over 4 years ago
* Report mouse motion before click
This fixes an issue on macOS where a mouse click would be ...
26775fa0b621c225753cefb2a3babead3be33f46 authored over 4 years ago
- Always send Resized events in case of scale factor change
- Properly take into account the re...
54bc41f68bc852fd220840dd4aa3c5f4369b70ad authored almost 5 years ago
47ff8d61d1330372bd04cc398827e2063c395dd3 authored almost 5 years ago
Co-Authored-By: Osspial <[email protected]>
849b8f5dce4d3f93b251259f5323ea9fd43e0c05 authored almost 5 years agoaabe42d252f66c6410b2f805a9ea80f12517e16d authored almost 5 years ago
78a62ec5473e9cd5472c18f859103b0b0cb88362 authored almost 5 years ago
6dae994bb4c2d73d5a9f31718feb41e1fa2b98ff authored almost 5 years ago
4c4d0916fd736fcf28d5ee0f80a0fb367de4a0d8 authored almost 5 years ago
There are a few relatively important bugfixes with no API impact in the
master branch. We might...
* Use requestAnimationFrame for polling wasm
* Implement `requestAnimationFrame` for stdweb
...
a8e777a5dffac9d8528166d44a4cafddffe21e37 authored almost 5 years ago
0bc58f695b01977f81d1259745c89093d18bb24a authored almost 5 years ago
x11-dl was using std::mem::uninitialized incorrectly and when
rustlang added MaybeUninit and in...
* X11: Fix `ResumeTimeReached` being fired early
* Update CHANGELOG.md
Co-authored-by: Oss...
c2aed1979d147a0fe64e2054ad416339a2bbffe1 authored almost 5 years ago7e0427371957a4434ac78843fa33ec75e6b8cf0e authored almost 5 years ago
0683bdcd42b39f7bb4b0fbff2f5fd4923da8f53b authored almost 5 years ago
29ab0bb62953e629070236e521c4ab33d9366185 authored almost 5 years ago
There are two PRs I'm aware of that should be relatively trivial to get
merged, which would fix...
This reverts commit 9daa0738a9aeb60768d9b7d19f4e3deddd55958b.
This commit introduced other bu...
b208daa271c8840a8c767601656944df57cfb520 authored almost 5 years agoe85a80dd65945bebc22c19736b92713ffc20c06d authored almost 5 years ago
* Use i32 instead of u32 for position type in WindowEvent::Moved
* Mark change as breaking
b1d8ce24e901ef813064defe3c62f7d23d1fe04c authored almost 5 years ago* Add IconExtWindows trait
* Move changelog entries to unreleased category
Co-authored-by:...
098fd5d602ee3b20372048db35aa3de432884aaa authored almost 5 years ago* On Windows, fix request_redraw() related panics
These panics were introduced by https://git...
2f27f64cdb69978151e6b8e941658b7e742b1135 authored almost 5 years ago* Remove assertions from Windows dark mode code
In general, winit should never assert on anyt...
cbb60d29a21401461e23aa86d71c733076046476 authored almost 5 years ago* Move `ModifiersChanged` variant to `WindowEvent`
* macos: Fix flags_changed for ModifiersCh...
e707052f66045a096a391e8d23cc41cba100db5f authored almost 5 years agoFixes https://github.com/rust-windowing/winit/issues/1428
71bd6e73caac91b3be46d42545e40918a8d2ca70 authored almost 5 years agob8326f6452550908fd79b76084450a688b0cc41e authored almost 5 years ago
Also makes use of a few ergonomics improvements that were introduced or
optimized in the more r...
* Replaces `actions/checkout@v1` with `actions/checkout@v2` to get a bug fix
2b14ec23d54384d574a23dca4d73dc44a072bd46 authored almost 5 years ago9999f533291f3964721fa7a4677fc425b0463bb7 authored almost 5 years ago
also removed unused return value
522a6e329873720899241ca5516aae7138b351c3 authored almost 5 years ago76d0dd7ec36dc129f39dc201d490f6cd1dd457c4 authored almost 5 years ago