Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/winit

Window handling library in pure Rust
https://github.com/tauri-apps/winit

Update parking_lot to 0.8 (#882)

5be88e79b0ecaf503c521835129acc7544e29acc authored over 5 years ago
Fix warning (#880)

93502e0cdafb0e777472acb66ade2fb93ef976f0 authored over 5 years ago
Merge branch 'evl2' into eventloop-2.0

8d6a857ba5a936517f02ac027006b1c7e7e3bba3 authored over 5 years ago
Fix crash caused by WM_PAINT getting invoked at inopportune times. (#866)

6ff1370035f1cd1ef85ce3ce500183a84bb446ae authored over 5 years ago
Squashed commit of the following: (#853)

commit fa95f204d3c10ceca70e794870657a0f33349761
Author: Hal Gentz <[email protected]>
Date...

d5391686ae98914ba54e30d872d0e42b5ab5800c authored over 5 years ago
Fix the request_animation_frame lifetimes

70c7382a099726e94542c57aa75b910dd614ad09 authored almost 6 years ago
Only send the request-redraw on the next animation frame

9f801cf79e9e17ed4220dbaa051ea80e2e6226b0 authored almost 6 years ago
Feat/fullscreen getters (#838)

* feat: [macos] add get_fullscreen and get_simple_fullscreen

* feat: [windows] add get_fullscre...

062e0e52ee3fc34549729870973aecd702e05b7e authored almost 6 years ago
Fix CI links in README.md (#852)

fa99b9ff5aaab70ffaf5b64d43db9ca0e8eb5632 authored almost 6 years ago
Popup windows are also known as modal windows (#848)

8f6e80917f22b9b4fbd5899825a620567f58e567 authored almost 6 years ago
Makes changes to CONTRIBUTING.md's table as discussed in #830 (#841)

This includes de-listing @francesca64 from the table, as I suggested. I
realize that this is a ...

e087ebd1c79015ab8ea280c75ddbdfd8f0c57a63 authored almost 6 years ago
Fix TODO in CONTRIBUTING.md

0d3e75d6b0f84837828379004934b178b12b139e authored almost 6 years ago
Fix link in PULL_REQUEST_TEMPLATE.md

873f7bcec7bb288cb6747077c50ab43b160d8162 authored almost 6 years ago
Winit Features and Scope (#695)

* Add initial draft of SCOPE document

* Rephrase/rename feature tiers

* Rename to FEATURES...

e579a030350e842ace801776f0e1c71542d8fb57 authored almost 6 years ago
Port X11 backend to the EVL2.0 API (#842)

* Fix compilation on Linux.

* x11: port to evl2 with stubs

* x11: Implement run_return usi...

94f998af0ab986f9b09ba0993e2128e6dad6b708 authored almost 6 years ago
Clean up and document the core of stdweb event handling

fe5e3000628f8e72eeceae20344ad1fa9b8839b0 authored almost 6 years ago
Prevent the event loop from pausing when entering modal loop (eventloop-2.0) (#839)

* Prevent the event loop from pausing after entering modal loop

After clicking the window tit...

2253565db57adaea35ae8b256a7865a785018e5e authored almost 6 years ago
Update for 0.19.1 (#823)

2ead1c1c59cd483d9b966ec1de578251cfc9e4c8 authored almost 6 years ago
Add ability to get wayland display from events loop. (#829)

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

746e99c9585f4dfbba85ab5c5631895811426e0a authored almost 6 years ago
Fix window icon (#831)

* Fix window icon

* Add CHANGELOG entry

47194b5f3cb74c41d435d48312172e6bc0839da2 authored almost 6 years ago
[Rebased] [x11-backend] Retrieve DPI from Xft.dpi XResource (#824)

* [x11-backend] Retrieve DPI from Xft.dpi XResource

* Update CHANGELOG.md

* Update window.rs

...

4515b77aa51c98f49387c0118de0bfecf3634422 authored almost 6 years ago
Add additional numpad key mappings (#805)

* Add additional numpad key mappings

Since some platforms have already used the existing `Add...

20b09c451496dc89f56213b1aa88c47451fe8840 authored almost 6 years ago
fix command key event left and right reverse on macOS (#810)

* fix command key event left and right reverse on macOS

https://github.com/tomaka/winit/issue...

9874181ccdb7e93e4a5114c2ed12a2c752ccdae4 authored almost 6 years ago
On Windows, fix CursorMoved(0, 0) getting sent on focus (#819)

* On Windows, fix CursorMoved(0, 0) getting sent on focus

* Add changelog entry

17a240cd43638b43c03eba0044ecc69ef219061b authored almost 6 years ago
Fix build on FreeBSD (#815)

* Fix build on FreeBSD

error[E0432]: unresolved import `libc::__errno_location`
--> src/pl...

cb93554938f80b327bc73700c2fc33fd01649690 authored almost 6 years ago
Fix incorrect keycodes when using a non-US keyboard layout. (#755)

* Fix incorrect keycodes when using a non-US keyboard layout.

This commit fixes the issue descr...

f000b82d74c9288cdb0e8f37868c539046b63c1f authored almost 6 years ago
x11: thread safe replacement for XNextEvent (#782)

XNextEvent will block for input while holding the global Xlib mutex.

This will cause a deadlock...

ab0a34012f12d3ac3f524fc4cc6458f80e0fb883 authored almost 6 years ago
Add contact info. (#818)

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

6b7bd32c8e4f0b10b96be91d55b27d15dfc22856 authored almost 6 years ago
Update winit to 0.19.0 (#798)

* Update winit to 0.19.0

* Update date for 0.19

fc481b6d6da00563e862e9f6d117d684f27901ea authored almost 6 years ago
Ignore the AltGr key when populating ModifersState (#763)

* When building ModifiersState, ignore AltGr on Windows

* Add CHANGELOG entry

* Also filter ou...

b682c3dfb5135afa5e5e053f89e031749a4e1441 authored almost 6 years ago
Use `XRRGetScreenResourcesCurrent` when avail. (#801)

* Use `XRRGetScreenResourcesCurrent` when avail.

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

09182dc093b4e8469fe5833b6643006e70b767c9 authored almost 6 years ago
Handle horizontal wheel input (Windows) (#792)

* add handler for horizontal wheel input

* add changlelog message re now handling horiz scroll ...

dad8de82fac930db4cd1a8ed8e3984860e10d8a5 authored almost 6 years ago
On wayland, fix `with_title()` not setting the windows title (#770)

3fea477bfd591def2dd64559174c24e02aee0be4 authored almost 6 years ago
Cleanup some previous merge errors

f7d7acb3c54965fe99c6c9a12ef5b13f55a65c45 authored almost 6 years ago
Fix compile failures and add canvas positioning

9e25561edf868dd077926f2b108407b917560c5c authored almost 6 years ago
Handle ControlFlow::Exit and dealing with events-in-events

7c6bdcc459bf33592f7c996c4d2506ea89ad0f6b authored almost 6 years ago
Handle ControlFlow::Exit

b09629f1d4b0e09ac5215e5a861a8ee72e10429f authored almost 6 years ago
Fix warnings

85446d81f3f3d4bde288f8ad55b6ccf43a198b06 authored almost 6 years ago
Implement focus event

96786bbb87eae65337b4cbe4cf6a2c85af089b8d authored almost 6 years ago
Implement request_redraw

a5166baba21c67a0898db6b7c538f3a0405c324b authored almost 6 years ago
Rename modules

d1deba8620127608beeb80d8e8ee4ec7e3e5e733 authored almost 6 years ago
Rearchitect to allow API compliance

aaee72422abdab80b016d1c9331b1c3bc5ee6420 authored almost 6 years ago
Merge eventloop-2.0 into stdweb-eventloop-2

3dd0e31cc4e6219e355e164e482b897cd3df2650 authored almost 6 years ago
Refactor out the stdweb functionality into different modules

283a8dec37f7e251ddd90b7ddff9fa9462877cbd authored almost 6 years ago
Get to a state where a canvas is spawned

37d354cf7fdee5a423436899b20e77aab0629b05 authored almost 6 years ago
Add key and mouse event support that typechecks

f698d451df95bf6a41a594462020eb8ea4424216 authored almost 6 years ago
Create the outline of event input and handler calls

c088f8bd030ac341feda298a67e6c4f1f53f49e3 authored almost 6 years ago
Remove icon loading feature (#799)

3cd40ef655dca8420738bfeedfeb9f4aa8bb1cc5 authored almost 6 years ago
Wayland's eventloop 2.0 (#790)

* match unix common API to evl 2.0

* wayland: eventloop2.0

* make EventLoopProxy require T...

6513351e0c628a4497894b0c1bdc411adde3475c authored almost 6 years ago
Implemented a few easy methods

f44e98ddc92d1faf5b1a5d53f7e27cb650296817 authored almost 6 years ago
Create the type layout

Everything typechecks, but nothing is implemented

fd4db4000c7b68d736906870d7fb157835b1d67f authored almost 6 years ago
Event Loop 2.0 API and Windows implementation (#638)

* Rename EventsLoop and associated types to EventLoop

* Rename WindowEvent::Refresh to Window...

9602716ed2e0b70a4b7714763f63531cd4c46626 authored almost 6 years ago
Refactor win32 window state code (#730)

* Overhaul win32 window state

* Fix warnings

* Add CHANGELOG entry

* Rephrase CHANGELOG...

7be1d16263be372f33258eb48efbab933f80afe4 authored about 6 years ago
Wayland: add `set_wayland_theme()` to control client decoration color… (#775)

* Wayland: add `set_wayland_theme()` to control client decoration color theme

* Change &mut s...

c91dfdd6fe8763811f72d6a8a268d10d29b3dc77 authored about 6 years ago
Update image to 0.21 (#758)

8e733543cdc1c8b0ab4172f3fd2d9ef98b23dce1 authored about 6 years ago
Allow serialization for WindowType (#762)

* Allow serialization for WindowType

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-Aut...

26e37590e8bb6b11193152143b2edb14dd0446fe authored about 6 years ago
Version 0.18.1 (#749)

* Version 0.18.1

* Change to 0.18.1

ddf133dd66c9bb1b1d98c3525f091539a5347222 authored about 6 years ago
Remove MSRV guarantee (#746)

* Remove MSRV guarantee

* Update CHANGELOG

4584e7629a527ce53a9ddbbfc1c57e27374a71cc authored about 6 years ago
macOS: Improve `set_cursor` (#740)

* Improve set_cursor on macOS

* Check for nil

139686ddce870614f12eb3a0ed33a9adfee1e47a authored about 6 years ago
macOS: Implement `Refresh` (#742)

* macOS: Implement Refresh

* drawRect should take NSRect

5a0b4dba4799849851f31214107e88081c06969f authored about 6 years ago
macOS: Correct `prepareForDragOperation:` signature (#741)

33c8aa660fcd89cbddb352d28e0debf9d24bccf2 authored about 6 years ago
Change francesca64 to maintainer for macOS and Android (#744)

cb76dcae2a9f967c7aae4ab433953ffb8f9b9a81 authored about 6 years ago
Update parking_lot to 0.7 (#747)

d622de479784ed4c0c81679f2220afcc886eb1a1 authored about 6 years ago
Add support for generating dummy DeviceIDs and WindowIDs (#738)

* Add support for generating dummy DeviceIDs and WindowIDs

* Fix linux

* Improve docs and ...

9ae75c0c0351bba16192279d364bbb0967b948c0 authored about 6 years ago
Support Yen in macOS (#739)

* Support Yen in macOS

* Add entry to CHANGELOG

45a428141329377a1669698e4ca6561834c0dbcc authored about 6 years ago
feat: add macos simple fullscreen (#692)

* feat: add macos simple fullscreen

* move impl to WindowExt

* feedback: remove warning, u...

bfbcab3a010667e74fa3cc07ac85bd4c85491e65 authored about 6 years ago
Fix high CPU usage on tiling WMs when moving windows across monitors (#737)

This commit restricts an Xfwm4-specific DPI-preserving hack to Xfwm4
only. The hack saves and r...

4b4c73cee4fb9d25292735aa66ba401d7728ffc6 authored about 6 years ago
Use smithay-client-toolkit's dpi handling. (#724)

* Use smithay-client-toolkit's dpi handling.

* Add CHANGELOG entry.

fd349f182267f8060cd7a59c9f73bb7c5b055049 authored about 6 years ago
X11: WindowBuilder min/max size accounts for DPI (#729)

cb0a085968252dc4f0178a40fb5ba88d8530bb31 authored about 6 years ago
On Windows, fix window shrinking when leaving fullscreen in some situations (#718)

* Fix resize border appearing in some cases after leaving fullscreen.

* On fullscreen, save c...

aabf0e13b78e156aac3037c9051f49534195e489 authored about 6 years ago
Handle removed wl_outputs (#719)

* Move the event managent to the closure

In preparation of more events not relating to the Se...

92873b06ed71232457ef5a9107cfb01733eddb25 authored about 6 years ago
Fix panic when dragging text onto a window on Windws (#697) (#711)

* Fix panic when dragging text onto a window on Windws (#697)

* Changed `panic` to `debug` (l...

04ca2cf9f494238f3bc9f8159b6f12bbaae141b8 authored about 6 years ago
Add ordering traits to VirtualKeyCode (#713)

Motivation:
This allows VirtualKeyCode variants to be stored in a BTreeSet.
Unlike HashSets, B...

b049a4dc6683038ee431e492e4207fddc8549441 authored about 6 years ago
Increase MSRV to 1.28.0 (#716)

5be52c97530007d45ee7d423c9c75b2bb6e437d3 authored about 6 years ago
X11: Check if `XRRGetOutputInfo` returned `NULL` (#709)

* X11: Check if XRRGetOutputInfo returned NULL

Fixes #693

* Change X11 error logging to ac...

3c59283b3fbf409353413c0c0d7d39ae85287e60 authored about 6 years ago
On Windows, catch window callback panics and forward them to the calling thread (#703)

* Catch windows callback panics

* Unwind through calling thread

* Add CHANGELOG entry

*...

3ba808e3c618f8bd423ce3be9bfdaf99be700de5 authored about 6 years ago
Replace thread messages with messages to dummy window (#710)

* Replace thread messages with messages to dummy window

* Add CHANGELOG entry

* Style chan...

df5d66b5e8a2b576d6b9d07fd662cdca47b95988 authored about 6 years ago
Introduce WindowBuilderExt::with_app_id for wayland (#700)

7fe90e6c80386c56f020ddd2beead21c37696d59 authored about 6 years ago
add mtak- to CONTRIBUTING.md as iOS maintainer, change francesca64 to a reviewer (#702)

8dcd5143935cedcefeef5f08e17d5b076dcfbfbf authored about 6 years ago
travis: freeze dependencies that silently broke 1.24.1 compat (#701)

2c3e420f828f8b507205f7ed0b4d8cfc6f27cdd2 authored about 6 years ago
X11: Fix panic when dropping window before running event loop (#694)

Fixes #691

Dropping a window before running the `EventsLoop` results in events
still being q...

917db35a848749f0c038a6d87b06e2d55447afa0 authored about 6 years ago
[META] Add a CONTRIBUTING.md (#674)

dd52364d338d9cd52a8b968d76aab3cf7639e2c6 authored about 6 years ago
version 0.18.0 (#680)

* version 0.18.0

* Changelog: F16-F24 support was a breaking change

* fix version in READM...

30aa5a5057327d70c28706d94a24df5689927c1d authored about 6 years ago
Support requesting user attention on macOS (#664)

* Support requesting user attention on macOS

* Documentation improvements

a46fcaee316c51d3510017c637a6a251e8375d9f authored about 6 years ago
Remove From<NSApplicationActivationPolicy> impl from ActivationPolicy (#690)

* Remove From<NSApplicationActivationPolicy> impl from ActivationPolicy

* Update CHANGELOG

52e274886936012f17391724a427b735015fff32 authored about 6 years ago
Make views explicitly layer-backed on macOS Mojave. (#685)

On Mojave, views automatically become layer-backed shortly after being added to
a window. Chang...

d2d127a4c46939ee96f9692f0e849907bad703f9 authored over 6 years ago
X11: Fix DND freezing the WM (#688)

Fixes #687

`XdndFinished` isn't supposed to be sent when rejecting a `XdndPosition`; it shoul...

0fca8e8cb57f0b4b03bc12b1b17bec5855e7ec7e authored over 6 years ago
Add optional Serde implementations and missing derivable traits (#652)

* Add optional serde feature

* Document features in README

* Add changelog entry

* Impl...

6bec912961a2e137d8ae0b1ddaa531e75f233e51 authored over 6 years ago
Implement HoveredFile and HoveredFileCancelled on Windows (#662)

* Implement HoveredFile and HoveredFileCancelled on Windows (#448)

* Update CHANGELOG.

* A...

214e157e5df4e3853f4c83269b04b88146d623d8 authored over 6 years ago
update to image 0.20 (#683)

da1d479e5560e1ce019c22aa4dac24453333e220 authored over 6 years ago
On linux without X11 or Wayland, reduced the panic message to a single line (#681)

062bb0cef23b82ae31085ca25b79429474adca3e authored over 6 years ago
x11: compute resize logical size with new dpi (#668)

* x11: compute resize logical size with new dpi

Whenever a dpi change occurs, trigger a Resiz...

c744b016cef1ed549c68cf7c678346b6c227e7e3 authored over 6 years ago
Implement `Debug` trait on exported opaque types (#677)

* Implement `Debug` trait on exported opaque types

* Make formatting consistent

f486845f7f20b9ff1c76d7f78e26415e301ff8d9 authored over 6 years ago
Provide current modifiers state with pointer events on wayland (#676)

7baa96c5c7a34fd6c75e61dfa3f63ad261cf8fb1 authored over 6 years ago
macOS: fix modifiers during key repeat (#666)

* macOS: fix modifiers during key repeat

* fix compile warnings

ea07ec1fda49d9be14918552039b72f56d8f4215 authored over 6 years ago
Windows: Fix transparency (#675)

* Windows: Fix transparency (#260)

* Windows: Only enable WS_EX_LAYERED for transparent windo...

26b70e457b32320239eacf45fca40a75cc4f78c5 authored over 6 years ago
Windows: Fix window.set_maximized() (#672)

* Windows: Fix window.set_maximized()

* Add window.set_maximized fix to CHANGELOG.

* Windo...

5d5fcb3911370f5a0f0df271ca74d3fc880c16ac authored over 6 years ago
Upgrade to smithay-client-toolkit 0.4 (#671)

* Upgrade to smithay-client-toolkit 0.4

* Fix PR points

50008dff3d0bac64d73f3149712dc2cca00a7327 authored over 6 years ago
Windows: Fix set_cursor delay (#660)

808638fee3967d02023b02de2b90caaddb2d2f65 authored over 6 years ago
Don't include NUL byte in _NET_WM_NAME (#658)

> The contents of the property are not required to be null-terminated;
> any terminating null s...

b0e3865562da8cade5bcbb56f2e71e9d7eb41336 authored over 6 years ago