slint/internal/core
Florian Blasius a4313c3e32
API changes for SortModel and FilterModel (rust and cpp) (#1768)
* Rust SortModel: Rename parameter `S` to `F`
* Rust SortModel: Rename parameter `apply_sorting` to `reset`
* Rust FilterModel: Rename parameter `apply_filter` to `reset`
* C++ SortModel: Rename parameter `sort_fn` to `comp`
* C++ SortModel: Add pub reset function
* C++ FilterModel: Rename parameter `apply_filter` to `reset`
2022-10-26 11:16:12 +02:00
..
graphics Fix the rendering size of svg 2022-10-24 10:05:38 +02:00
items Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
model API changes for SortModel and FilterModel (rust and cpp) (#1768) 2022-10-26 11:16:12 +02:00
properties Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
software_renderer Simplify FontRequest 2022-09-30 23:31:32 +02:00
textlayout janitor: work around rustybuzz version incompatibility 2022-10-23 14:36:44 +02:00
accessibility.rs Button: Implement support to make the Button a toggle (#1384) 2022-07-08 16:17:06 +02:00
animations.rs Api cleanup: Rename some remaining platform abstractions to platform 2022-08-29 16:53:47 +02:00
api.rs Change internal MouseEvent to use logical points 2022-10-13 17:02:18 +02:00
callbacks.rs Fix rustdoc warnings with nightly 2022-10-12 17:29:46 +02:00
Cargo.toml janitor: Fix build of corelib tests 2022-10-24 17:44:17 +02:00
component.rs API cleanup: Rename PlatformWindow to WindowAdapter 2022-08-29 16:53:47 +02:00
graphics.rs Fix rustdoc warnings with nightly 2022-10-12 17:29:46 +02:00
input.rs Change internal MouseEvent to use logical points 2022-10-13 17:02:18 +02:00
item_focus.rs Basic Slint accessibility support (#1294) 2022-06-08 20:42:10 +02:00
item_rendering.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
item_tree.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
items.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
layout.rs Upgrade to lyon 1.0 2022-07-22 19:27:49 +02:00
lengths.rs Change Item::geometry() to return a LogicalRect 2022-10-13 17:02:18 +02:00
lib.rs Remove software-renderer feature more aggressively 2022-09-07 10:11:11 +02:00
model.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
platform.rs Improve internal default logging behavior with std 2022-09-30 11:13:32 +02:00
properties.rs Fix rustdoc warnings with nightly 2022-10-12 17:29:46 +02:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
renderer.rs Simplify FontRequest 2022-09-30 23:31:32 +02:00
rtti.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
sharedvector.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slice.rs Add env variable to put data into a different section 2022-06-18 20:00:21 +02:00
software_renderer.rs Fix the rendering size of svg 2022-10-24 10:05:38 +02:00
string.rs Some doc fixes to the new types/functions (#1618) 2022-09-09 11:30:37 +02:00
tests.rs Initial input method support for the winit backend and the FemtoVG/Skia renderers 2022-10-07 11:16:36 +02:00
textlayout.rs Test that trailing newline don't add a line 2022-09-07 13:49:02 +02:00
timers.rs Fix the slint_mock_elapsed_time when not using the testing backend 2022-09-16 19:14:15 +02:00
unsafe_single_threaded.rs Rename and expose the unsafe-single-threaded feature 2022-08-25 16:47:53 +02:00
window.rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02: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.