Mads Marquart

Results 251 issues of Mads Marquart

In `_parseMessage`, you will recieve a lot of data with the type `buddylist_overlay`. Sample `msg`: ```json { "seq": 50, "t": "msg", "u": 1234567890, "ms": [ { "type": "buddylist_overlay", "overlay": {...

enhancement
help wanted

Builds upon: https://github.com/rust-windowing/winit/pull/2421. Related: https://github.com/rust-windowing/winit/issues/2093 A great thing about `winit` is how it supports a varied number of different platforms. I would like to make it even easier to add...

S - api
C - needs discussion
S - platform parity
S - maintenance

Mostly interesting for 32-bit iOS. Found while making #2427. - [x] Tested on all platforms changed - [x] Added an entry to `CHANGELOG.md` if knowledge of this change could be...

type: bug
platform: iOS

_A sneak-peak at the improvements I've been working on for iOS and macOS._ Move to [`objc2`](https://github.com/madsmtm/objc2), my fork of [`objc`](https://github.com/SSheldon/rust-objc) which adds a lot of things, in particular macros for...

type: enhancement
platform: macOS
platform: iOS
status: in progress
type: maintenance

There were basically no overlap between the platform-specific extensions in these, so it made little sense to keep them in the same file! Will gladly rename the functions as well,...

platform: X11
platform: Wayland
type: api
type: maintenance

Fixes https://github.com/rust-windowing/winit/issues/650. `std`'s `Mutex` has [recently improved a lot](https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html#thinner-faster-mutexes-on-linux), so there's not really a performance argument for keeping i any more. Also means we won't have to use the same...

Makes it easier to do refactors later on

type: maintenance

Currently only macOS and Windows, since I somewhat know how versioning works there. Missing iOS and Android! Would it make sense to do a similar thing for Wayland and X11?...

type: documentation
status: needs discussion

WIP - [ ] Tested on all platforms changed - [ ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [ ]...

type: maintenance

Grabbed from https://github.com/rust-windowing/winit/pull/1374. The motivation in here was to add a `Delta` variant of these (as part of a replacement of `MouseScrollDelta`). The only API changes in this PR is...

C - waiting on maintainer
S - maintenance