62 Commits

Author SHA1 Message Date
46d4fc1173 Add support for picture's content fit modifier 2024-07-19 10:26:59 +02:00
c17730e89d Polish Password Checker Demo 2024-07-04 21:45:13 +02:00
Ira Limitanei
8014a6ea4d
Update demo top comment 2024-07-04 12:04:12 +09:00
Ira Limitanei
498610a0ef
Add copy and clear buttons 2024-07-04 12:00:16 +09:00
Ira Limitanei
8011ceeaf3
Remove form section title 2024-07-04 11:47:32 +09:00
Ira Limitanei
61f985f0d0
Update demo title and description 2024-07-04 11:43:59 +09:00
Ira Limitanei
a84d94cca5
Update window id 2024-07-04 11:36:50 +09:00
Ira Limitanei
e26f1ea205
Replace Binding Reactor with Password Checker 2024-07-04 11:29:10 +09:00
Ira Limitanei
fbd0f2a117
Fix formatting 2024-07-04 11:07:13 +09:00
Ira Limitanei
69ca6625dd
Remove unnecessary async processing 2024-07-04 11:06:25 +09:00
1fc0647d90 Move from onSet using state to computed property 2024-06-17 17:23:09 +02:00
Ira Limitanei
a93d230d24
Add more password validation checks 2024-06-14 18:20:11 +09:00
Ira Limitanei
a4057884da
Add current state of binding reactor demo 2024-06-14 18:03:09 +09:00
Ira Limitanei
fa714a2331
Add binding reactor demo page 2024-06-14 18:02:06 +09:00
Ira Limitanei
2dd5c52930
Add new window for binding reactor demo 2024-06-14 18:00:24 +09:00
239f025508 Add support for custom CSS 2024-05-18 14:28:06 +02:00
f53c194045 Add modifier for window devel style 2024-05-18 12:06:44 +02:00
be9cf996a0 Add type safe style classes 2024-05-18 11:35:23 +02:00
e44f3d78d2 Fix ComboRow not selecting value at initialization
Fixes #28
2024-05-09 08:21:04 +02:00
9618985d15 Polish demo app 2024-05-06 16:20:59 +02:00
212af591f1 Polish demo app 2024-05-06 16:18:49 +02:00
3cee13f1f3 Fix not compiling on macOS 2024-05-05 20:09:07 +02:00
932e4aeb8c Add Idle for updating the UI asynchronously 2024-05-05 19:50:38 +02:00
7ff56613e5 Deprecate frame(maxSize:) on views 2024-04-21 14:52:20 +02:00
b7aabb0966 Add support for GtkPicture 2024-04-21 11:52:34 +02:00
d63dec3c6b Add support for alert dialogs 2024-04-11 18:28:05 +02:00
8ad34dd199 Remove deprecated documentation sources and references 2024-03-31 20:59:14 +02:00
d32aaa9de7 Add support for setting a dialog's width & height 2024-03-21 09:40:58 +01:00
8b4ce2bede Add support for the about dialog 2024-03-21 09:13:08 +01:00
6ee069ebd9 Add support for dialogs 2024-03-21 06:25:09 +01:00
e3be7299eb Add support for maximizing and unmaximizing window 2024-03-16 06:31:51 +01:00
461e9f4d50 Support modifying a window's instance inside views
Also add support for observing a window's size
2024-02-26 22:53:34 +01:00
24fc372849 Add support for tooltips 2024-02-26 12:55:41 +01:00
279219ea6c Add support for navigation views 2024-02-17 14:32:37 +01:00
5cf2be2f54 Add support for flow boxes 2024-02-12 11:31:51 +01:00
30482196b6 Add support for popovers 2024-02-10 16:00:56 +01:00
aef77da78b Add support for AboutWindow's issues URL 2024-01-27 22:17:47 +01:00
4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00
dc41f50c52 Correct typos 2024-01-23 07:26:58 +01:00
d8de611510 Add support for auto-generated widget bindings
Additionally fix an update problem occurring with custom views
2024-01-22 21:45:31 +01:00
503cf3a191 Support long swiping in carousels 2024-01-04 11:26:42 +01:00
4dc5d07409 Add support for grouping controls with forms 2024-01-04 11:03:25 +01:00
1e6143acce Add view modifier detecting clicks on any widget 2024-01-03 17:17:35 +01:00
e94885f48f Add support for AdwViewSwitcher 2024-01-03 15:07:36 +01:00
03d259811b Add option to manually provide directory for state 2024-01-03 11:22:21 +01:00
021f0f231f Add option to save state between app launches 2024-01-02 18:30:31 +01:00
8eb004c9ea Add support for carousels
Add support for any Libadwaita insertable container
2024-01-01 20:33:06 +01:00
1c50b3b923 Make lists dynamic
Make one @State always reference the same value
This is important when views with closures appear after the first render
2024-01-01 16:08:17 +01:00
396cbbf23c Add option to toggle sidebar visibility 2023-12-20 06:12:07 +01:00
2249ef2d6a Add additional window modifiers
Set a window's default size, title, resizability and deletability
2023-12-07 22:27:28 +01:00