- 2月 01, 2024
-
-
由 Olivier Goffart 创作于
-
- 1月 31, 2024
-
-
由 Simon Hausmann 创作于
-
- 1月 30, 2024
-
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
-
由 Olivier Goffart 创作于
-
由 Florian Blasius 创作于
Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev>
-
- 1月 24, 2024
-
-
由 Florian Blasius 创作于
-
- 1月 19, 2024
-
-
由 Simon Hausmann 创作于
This was requested by a customer recently and it seems rather straight-forward to implement and offer. `clear()` mirrors `std::vector::clear()` and `set_vector` mirrors the `set_vec` we have in Rust.
-
- 1月 16, 2024
-
-
由 Florian Blasius 创作于
-
- 1月 11, 2024
-
-
由 Olivier Goffart 创作于
Closes #1499
-
- 1月 09, 2024
-
-
由 Simon Hausmann 创作于
-
- 1月 08, 2024
-
-
由 Olivier Goffart 创作于
-
- 1月 06, 2024
-
-
由 Brandon Fowler 创作于
The function accepts two arguments that specify the start and the end of the text to select. Fixes #4164
-
由 Simon Hausmann 创作于
- Close on release when the mouse pointer is inside the popup - Close on press when click is outside
-
- 1月 02, 2024
-
-
由 Simon Hausmann 创作于
Upon pressing, event.text is set and all is well. But when the space bar is released, event.text is always empty and we would not dispatch an event.
-
- 12月 18, 2023
-
-
由 Simon Hausmann 创作于
This patch adds support for the `SLINT_KMS_ROTATION` environment variable, that instructs the Skia/FemtoVG renderers to rotate the scene before rendering.
-
- 12月 14, 2023
-
-
由 Florian Blasius 创作于
Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev>
-
由 Simon Hausmann 创作于
C++: Added `ComponentInstance::definition()` getter to retrieve the `ComponentDefinition` for an instance Fixes #4087
-
- 12月 12, 2023
-
-
由 Olivier Goffart 创作于
Some property need to be known at compile time. We already had checks that the binding is a compile time constant, but there was no check to prevent, say self.row = 42; which wouldn't work or could even cause panic or miscompilation of generated code Closes #4037
-
- 12月 11, 2023
-
-
由 Florian Blasius 创作于
* Update docs/reference/src/language/builtins/globals.md Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev> * Update docs/reference/src/language/builtins/globals.md Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev> * Update docs/reference/src/language/builtins/globals.md Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev> * Update docs/reference/src/language/builtins/globals.md Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev> * Update docs/reference/src/language/builtins/globals.md Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev> --------- Co-authored-by:
Florian Blasius <florian.blasius@slint-ui.com> Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev> Co-authored-by:
Florian Blasius <flovansl@fedora.fritz.box>
-
由 Tobias Hunger 创作于
Trigger the `pointer-event` callback on mouse move. This is of "kind" Move and the mouse button will always be `Other`, but at least the mappings will be correct:-) Closes: #2770
-
- 12月 08, 2023
-
-
由 Tobias Hunger 创作于
Co-authored-by:
Simon Hausmann <hausmann@gmail.com> Co-authored-by:
Olivier Goffart <olivier.goffart@slint.dev>
-
由 Florian Blasius 创作于
* added focus state to StandardLIstView * (wip) focus handling for qt style * Update CHANGELOG.md Co-authored-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl> * Share StandardListView between all styles * Update internal/compiler/widgets/material-base/combobox.slint Co-authored-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl> * code review feedback --------- Co-authored-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl>
-
- 12月 07, 2023
-
-
由 Florian Blasius 创作于
-
- 12月 01, 2023
-
-
由 Simon Hausmann 创作于
-
- 11月 30, 2023
-
-
由 Tobias Hunger 创作于
-
由 Olivier Goffart 创作于
Otherwise we get outdated popup menu, or worse: panics Fix #4035 (Note that before we had the preview_ui, we were calling WindowInner::set_component which do close_popup as well)
-
由 Olivier Goffart 创作于
Fixes #4033 (combobox don't select entries) Fixes #4036
-
由 Simon Hausmann 创作于
-
- 11月 29, 2023
-
-
由 Simon Hausmann 创作于
-
- 11月 28, 2023
-
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
- 11月 27, 2023
-
-
由 Simon Hausmann 创作于
Don't dereference end() of a string_view. Co-authored-by:
Olivier Goffart <olivier.goffart@slint.dev>
-
由 Simon Hausmann 创作于
-
由 Simon Hausmann 创作于
-
由 Florian Blasius 创作于
Moved MapModel to private api because it is not ready now until the notify mechanism for node models is improved.
-
- 11月 23, 2023
-
-
由 Florian Blasius 创作于
--------- Co-authored-by:
Simon Hausmann <simon.hausmann@slint.dev>
-
由 Olivier Goffart 创作于
-
- 11月 22, 2023
-
-
由 Tobias Hunger 创作于
-
- 11月 10, 2023
-
-
由 Olivier Goffart 创作于
-