slint/internal/core
Simon Hausmann 1888e58735 Add API to set the XDG app id
ChangeLog: Added function to set the XDG app id on Wayland/X11. This needs to be added with respective function names in the language sections.

Fixes #1332
2024-11-22 11:24:06 +01:00
..
graphics Changelog: C++: Add slint::Window::take_snapshot() 2024-11-13 12:38:36 +01:00
items SwipeGestureHandler: currectly grab the mouse 2024-11-05 15:49:32 +01:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
model Fix warning in nightly rust (non_local_definitions) 2024-09-26 08:42:59 +02:00
properties Added PropertyAnimation.direction property for controlling animation direction (#6261) 2024-09-24 19:55:24 +02:00
software_renderer Add debug statements 2024-11-07 17:24:06 +01:00
textlayout Add support for a font-metrics property to Text/TextInput. (#6452) 2024-10-05 17:00:46 +02:00
window core: Improve popup window positioning 2024-10-02 18:14:17 +02:00
accessibility.rs Add the accessible-size-of-set property 2024-10-30 15:54:01 +08:00
animations.rs spawn_local: initialize the platform if not initialized before the call 2024-08-21 13:26:04 +02:00
api.rs Add API to set the XDG app id 2024-11-22 11:24:06 +01:00
callbacks.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
Cargo.toml Bundled translation: pick the translation from the locale 2024-11-20 17:26:13 +01:00
component_factory.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
context.rs Add API to set the XDG app id 2024-11-22 11:24:06 +01:00
date_time.rs date_time: simplification and cleanups 2024-06-06 09:03:50 +02:00
future.rs Add is_finished to JoinHandle (#6034) 2024-09-16 15:17:47 +02:00
graphics.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
input.rs Fix double click within a Flicakble 2024-07-10 15:22:17 +02:00
item_focus.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
item_rendering.rs Move the partial rendering state into core 2024-11-19 21:31:04 +01:00
item_tree.rs core: Do not panic when popups try to find their parent 2024-08-14 09:08:31 +02:00
items.rs Experimental support for MenuBar 2024-11-20 09:25:37 +01:00
layout.rs GridLayout: fix panic when rowspan or colspan is 0 2024-09-17 12:06:06 +02:00
lengths.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
lib.rs Allow choosing renderer via PlatformBuilder 2024-10-23 11:13:49 +02:00
model.rs Fix calling init to all the items on a ListView 2024-11-20 14:24:58 +01:00
platform.rs Android: handle properly the Destroy event 2024-10-23 14:30:55 +02:00
properties.rs janitor: Fix clippy "casting raw pointers to the same type and constness is unnecessary" 2024-06-24 14:59:47 +02:00
README.md Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
renderer.rs Add support for a font-metrics property to Text/TextInput. (#6452) 2024-10-05 17:00:46 +02:00
rtti.rs Experimental support for MenuBar 2024-11-20 09:25:37 +01:00
sharedvector.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
slice.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
software_renderer.rs Move the partial rendering state into core 2024-11-19 21:31:04 +01:00
string.rs cpp: added to_lowercase and to_uppercase to SharedString (#6869) 2024-11-21 18:53:02 +00:00
tests.rs spawn_local: initialize the platform if not initialized before the call 2024-08-21 13:26:04 +02:00
textlayout.rs Add support for a font-metrics property to Text/TextInput. (#6452) 2024-10-05 17:00:46 +02:00
timers.rs Android: handle properly the Destroy event 2024-10-23 14:30:55 +02:00
translations.rs Bundled translation: pick the translation from the locale 2024-11-20 17:26:13 +01:00
unsafe_single_threaded.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
window.rs Add API to set the XDG app id 2024-11-22 11:24:06 +01:00

Slint Runtime Library

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.