Commit graph

22 commits

Author SHA1 Message Date
fb164eeaa9 Add todos 2023-02-23 14:41:10 +01:00
c661984d1c Hide password while authenticating 2022-08-21 01:41:52 +02:00
4094ba3e3d Add popup widget builder 2022-08-20 23:17:42 +02:00
c4d3f5ba4d Move cursor in message editor vertically 2022-08-06 23:39:56 +02:00
a51bb60342 Add Resize widget 2022-08-04 16:53:05 +02:00
5f28ff0ffd Make editor a widget 2022-07-23 19:49:58 +02:00
38f8c0ed66 Add Float widget 2022-07-21 17:20:35 +02:00
805d1a5e63 Ignore unused code warnings in widgets module 2022-07-21 15:50:21 +02:00
4fa4c9a897 Add Layer widget 2022-07-21 15:42:06 +02:00
91fa13354f Add Padding widget 2022-07-21 15:21:59 +02:00
c2e2ee52e8 Add Border widget 2022-07-21 15:21:49 +02:00
3e6b214e81 Add BoxedWidget type alias 2022-07-20 22:42:40 +02:00
54ed495491 Add HJoin and VJoin widgets 2022-07-20 22:05:15 +02:00
32f1ad5aae Add basic HRule and VRule widgets 2022-07-20 22:05:15 +02:00
9169cbb657 Fix warnings 2022-07-13 15:29:31 +02:00
9aed0a3cee Use frame stack instead of explicit pos and size parameters 2022-07-13 11:34:52 +02:00
204eb95fa5 Add Empty widget 2022-07-12 21:42:21 +02:00
d2c4d2b029 Add Background widget 2022-07-12 21:42:09 +02:00
8eda1ad97d Box widgets
This way, widgets containing other widgets can be heterogenous. Wenever
a widget is expeted, *any* widget will work.
2022-07-12 21:10:03 +02:00
82049aedc0 Add List widget 2022-07-12 19:29:50 +02:00
d3229370f3 Consume widget during rendering 2022-07-12 19:18:52 +02:00
53a0f8d4af Add Text widget 2022-07-12 09:27:16 +02:00