slint/api/cpp/include
Simon Hausmann 67a2f0ce3f WIP: Make image decoding a feature of the core library
This includes the cache of decoded images, the HTMLImage element support
and the SVG rendering adapter.

The objective is that Image holds an ImageInner, which is not a path
anymore that the backend has to process, but instead always either
decoded image data, a pointer to a static texture or an SVG tree that
can be rendered to the desired size.
2022-07-20 12:57:37 +02:00
..
slint.h Use euclid::Point2D also for the getter, but with out parameter instead of return value 2022-07-08 18:37:01 +02:00
slint_brush.h Implements @radial-gradient(circle, ...) 2022-05-19 14:07:20 +02:00
slint_callbacks.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_color.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_config.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_image.h WIP: Make image decoding a feature of the core library 2022-07-20 12:57:37 +02:00
slint_interpreter.h C++ VBox: make the destructor delete the content in C++ 2022-05-30 13:54:35 +02:00
slint_pathdata.h Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
slint_point.h Use Point2D in the C++ ffi when setting the window position 2022-07-08 18:37:01 +02:00
slint_properties.h C++: Setting a value to a property having a binding should always clear the binding 2022-05-09 09:30:01 +02:00
slint_sharedvector.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_size.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_string.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_testing.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
vtable.h C++ VBox: make the destructor delete the content in C++ 2022-05-30 13:54:35 +02:00