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

Stop appending canvas to document in web platform (#1089)

* Stop appending canvas to document in web platform

* Remove `tabindex` TODO in web backend
...

dbdde3d7818e4f7ac0c96d8abe10a187575b750a authored over 5 years ago
Add new `EventLoopWindowTargetExtUnix` trait. (#1026)

* Add new `EventLoopWindowTargetExtUnix` trait.

Signed-off-by: Hal Gentz <zegentzy@protonmail...

cf0b8babbdb39abc443c94c8a94281201e6e9b0c authored over 5 years ago
Disable overscan compensation for external displays on iOS (#1088)

c0c22c8ff1ebe95e8848d206a8ffc4619597afa0 authored over 5 years ago
Do not require `T: Clone` for `EventLoopProxy<T>: Clone` (#1086)

* Do not require `T: Clone` for `EventLoopProxy<T>: Clone`

* Update `CHANGELOG.md`

* Remov...

73cf10e4f361a854f4f16ada31b1c391e7ec6846 authored over 5 years ago
iOS: update feature table (#1085)

8a1c5277eb96d25d2c5e821eb24aa4a4e3020b74 authored over 5 years ago
Fix armv7-apple-ios compile target (#1083)

1e4c176506834e3a0491d9501eb35cb9359e0af1 authored over 5 years ago
iOS: add support for controlling the home indicator, and Exclusive video mode (#1078)

* iOS: platform specific edge home indicator control

* iOS: exclusive video mode support

*...

3c27e7d88f4ad0bf37fb87db2ebf742c0a1d55cf authored over 5 years ago
Add exclusive fullscreen mode (#925)

* Add exclusive fullscreen mode

* Add `WindowExtMacOS::set_fullscreen_presentation_options`
...

5bc3cf18d98aef0a5f0a51c0cf655d37af833730 authored over 5 years ago
Rename `new_user_event` method to `with_user_event` (#1057) (#1068)

Finishes #1057

131e67ddc172b07e9fe65814ad5ad9a0277e5a4f authored over 5 years ago
Process WM_SYSCOMMAND to forbid screen savers in fullscreen mode (#1065)

* Process WM_SYSCOMMAND to forbid screen savers in fullscreen mode

Fixes #1047

* Update CH...

e5ba79db048800cecbb2ed6242097b1eedd0dc35 authored over 5 years ago
add macos with_disallow_hidpi (#1073)

* add macos with_disallow_hidpi

add CHANGELOG

* Always use stable rustfmt for CI. (#1074)
...

f4e9bf51db21fba8386ec9868fef27569ffe171e authored over 5 years ago
Always use stable rustfmt for CI. (#1074)

Signed-off-by: Hal Gentz <[email protected]>

03f9e8fce01a284b7834c0efc8be52afe5525ebf authored over 5 years ago
PULL_REQUEST_TEMPLATE.md: Add entry on warnings (#1017)

4ae990036335284d5700e1f10c52194f9e8fbc27 authored over 5 years ago
Use himetric values in WM_POINTER events (#1053)

* Use himetric location for WM_POINTER events

* Ran rustfmt

454d4190b74f7eaa10276ecd973db31233a7ff02 authored over 5 years ago
Fix run_return example build error on non-desktop platforms (#1067)

a28b60578d55d2331753552775c1cae61a97d48e authored over 5 years ago
macOS: Drop the closure on exit. (Fixes #1058) (#1063)

5a206de6203fd1602113101bc0c4618fdbc93d07 authored over 5 years ago
Update the percent-encoding crate to 2.0 (#1066)

b547531499982abb21af07914be39a6a21c68caf authored over 5 years ago
Fix CHANGELOG.md (#1061)

39e668ffb0a1437305508aaa155a57f354b5aa24 authored over 5 years ago
X11: Fix events not being reported promptly (#1048)

* X11: Fix events not being reported promptly

* Add an entry to the changelog

bd1ac6cb1ee9cf73eb0dbe0665dec815142766bc authored over 5 years ago
Touch events emit screen coordinates instead of client coordinates on Windows (#1042)

* Touch events emit screen coordinates instead of client coordinates on Windows

Fixes #1002
...

856775815623684a78c7cad6f8f5c74c3a86a4bf authored over 5 years ago
Bump the stdweb version to 0.4.18 (#1049)

This removes the need to patch to a git version

e897d70733a759ff44ef9c8504d4ca339e7ba11b authored over 5 years ago
Update the web backend todo list

fe129963825798c95850df874bab863e9ed8c819 authored over 5 years ago
X11: Fix `request_redraw` deadlock while handling `RedrawRequested` (#1046)

e8e4d4ce6643e51b913c904ed092bc18288c08e9 authored over 5 years ago
Minor doc changes (#1024)

* Minor doc changes

* More typos

44af4f4f5283ac75d1c390677fd256bd984a8de6 authored over 5 years ago
Replace `std::mem::uninitialized` with `MaybeUninit` (#1027)

* Replace `std::mem::uninitialized` with `MaybeUninit`

* Avoid undefined behavior when using ...

7daf1468015586f7fedcf2a3790615570a6572f0 authored over 5 years ago
Fix `web` errors (#1040)

* Fix old `use` declarations

* Fix hidden lifetime parameter

* Fix missing methods in `web...

7b23d190b1a60fbbddb3c5fd90db356e8a59bc95 authored over 5 years ago
Update Windows Multitouch in FEATURES.md (#1039)

It seems we were already implementing multitouch on Windows, and the question mark was inaccurate.

17b831051748256b592ffeeda8b828861a4c87e1 authored over 5 years ago
Merge pull request #1031 from rikusalminen/event_loop_test

Add NewEvents(Init) callback to x11

5ca828d4458174eabfc153f93cb7942eb19fc28f authored over 5 years ago
x11: NewEvents(StartCause::Init) callback at start

Before starting the event loop, invoke callback with
NewEvents(StartCause::Init).

1ea29b4de069e3f1f439449ad2c14c25ce177cea authored over 5 years ago
Merge pull request #991 from dam4rus/master

Handle WM_POINTER* events in favor of WM_TOUCH

b00cdadb5b0e1977d6657cef3cd4d9636bc85d34 authored over 5 years ago
Merge pull request #1038 from ZeGentzy/web

Webmerge4

53e646dabc13383fba44db997c2676d39dddef96 authored over 5 years ago
Merge branch 'web' into webmerge2

613fafdfdf83b1323640c48b7d98c2aa64e05095 authored over 5 years ago
Correct 0.20.0 Alpha 2 release date

5d0bc5f60730a41b0164a1bfeaaab76ac58753c4 authored over 5 years ago
Release Alpha 2 (#996)

ce5cf97e1744cc50b2da8c4adba37a8d37faf185 authored over 5 years ago
Always use `f` as the argument name for `&mut std::fmt::Formatter` (#1023)

3ee59696e5373afbc7ad2b4e4bbc6f00c3dd0ff0 authored over 5 years ago
Handle RedrawRequested event in request_redraw example (#1030)

f5c624bcd6dfb43586ab536d66c68db3d34a5760 authored over 5 years ago
Handle WM_POINTER* events in favor of WM_TOUCH

Fixes #975

026b331ba54e1a49909242d72c5d78ed0d24b255 authored over 5 years ago
Handle WM_POINTER* events in favor of WM_TOUCH

Fixes #975.

93c36ccf7851b008e062bde6ab0bb39612f6e1a7 authored over 5 years ago
MacOS: request_user_attention(bool -> enum) (#1021)

c1f314ccdced59ed04c26dae44cfd46165e5d4ff authored over 5 years ago
Remove dead code (unused as of d5391686a) (#1022)

53a89f28a0cf46cb777d8e5bd2cabce0b844070f authored over 5 years ago
Fix warnings (#1020)

* Windows: Fix warning

* iOS: Fix warning

f874d762890bd5c061c7de78a09914db72559653 authored over 5 years ago
Bump version

76645f3b5a0c0c01de9e2df149d12f8774e5bf03 authored over 5 years ago
Fix transparent window with decorations (#1011)

* Fix transparent window with decorations

* To changelog, added fix for transparent decorated...

28775be11574e41a2c95cab544151a1edae56ad6 authored over 5 years ago
Fix warning (#1016)

7d3ff3d2d977ae3ba25f7a0cf0c0321e2319e758 authored over 5 years ago
On Windows, fix `with_maximized` not properly setting window size to entire window. (#1013)

4a5d639d748d416b02b9f7beedea35b5c894453d authored over 5 years ago
Fix issues with redraw_requested when called during EventsCleared (#994)

* Fix issues with redraw_requested when called during EventsCleared

* Format

* Fix event d...

74a7cf55ea06a015a37a117005c5df6831eb1df9 authored over 5 years ago
X11: Disable maximize on non-resizable windows (#1000)

* X11: Disable maximize on non-resizable windows

* Add a note for the source for Motif WM con...

9393b14b01ab991ef0a80a2ec695047ca515a09d authored over 5 years ago
Remove Metal dependency on macOS (#1003)

f8bd6710731bdaccfc4e3fede2558821b286ce52 authored over 5 years ago
Fix warnings on Linux (#1004)

2af753f307d414cc93fdbc525a9f48608d4aa617 authored over 5 years ago
Improve feature names to enable web backends

5cc84f32dbe142959ea5cd1f772aa8363c0dc837 authored over 5 years ago
Add `dyn` keyword where necessary

e89674d33711713b55e396adab472a38a496dc8e authored over 5 years ago
Fix mouse release/press events

de120280e34a8db1de60f0a4ac1250a89a1c2c49 authored over 5 years ago
Fix `set_cursor_icon`

7f2ba0ee3efe5331213bce175c829ebdc917aa1f authored over 5 years ago
Improve handling of file paths in the windows DnD handler (#980)

* Make FileDropHandler::iterate_filenames more robust

by replacing the call to mem::uninitial...

5bf303fd26e793d83f6b8faf9d03d84d559fa379 authored over 5 years ago
Remove comment that contradicts code (#992)

e37e46b15511cf498d04e22acef29ac942a85a95 authored over 5 years ago
Revert "wayland: use an invisible surface as shell surface (#835)" (#981)

This reverts commit 65587ef43a7d001ba3e1fa6c7ecd12bd47fffa84.

It introduced sublte bugs in it...

b8192ef6f6e79d9dfd28b6992e23c1ced73fb64b authored over 5 years ago
Implement _NET_WM_PING for X11 (#977)

23354cf1a54002e28fec92a26b65cce47f89ba6e authored over 5 years ago
examples/window_icon.rs: De-duplicate code (#988)

dd38fab2f36f8aaa3c0c3ef84e8a67c1d71f90cc authored over 5 years ago
Implement DeviceEvent::Button on Mac (#967)

* Add deviceevent logging to cursor_grab example

* Implement DeviceEvent::Button on Mac

ac08601b4012c3fdfb82525e560d99023d8629a8 authored over 5 years ago
Fix feature names

ea73dac753cee424cea96aaf31be1261753367d5 authored over 5 years ago
Use latest `stdweb` revision

2a356465205ee9b12236ba2d5435b27379f21b4f authored over 5 years ago
Implement `stdweb` backend for `web` platform

bb285984da0c82fe797324659dbef7b6a96e7108 authored over 5 years ago
Fix broken links to mod DPI on various documentation pages (#984)

34db2d7d4c1deebbb706194113853591e7c6b60c authored over 5 years ago
Fix 968: Invisible windows steal focus from visible windows Win32 (#968)

0e20973bdbbb4a8e2a48b347d155114006dbd528 authored over 5 years ago
Remove `XFlush` call in event loop (#982)

Internally, `XFlush` calls `_XSend` to write data. It then calls
`XEventsQueued(display, Queued...

29e2481597e0184d65cd652ec7e817efe315602b authored over 5 years ago
Avoid leaking implementation details in `Canvas` API

1596cc5d9ee0f34637a5fe17c0de3dd5bc4ebec4 authored over 5 years ago
Support `ReceivedCharacter` event

8f66d9691541d25dffff2c3fde3294d1ff074fe9 authored over 5 years ago
Implement keyboard and blur/focus events

8ad078b9645ab895989a6c247f1fce88ba82acb0 authored over 5 years ago
Implement `Canvas::request_redraw`

d5368d7979eefe0c2f7ae3f81fc2913d6ebbab68 authored over 5 years ago
Remove `Canvas` when dropped

9c5657b86c867287b7958baf714e8190b1c647b2 authored over 5 years ago
Implement `web_sys::Canvas` event listeners

b79089ea57beee822ca4fc542cc2497426a8b274 authored over 5 years ago
Wayland: Add relative pointer movement (#973)

* Add relative pointer movement for Wayland

* Format changed code with rustfmt

* Wayland: ...

3555de114a05c3f5079f8315602cb8bf8b0cb7b3 authored over 5 years ago
Draft `web` platform structure

c5703eb00a1559be745fac4516a7b43cf552e3a2 authored over 5 years ago
Update docs to differentiate DeviceEvents and WindowEvents (#976)

dbe6a1bcdf36250c8f93df6511b25d750add8735 authored over 5 years ago
Merge remote-tracking branch 'blm/web-sys' into stdweb-eventloop-2

eea9530f38adb4a10f73969bb11efff3ace0f5e6 authored over 5 years ago
Re-format on stable rustfmt (#974)

a195ce8146097cc78c9feaf46751cd1879241d06 authored over 5 years ago
Update how timeouts are cleared to avoid possible double-clearing

a0f280e71ffb94f2cb1c4cbf768f260cfaf0a485 authored over 5 years ago
Remove unnecessary set-to-wait in example

cf28751ae3d1fcf39aa25fe4d82cd654a56948e8 authored over 5 years ago
Update PULL_REQUEST_TEMPLATE.md (#969)

9dd15d00d8124d33421c6d2780cc3877920393b7 authored over 5 years ago
Forward porting (#966)

* README: Use shields.io instead of Herokuapp (#859)

* README: Link to FEATURES.md and missin...

2442305bb7f5e0e9c95733536e5153129dde59db authored over 5 years ago
CHANGELOG.md: Move entries for #805 to 0.19.1 (#965)

063648368d659e2b8fc60e5a9819eb7aee7f3faa authored over 5 years ago
Improve the example in lib.rs (#957)

918b2efce717256ef8db45701b62163c8a87e074 authored over 5 years ago
[#963] Change XRandR display size check to also take height into account (#964)

2467a997f4711c8ffcca67ad9cdccf5411795726 authored over 5 years ago
Change `Suspended(true/false)` => `Suspended/Resumed` (#959)

f457c6a0b83950fe8b2160708a967333c8f4cbe0 authored over 5 years ago
Minor spelling changes (#960)

1193cada469b5c1e0930652a0419a0eab66dc268 authored over 5 years ago
Rephrase (#958)

b0e09b8ffebd3042c146e6514aea7b452e56b8ce authored over 5 years ago
Release 0.20.0 Alpha 1 (#913)

8d6e8bb8d1bc49da251fe16a16ac1b3cb1636717 authored over 5 years ago
Format everything and add rustfmt to travis (#951)

* Format everything and add rustfmt to travis

* Remove extern crate winit from examples and a...

e2c84725defc0bd8d3d321772e5ad857341c84b2 authored over 5 years ago
Fix a panic due to double-borrow

b571362bf116f069521619f6b7312f3545ee870f authored over 5 years ago
Implement fix described in #851 (#945)

* Implement fix described in #851

* Add changelog entry

b1b5aefc4baf2dac39b56b28f7a50797198c6904 authored over 5 years ago
Remove window resize call in timer example (#938)

* Remove window resize call in timer example

* Move timer_length to separate variable

* Re...

06244dd4929d1acf1f4650ecb38ca73c1ec22743 authored over 5 years ago
Move contributors table to wiki (#934)

* Add stub wiki link instead of inline table

* Replace with real link

* Update CONTRIBUTIN...

de2f0740f777223f3f9de24b75d042cef18c74b4 authored over 5 years ago
Fix warnings (#929)

* Fix warnings

* Bring back derivatives crate for Windows

c56a66cb90f6d271e052a4a10785068bd235b487 authored over 5 years ago
Linkify HALL_OF_CHAMPIONS.md (#935)

c1329ff156953743f95612ef49948f458a77abcf authored over 5 years ago
Update example in README.md and add move prefix to window.rs example closure (#921)

* Update example in README.md and add move prefix to window.rs example

* Make Window and READ...

72509b5b421cd72e8146e44bb38d7e227443831d authored over 5 years ago
Fix thread-safety of `set_maximized` and `set_title` on macOS (#922)

c35fdc8d6140a32ad67eb06e833911860cd71abc authored over 5 years ago
Clean up Cargo.toml after incorrect rebase

5d31f733026897401cd87a8937f71d3d12ac0701 authored over 5 years ago
Fix some warnings

7de1261555072f489fe0fe25eaa7e5ed22b2266c authored over 5 years ago
Replace JS snippet with throw_str

91a511ba8c9f19f4a262dccf14f54ce0fed27f0b authored over 5 years ago
TEMPORARY: add testing example

77cd3adb01ee077610b510789e174e699c93b3fe authored over 5 years ago