Commit graph

12 commits

Author SHA1 Message Date
Mads Marquart
f198b222bd macOS: Fix double-free of NSWindow 2023-11-15 02:16:04 +01:00
John Nunley
800f640270 v0.4.0
Signed-off-by: John Nunley <dev@notgull.net>
2023-11-13 19:38:35 -08:00
John Nunley
0bcd2e22a2
breaking: Use raw-window-handle version 0.6
Signed-off-by: John Nunley <dev@notgull.net>
Co-Authored-By: dAxpeDDa <daxpedda@gmail.com>
2023-10-26 19:15:51 -07:00
John Nunley
18c944736e
v0.3.2
Signed-off-by: John Nunley <dev@notgull.net>
2023-10-21 08:04:59 -07:00
Ian Douglas Scott
e145d47cf8 v0.3.1
Softbuffer is broken on recent builds of Redox without the fix here, so
it's helpful to have a new release that fixes it. We seem to have
accumulated a few non-breaking fixes, so it seems like a good enough
time to do a release anyway.

Disabling `fetch` on Windows could be considered breaking, but it
doesn't change the API, was broken anyway, and is likely unused. So I
don't think that's an issue.
2023-09-09 16:30:55 -07:00
Benoît Cortier
908408ba80
fix(web): optimize and fix present_with_damage (#150)
Co-authored-by: daxpedda <daxpedda@gmail.com>
2023-09-09 17:30:38 +02:00
Simon Hausmann
9b44f2eaea
bugfix: Fix length of returned buffer on x11 when using the wire-transferred buffer
total_len() computes the number of bytes, while the wire Vec holds u32.
2023-09-06 08:05:17 -07:00
John Nunley
68ec5a52d3
v0.3.0
* On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen (#68).
* **Breaking:** Split the `GraphicsContext` type into `Context` and `Surface` (#64).
* On Web, cache the document in the `Context` type (#66).
* **Breaking:** Introduce a new "owned buffer" for no-copy presentation (#65).
* Enable support for multi-threaded WASM (#77).
* Fix buffer resizing on X11 (#69).
* Add a set of functions for handling buffer damage (#99).
* Add a `fetch()` function for getting the window contents (#104).
* Bump MSRV to 1.64 (#81).
2023-06-04 16:10:35 -07:00
John Nunley
daf304adf9
fixup: Add changelog entry for 0.2.1
See #110
2023-05-31 19:00:28 -07:00
Simon Hausmann
7ca503cafe add ChangeLog entry for the contents scale update change 2023-01-15 17:35:52 +01:00
Jeremy Soller
02da341d51
0.2.0 2023-01-06 09:07:11 -07:00
jtnunley
32fc52ab9b Create changelog 2023-01-06 07:48:29 -08:00