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

Fix some warnings

7de1261555072f489fe0fe25eaa7e5ed22b2266c authored over 5 years ago
Fix throwToEscapeEventLoop function

7dabad4d71a992028073ed4144a963a99c87ef7b authored over 5 years ago
Port remaining modules to web_sys

54b40743697f0cf1fa20d1dbf0bab7e81a4ab98b authored over 5 years ago
Start implementing web-sys backend

e4d8e22846aff4330abba1aaa50a95c35836a948 authored over 5 years ago
CONTRIBUTING.md: Linkify project members (#933)

403dcc02f4a358e07935dd2e71f9124d05e7f21d authored over 5 years ago
Typo (#932)

64be6e5c5e34072124e2f7dcf33ddf7b4eefcf6a authored over 5 years ago
Use `dbg!()` macro in monitor list example (#931)

c6610066835a3ad932e1a0f5307755b66c537993 authored over 5 years ago
Migrate to 2018 edition. (#924)

* Migrate to 2018 edition.

* Use impl Iterator at one site.

* Fix more rust 2018 idioms.

f879bca21c7032cec64bf2c7b12bc866707be2d6 authored over 5 years ago
Indicate that I will be maintaing the stdweb backend

182beb4f8b47aedfb8c9b31cc5571d67f4946a82 authored over 5 years ago
Implement Poll and WaitUntil in the stdweb backend

2690306f4a028c549212a9d64c1a6a3e9d2fe08f authored over 5 years ago
WIP

b59e3c670bf49a2c020fb432f3d6681ede0b1c00 authored over 5 years ago
Set CHANGELOG.md merge style to union (#919)

2e0bbc091f3efa94ededacf383629d5a19f9d77e authored over 5 years ago
Fix initial dimensions of a fullscreen window on Windows (#909)

91f05e940f7b7a6d0dab5245db6aefcea8065432 authored over 5 years ago
Disable caching on Travis (#918)

db794b976cb3f2a6452dc2d2ef284b0bd9f493d7 authored over 5 years ago
x11/wayland: Don't reset control flow between loop ticks (#916)

9a11f90a02cdca98d98ef625938e4580b2c5bdab authored over 5 years ago
Document the caveats of run_return (#914)

412516159f3d93c666f366e0067c1aaab6bde0b3 authored over 5 years ago
wayland: use an invisible surface as shell surface (#835)

This decorelates the window management from the actual user content,
meaning:

- the created ...

65587ef43a7d001ba3e1fa6c7ecd12bd47fffa84 authored over 5 years ago
Remove CircleCI (#915)

None of the platforms that use it are supported right now, so it seems
silly to fail builds for...

cf713bef31a9311b8fc947500623ae60079efa6a authored over 5 years ago
Change Monitor dimensions functions to size functions (#911)

ea5c21950cbdf269192e0efc4ead3c126622af00 authored over 5 years ago
Support listing available video modes for a monitor (#896)

* Support listing available video modes for a monitor

* Use derivative for Windows `MonitorHa...

47b5dfa034ca3918e99c8820d97db436753a05fc authored over 5 years ago
Fix WindowBuilder function names that missed first pass (#910)

2b89ddec15c897a3982527df6c6c88815c210909 authored over 5 years ago
Make `ns` identifiers use snake_case on macOS (#904)

This makes the macOS API style consistent with that of iOS.

f256ff7d58e90127450af0be81c4dbd33cd80a64 authored over 5 years ago
Update cursor visibility docs (#893)

The cursor visibility docs were still outdated from the rename and
talking about setting the in...

07356b9634138aa36f2d05a5e734183d0ceef066 authored over 5 years ago
Merge master into stdweb-eventloop-2

Update the internal APIs to match the new API changes

f2b6ef2edde4ff050f40c7a50fccd713e33a632f authored over 5 years ago
Add support for mouse wheel

1409f83fb92e79aaa345bedfc9f662aa996933cf authored over 5 years ago
Add access to the canvas in the Window

37dadab745062135284c621d45fb58c63b9ad445 authored over 5 years ago
Fix compiler warning of potential undefined behavior (#892)

0eefa3ba428dd8988a27d791ccd59bad60d36529 authored over 5 years ago
Fix control flow issues with Window::request_redraw (eventloop-2.0) (#890)

* Fix request_redraw with Poll and WaitUntil(time_in_the_past) on Windows

`Window::request_re...

08f8f89702e4212a4512921021151132542bd316 authored over 5 years ago
Refine function names and type signatures (#886)

* First name consistency pass. More to come!

* Remove multitouch variable (hopefully this com...

0df436901a4835b47c1daf58a5260b839cf9dd6a authored over 5 years ago
Merge branch 'eventloop-2.0' of https://github.com/tomaka/winit into eventloop-2.0

ae63fbdbbbf014e909b7f38a29a5ce5dff627b05 authored over 5 years ago
I forgot to remove the backtrace dependency in the EL2 rework

4f29618c73f0081dd77af592818c696aad895737 authored over 5 years ago
Fix Windows backend invoking unreachable! with Exit and run_return (#887)

76660f36217538ba4eaaf41c07abdb9d949d11a4 authored over 5 years ago
El2.0 ios (#871)

* port ios winit el2.0 implementation to the new rust-windowing repo

* unimplemented! => unre...

3a7350cbb9d8ba62cb575571b9ebcedf62b3d654 authored over 5 years ago
Fix macos compile error in fullscreen example (#885)

e5aa906b017fa38db1a526e6f585d98526d3d059 authored over 5 years ago
Update parking_lot to 0.8 (for windows, too) (#884)

The previous attempt to update parking_lot missed the windows platform.

The parking_lot depen...

4b0162a013473c70a705c43e39d279e03e9dcd4d authored over 5 years ago
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
Fix build on FreeBSD (#815)

* Fix build on FreeBSD

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

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

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

6b7bd32c8e4f0b10b96be91d55b27d15dfc22856 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
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
Update winit to 0.19.0 (#798)

* Update winit to 0.19.0

* Update date for 0.19

fc481b6d6da00563e862e9f6d117d684f27901ea 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
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
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
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