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

Add X11-specific with_gtk_theme_variant option (#659)

bc03ffb3179d0c932b981d8cc2f479e900492073 authored over 6 years ago
Wayland: use `init_from_env()` to create windows and allow server-sid… (#655)

* Wayland: use `init_from_env()` to create windows and allow server-side decorations

* Change...

1edbca1775a054a47ae3e0762519dd1f7e335e48 authored over 6 years ago
Add support for F16-F24 (#641)

* Added support for F16-F19 keys.

* Documented support for F16-F19 keys

* Added support fo...

5a0bc016e77c3d69e0539899a3dc3f105302d1a1 authored over 6 years ago
Update wm spec hints (#646)

* Update wm-spec hints to v1.5

* Update changelog

* Fix CHANGELOG entry

* Remove traili...

bb66b7f28e398f45166017331388560ea2f22b0e authored over 6 years ago
Put badges next to each other instead of below eachother (#649)

0331491b2b4f659fc90f4f1ae413f8e448992020 authored over 6 years ago
Syntax fix in Cargo.toml (#644)

54a782c8ae538328f03372b9466ac2d11825cc69 authored over 6 years ago
Remove resize block on Windows (#634)

* Remove Windows block on resize

* Add CHANGELOG entry

* Move CHANGELOG entry to Unrelease...

a70bc2082908a189d613f42534c9f39fd7df572f authored over 6 years ago
Wayland: commit frame surface on resize (#635)

102ed3b800b009acf2e925c98d03c1a3790e0122 authored over 6 years ago
version 0.17.2 (#630)

* version 0.17.2

* Update release date

c8e339fe6dc480dc1568d214e448e8412412f175 authored over 6 years ago
Add key repetition for the wayland backend (#628)

* Add key repetition for the wayland backend

* Upgrade smithay-client-toolkit to 0.3.0

e4e53fe3152d003b0fac9c10d463e7e74cca9455 authored over 6 years ago
625 macos modifiers (#629)

* fix <C-Tab>

* fix <CMD-{key}>

* move the NSKeyUp special handling into the match stateme...

1c795c3f1cc6eb0c6af36bc2aaa907838ef9b1ed authored over 6 years ago
Windows: Fix fullscreen deadlock + release 0.17.1 (#622)

* Windows: Fix fullscreen deadlock

* Release winit 0.17.1

b2b740fed709dfc279652015959631c245364d2d authored over 6 years ago
Maintenance/620/fix x11 release mode compilation (#621)

* Raised minimum version of `x11-dl`.

This fixes a compilation error in release mode on X11.
...

09550397d702dd6eeff23ec31fe5f71431e7159b authored over 6 years ago
Update cocoa and core-graphics (#608)

* Update cocoa and core-graphics

* Release winit 0.17.0

* Updated date / README version

a32f7f2ec5750e8fa7ac63b5a3ae5ef34cd27ea9 authored over 6 years ago
fix assertion failed: validate_hidpi_factor(dpi_factor) (#607) (#618)

* fix assertion failed: validate_hidpi_factor(dpi_factor) (#607)

* added changelog entry

e8e9fa24185ca476c5a219b3ae12730e1501bf82 authored over 6 years ago
Use consistent order inside #[cfg(any(...))] (#619)

1a119bdfe97f63ea4604d4f9e38884292cdd6888 authored over 6 years ago
Fix unsoundness on Windows (#601)

* Fix unsoundness in windows backend

* Synchronize window state properly

* update changelo...

21ff2e0ffcc01819a785bad50329e3c1936db726 authored over 6 years ago
Typo: retreiv... -> retriev... (#614)

df9b23c96a38149f3ae6c8580463345d4a146758 authored over 6 years ago
iOS: Fix the `longjmp`/`setjmp` ffi (#613)

* iOS: Fix the `longjmp`/`setjmp` ffi. `jmp_buf` was the wrong size (too small) causing crashes ...

4c117aa282628102558ca054006c03997ec1c13e authored over 6 years ago
macOS: Fix cursor hiding thread unsafety (#611)

88427262a64b869c6ac7670f0f7df9b93dd5a95c authored over 6 years ago
iOS Abstract Out the UIView type from winit (#609)

* remove opengl code from winit

* iOS: restrict EventsLoop to be created on the main thread
...

72b24a93488a7eac8ce73bc6d03e67084a4ac8c2 authored over 6 years ago
Fix key state on MacOS (#610)

01cb8e59e3c45e2efb155a5e85b74cb3b110f332 authored over 6 years ago
Update wayland-client and client-toolkit (#602)

3910326709670c067f37453b7c11a1b2d55b9bd3 authored over 6 years ago
Use class macro (#605)

7ee46d80e623a760748e815226a91eceb75bb7df authored over 6 years ago
Clarify DPI docs to highlight WindowEvent::HiDpiFactorChanged (#598)

* Clarify DPI docs to highlight WindowEvent::HiDpiFactorChanged

* Address review of #598

*...

0cb5450999c3b06b8d7429eab233f14805b3b51a authored over 6 years ago
Support NetBSD platform (#603)

* Support NetBSD platform

* CHANGELOG tweak + target ordering

8c78013257c1945ef24be6e35535d17259cfeeb5 authored over 6 years ago
set the UIViewController's view to the one that was just created (#595)

* set the UIViewController's view to the one that was just created

* capture the return value...

bd944898f0b44fbf98312ae422e3adb0940ba6a1 authored over 6 years ago
Update parking_lot and bump version (#593)

c1ef1acfc0a6d372519c3cf1a1c1e0696373fa61 authored over 6 years ago
Remove incorrect unreachable usage when guessing DPI factor (#592)

040d3f5d8b0f56e2cbd89e98d7cb4b0b0f83f6d1 authored over 6 years ago
Disable maximize button on non-resizable windows (#588)

* Disabled maximize button

When creating a non resizable window in win32.
Also added example...

ec393e4a90e8e9f33299c6eb0189503e7771c4c0 authored over 6 years ago
Release winit 0.16.1 (#587)

1703d0417a18311833fdc51e66940672d5eb4ecb authored over 6 years ago
X11: Fix compilation when c_char==c_uchar (#586)

fad72c0441e8c866a07f0d0e20fb9b5d45f39b16 authored over 6 years ago
X11+Windows: Guess initial DPI factor (#583)

* X11: Guess initial DPI factor

* Windows: Guess initial DPI factor

2f7321a07628f24f26b7c368e9b4be20b3ff4dfc authored over 6 years ago
Define "DPI" in docs. (#580)

It makes my pedant reflexes tingle.

85ee422acdafc238a3b007000790c63e3964f20a authored over 6 years ago
Release winit 0.16.0 (#578)

089816d9bab498c0ec002d7e560ad940b78d476e authored over 6 years ago
Wayland: Fix window creation dimensions (#577)

* Wayland: Fix window creation dimensions

* Wayland: Fix window creation min/max

c873c2db1508bb420e7fa0518e6727c31154e1b8 authored over 6 years ago
windows feature WS_EX_NOREDIRECTIONBITMAP (#575)

* set WS_EX_NOREDIRECTIONBITMAP

* add CHANGELOG.md

* more flexibility.

* Skip DwmEnable...

047c67baf31cf9bcdc6f0275037bb3b56f2bd268 authored over 6 years ago
Change set_cursor_position to return Result<(), String> (#562)

* Change set_cursor_position to return Result<(), String>

This is now consistent with `grab_c...

8f394f117b2b13715a8f0c06e5963336bf138e05 authored over 6 years ago
grab_cursor and hide_cursor (#571)

* Windows: Use new cursor state API

* X11: Use new cursor state API

* macOS: Use new curso...

fb7528c239261a8b1e8796ec6fcb64eda339d53e authored over 6 years ago
Shares the XConnection between all event loops instead of just all event (#572)

loops on the same thread.

This is needed for adding shared context support to glutin, as cont...

042f5fe4b39204b8bf74f257fd4db181ec9f4fd6 authored over 6 years ago
macOS: Fix doubled key repeats (#570)

289fb47a3499560f16eed9d0de90c248121c35f1 authored over 6 years ago
Change Travis badge to SVG (#573)

PNG on GitHub does not render well on HiDPI screens.

38bc6babb7055c6b481f6ba071e0e922e4156d85 authored over 6 years ago
Mirror monitor list methods on Window (#567)

* macOS: Monitor list methods on Window

* X11+Wayland: Monitor list methods on Window

* Wi...

e7a8efcfa0b0b3b6518fb9f11541cd5a8895965f authored over 6 years ago
DPI for everyone (#548)

1b74822cfc0cb7fba4ed4940a3faae9499fcda95 authored over 6 years ago
Windows creates Alt event instead of Menu event. (to match other platforms) (#551)

* Removed VirtualKeyCode::LMenu + VirtualKeyCode::RMenu, Windows now generates VirtualKeyCode::L...

f083dae3282ce024fd9834e4fc371c6a44c35a17 authored over 6 years ago
Release winit 0.15.1 (#564)

23c384bd30fe112afac2454a40da062bbfe2d438 authored over 6 years ago
wayland: implement set_resizable (#565)

ced1616e51a1cf1dc65c9ef45c07b33176ec604a authored over 6 years ago
Update to winapi 0.3.5 (#563)

233ac4aed2c1c9bdec99551958b5764e6787d77e authored over 6 years ago
Windows & X11: Window::set_resizable (#558)

* Windows: Window::set_resizable

* X11: Window::set_resizable

* Code style regarding resiz...

be5a2b0e87c963aca609afd7b4c7e450b1204c09 authored over 6 years ago
macOS: Only detect clicks+motion within client area (#561)

* macOS: Only detect clicks within client area

* macOS: Only track mouse motion within client...

2b4b64f4997ad2a1ec8683e0437dcbf61e313758 authored over 6 years ago
X11: Fix super fun race conditions (#554)

* X11: Fix super fun race conditions

* Fix build on rustc<1.26

262490d07447d6539cb4e5d52acf5d4c8ad21c13 authored over 6 years ago
macOS: Resizable without decorations (#553)

* macOS: Resizable without decorations

* Fix style mask regressions

8891cfd85ebcfc2df53f9b10f2c88bb9893a9713 authored over 6 years ago
X11: implement with_resizable (#540) (#556)

2cc8fa1eac25fe11a9ed2b5fb3bd736a54b940af authored over 6 years ago
macOS: Fix alt and win keycodes (#552)

* macOS: Generate LAlt/RAlt VirtualKeyCode

* macOS: Correct RWin/LWin

79aebf06dce2dc9745bb2992d454d50a67f8f70f authored over 6 years ago
X11: Fix flickering when resizing with transparency enabled (#546)

* X11: Fix flickering when resizing with transparency enabled

* X11: Fix with_override_redirect

19dd961752319276fa170c07e46963de9e3b589c authored over 6 years ago
Fix DPI with 0 width/hight reported by xorg (#544)

* Fix DPI with 0 width/hight reported by xorg

* Add `WINIT_HIDPI_FACTOR` env variable

It i...

bf413ecb83dda7dbfbd8c0a44e82bded731fa37e authored over 6 years ago
Test against rustc 1.24.1 on Travis (#547)

fd1a3eda1c5d432c91682a9ed7e6bd77e214b116 authored over 6 years ago
Added a GitHub PULL_REQUEST_TEMPLATE (#542)

* Added a GitHub PULL_REQUEST_TEMPLATE

* Updated to better reflect my dictatorial demands

0e2488db32f338a8b7287cf98460e8f3d1bac210 authored over 6 years ago
Windows: implement with_resizable (#540) (#541)

* Windows: implement with_resizable (#540)

* Fixed typo

58a00bffbbd8b6e4a659e3dcafc433957414c906 authored over 6 years ago
appveyor.yml: Test additional Rust channels (#539)

* In addition to nightly, also test the current stable version and Rust
1.24.1
* Use rustup-...

bbfe57400d7845e688fd9154b80863d0694bd445 authored over 6 years ago
X11: Flatten window model (#536)

4372f6fdac18ca3883dce7e62185ab973595e9cb authored over 6 years ago
X11: util design improvements (#534)

30f798b24608aaee9b727f40fb051ad66f445920 authored over 6 years ago
Release winit 0.15.0 (#530)

282770f11a3d814d98913065240a94005f56d7e8 authored over 6 years ago
X11: Fix primary monitor fallback regression (#532)

17373a4e918408fdbcb7d678ddeeef8e8b3aeec7 authored over 6 years ago
macOS: Fix keyboard regressions (#533)

* Emit `ReceivedCharacter` for key repeats
* Enter emits `\r` instead of `\n`

a34147b60221acf30c86a62000aca4d9f0075925 authored over 6 years ago
X11: Improve hint support (#529)

Fixes #257

cebd15bfd1c5f9915fa5a97cfe0025bc462089e9 authored over 6 years ago
Add option to make window "always on top" (#528)

* macOS: always_on_top

* Windows: always_on_top

* X11: always_on_top

* Stub set_always_...

f51f7c0ca844322cddfea53122c3d31023ccfcd8 authored over 6 years ago
Windows: CursorState improvements (#526)

* Windows: CursorState improvements

Fixes #523

Prior to changing the cursor state, we now ...

f6d26df64dd53d8d71620cc6eb72f173cee3a5f4 authored over 6 years ago
Windows: Fix detection of Pause and Scroll keys (#525)

Fixes #524

fddfb2e2d6e174c41ffe31c452596d9ae7e241e6 authored over 6 years ago
macOS: Implement NSTextInputClient (#518)

Fixes #263

dec728cfa28547f17c650dd945d5d2b73086f879 authored over 6 years ago
macOS: Implement with_resize_increments (#519)

Fixes #135

8440091a4e2a410d9ec8d71d05a19e5145278545 authored over 6 years ago
macOS: Fix Window::get_current_monitor (#521)

* macOS: Implement MonitorId::get_position

* macOS: Fix Window::get_current_monitor

2464a135b33426e8730c795372dd94ae187381e1 authored over 6 years ago
macOS: Fix re-enabling decorations after the window is built without them (#520)

Fixes #517

87fa120ebb15ef27df1c2d9d101b958b2919ff2d authored over 6 years ago
X11: Fix get_current_monitor (#515)

* X11: Fix get_current_monitor

Fixes #64

* impl Debug for MonitorId on all platforms

d86f53a02c0b17f76551c6b8917ecafe4f1f5164 authored over 6 years ago
X11: Fix scroll wheel delta on i3/etc. (#514)

Fixes #447

15a4fec3d93db9ab6cf6b85c3edae2dc305bfb3c authored over 6 years ago
fix(mac_platform): forward keyevent to system (#511)

* fix(mac_platform): forward keyevent to system

* doc(changelog): update changelog

1819be1173a3c57152a4af361e09d9e22ea33a1d authored over 6 years ago
wayland: improve diagnostic of failed init (#512)

ffa9b51d272c5e828f7e9cedc90b1e06c8f02bf2 authored over 6 years ago
compile with icon_loading feature on docs.rs (#509)

* compile with icon_loading feature on docs.rs

these functions should be more visible now.

...

b4a8c08f43e5a7367fea7e8f2e808e6045601012 authored over 6 years ago
Correct privacy for Icon::to_cardinals (#510)

741bcc46728f551f4594255ecb4bf24eb0dfc56e authored over 6 years ago
Release winit 0.14.0 (#503)

e48f1fc5f16be497f3ad18164ff96bdb3a31fa5b authored over 6 years ago
Update wayland-client to version 0.20.4 (#505)

Fixes #504

374f131f1e5d7982e93bd39268df9acdab6d4288 authored over 6 years ago
Windows: Fix panic when calling set_fullscreen(None) (#502)

* Windows: Fix panic for set_fullscreen(None) (#501)

* Add condition to prevent panic

Tryi...

363261077fda07d275a30549bd68f502689d1ddc authored over 6 years ago
Window icons (#497)

102dd07456f6c283f05adf678f84d6c0e7c3925e authored over 6 years ago
wayland: migrate to smithay-client-toolkit (#490)

* wayland: migrate to smithay-client-toolkit

* Update smithay-client-toolkit

* Add changel...

1e971030946a289eec598c0c40bff6ec8ba1190f authored almost 7 years ago
X11: Implement resize increments and base size (#494)

cc8907b956d99fdf351a66b356ae923c087ae0b9 authored almost 7 years ago
X11: General cleanup (#491)

* X11: General cleanup

This is almost entirely internal changes, and as usual, doesn't actual...

c4b92ebd45e37de13eb03a4647959a7b890c1ac1 authored almost 7 years ago
Add Copy/Paste keys (#495)

* Add Copy/Paste keys

This is only a tiny update which introduces the `Copy` and `Paste` keys...

fee874b5b76d457d3cca09dc1646f8e8f2c3c5f8 authored almost 7 years ago
macos platform attributes regression (#488)

* macOS: fix regression in 03c3e794097676888234b3cc82c01228dcbe48c8

fixed !decorations case a...

eba888207e7cb6a6557ca98cc1c49efddf818c71 authored almost 7 years ago
x11: Always receive Awakened event in run_forever (#489)

* x11: Always receive Awakened event in run_forever

Do not reset the pending_wakeup boolean a...

ea28791da6c7ab7d4cf6667e64eaed6afab72bbc authored almost 7 years ago
Windows: Implement DeviceEvents (#482)

Fixes #467

All variants other than Text have been implemented. While Text can
be implemented...

fe2d37fcdcff31306c5115023b3a29fd752c7cc6 authored almost 7 years ago
Macos multi windows leak (#481)

* adding a multiwindow example

* Added NSAutoReleasepool for WindowDelegate::Drop
as setDele...

3407a8dd78add626679bda4033411f56cf8ac1d7 authored almost 7 years ago
macOS: fix subtle regression introduced in 0474dc986 (#487)

* macOS: fix subtle regression introduced in 0474dc986

* update changelog

5761fb6b307dfbac99357facbd27efffec6bacb8 authored almost 7 years ago
macOS: Implement Moved (#478)

* macOS: Implement Moved

Fixes #67

* Also emit Moved after resizes that change position

7aeb2c083b936c2388494adbb6cec8f1f66e406d authored almost 7 years ago
Windows: Position fixes (#479)

* Remove executable flag from os/macos.rs

This was causing me some grief while working on Win...

8f47fdbe677b0b5fc4229e968938de05dd984fde authored almost 7 years ago
Release winit 0.13.1 (#486)

2ea42b39476cfad45297c3a8ac330d726920f3ab authored almost 7 years ago
Set minimum x11-dl version to include Z (#484)

Without this pin, an existing cargo.lock for an older winit will not
update the x11-dl dependen...

7510b95d8ce2333c85534f01bec192a0df41d268 authored almost 7 years ago
bump minor version (#468)

* bump minor version

* update changelog date and fix typo

* Updated date (we're going to r...

4641433c6ae969ad66dcaa215b78841a9c9c0f3d authored almost 7 years ago
Replace Closed event with CloseRequested and Destroyed (#476)

* Replace Closed event with CloseRequested and Destroyed

Implements #434

The existing Clos...

eadd9a19b27ab3f6aa4904c5cb31726c5591cfd9 authored almost 7 years ago
x11: Windows are Sync again (#474)

* x11: Windows are Sync again

Fixes #472

* Add test ensuring that Window is Sync

Window...

42f0671531155a2a468de31f9b3ea545d29c4eb1 authored almost 7 years ago
Revert #466 'Discard mouse down after Cocoa window resize' (#470)

This reverts commit 19cd53193b3e8db6247fe17bc8b9b69422bd2a00.

Testing fullscreen functionalit...

eae7cb247ce3bbd88995048806eacf961cd91c0b authored almost 7 years ago