Commit graph

9 commits

Author SHA1 Message Date
f005ec10fe Fix editor panicking sometimes when hidden 2023-04-29 01:23:50 +02:00
968dbe501f Remove AsyncWidget impls replaceable by Desync 2023-04-17 19:46:40 +02:00
810524325e Fix hidden placeholder appearing in empty editor 2023-04-13 02:18:43 +02:00
35aa70de4b Fix editor cursor 2023-04-12 19:16:29 +02:00
007493f136 Derive more traits for widgets 2023-04-08 15:40:14 +02:00
ea6be7bf32 Simplify editor cursor handling and rendering 2023-04-06 00:18:56 +02:00
0573fcec77 Only provide WidthDb in [Async]Widget::size 2023-02-26 14:42:48 +01:00
607c11fea4 Use new with_* naming scheme
All builder-like functions are now named with_*. There is also now a way
to set each property imperatively with only a mutable reference.

The only widgets I haven't yet converted to this style are the Join*
widgets; they're a bit harder to figure out an appropriate API for.
2023-02-20 15:53:49 +01:00
397d3a6eac Add Editor widget 2023-02-19 14:18:45 +01:00