- 8月 11, 2024
-
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
-
由 Olivier Goffart 创作于
-
- 7月 25, 2024
-
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
This reverts commit f5d003d1. We decided to postpone this change until a later release, in maybe a different shape.
-
由 Simon Hausmann 创作于
-
- 7月 18, 2024
-
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
-
- 7月 17, 2024
-
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
-
- 7月 12, 2024
-
-
由 Florian Blasius 创作于
-
- 7月 09, 2024
-
-
由 Florian Blasius 创作于
-
- 7月 05, 2024
-
-
由 Simon Hausmann 创作于
API Review: Remove SharedImageBuffer from public API and rename Window::grab_window() to take_snapshot() Use SharedPixelBuffer as return value for take_snapshot() and provide counter-parts to from_rgb* in Image as to_rgb*
-
由 Olivier Goffart 创作于
-
- 7月 04, 2024
-
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
- 7月 02, 2024
-
-
由 Olivier Goffart 创作于
-
由 Simon Hausmann 创作于
When stopping a timer, the removal from the timer list requires a mutable borrow. If during that borrow the timer's closure is dropped and a `Drop` impl starts another time, then the attempt of acquiring a mutable borrow for the timers list to insert the new timer fails.
-
- 6月 11, 2024
-
-
由 Simon Hausmann 创作于
This change exposes functionality of already existing internal API that all renderers use to obtain pixels for upload to the screen - so it's rather well tested. This also exposes the `SharedImageBuffer` API, an enum that represents different SharedPixelBuffer encodings.
-
- 6月 06, 2024
-
-
由 Olivier Goffart 创作于
-
- 6月 05, 2024
-
-
由 Simon Hausmann 创作于
This makes it possible to use component libraries with C++.
-
由 Florian Blasius 创作于
-
- 5月 31, 2024
-
-
由 Aurindam Jana 创作于
Base the commercial license on the Royalty-free license adding clauses pertaining to the fees.
-
由 Florian Blasius 创作于
-
由 Aurindam Jana 创作于
Add clarification that Application may not expose Slint APIs.
-
- 5月 16, 2024
-
-
由 Florian Blasius 创作于
-
- 5月 15, 2024
-
-
由 Florian Blasius 创作于
--------- Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev>
-
由 Florian Blasius 创作于
--------- Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev>
-
- 5月 13, 2024
-
-
由 Simon Hausmann 创作于
-
- 5月 08, 2024
-
-
由 Simon Hausmann 创作于
-
- 5月 07, 2024
-
-
由 Simon Hausmann 创作于
-
由 Olivier Goffart 创作于
The android-activity 0.5 no longer works with Rust 1.78 because it asserts with > slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX` Note that the documentation is build with the 05 feature because it also build the winit backend crate in the same command that still depends on android-activity 0.5 via winit
-
由 Olivier Goffart 创作于
-
- 5月 03, 2024
-
-
由 Olivier Goffart 创作于
-
- 5月 02, 2024
-
-
由 Olivier Goffart 创作于
-
- 4月 26, 2024
-
-
由 Noah Sweilem 创作于
-
由 Simon Hausmann 创作于
This is the counter-part, which removes focus from the element if it's currently focused. The window - if focused - may still be focused towards the windowing system.
-
- 4月 18, 2024
-
-
由 Olivier Goffart 创作于
-