mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
janitor: Go over our spell checking setup
* Extend the cspell word list * Remove those extensions from individual source files * white-list licenses and such as we should not meddle with those * Fix spelling
This commit is contained in:
parent
ef39adce30
commit
b12575a4c4
84 changed files with 236 additions and 219 deletions
|
@ -82,7 +82,7 @@ private:
|
|||
///
|
||||
/// If the implementation of this bi-directional message passing protocol is incomplete, the user
|
||||
/// may experience unexpected behavior, or the intention of the developer calling functions on the
|
||||
/// Window API may not be fullfilled.
|
||||
/// Window API may not be fulfilled.
|
||||
///
|
||||
/// Your WindowAdapter subclass must hold a renderer (either a SoftwareRenderer or a SkiaRenderer).
|
||||
/// In the renderer() method, you must return a reference to it.
|
||||
|
|
|
@ -145,7 +145,7 @@ public:
|
|||
///
|
||||
/// Safety:
|
||||
///
|
||||
/// This function is unsafe because invalid texture ids may lead to undefind behavior in OpenGL
|
||||
/// This function is unsafe because invalid texture ids may lead to undefined behavior in OpenGL
|
||||
/// drivers. A valid texture id is one that was created by the same OpenGL context that is
|
||||
/// current during any of the invocations of the callback set on
|
||||
/// [`Window::set_rendering_notifier()`]. OpenGL contexts between instances of [`slint::Window`]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue