38 Commits

Author SHA1 Message Date
04c77831b5 Remove Core library
Some checks are pending
Deploy Docs / publish (push) Waiting to run
SwiftLint / SwiftLint (push) Waiting to run
2025-10-30 21:36:13 +01:00
8eeda083e9 Separate AnyView extensions from widgets
All checks were successful
Deploy Docs / publish (push) Successful in 18m28s
SwiftLint / SwiftLint (push) Successful in 5s
2024-10-16 14:22:34 +02:00
de2379a1bf Fix modifier wrapper overwriting previous state 2024-09-04 21:07:05 +02:00
a851dbc1cd Improve performance of modifiers for any view 2024-09-04 13:08:45 +02:00
fa344522a2 Replace modifiers by new widget data 2024-08-15 15:55:04 +02:00
9f83b2309f Migrate to Meta backend 2024-08-13 08:33:53 +02:00
e9e4cf0e94 Add support for GtkAspectFrame 2024-07-19 10:48:56 +02:00
239f025508 Add support for custom CSS 2024-05-18 14:28:06 +02:00
be9cf996a0 Add type safe style classes 2024-05-18 11:35:23 +02:00
c7eb2120a4 Allow deactivating style or keyboard shortcut 2024-05-18 10:31:41 +02:00
7ff56613e5 Deprecate frame(maxSize:) on views 2024-04-21 14:52:20 +02:00
eb85f93a9e Simplify focused modifier 2024-03-31 13:00:03 +02:00
a4ffbd4c63 Move from has-focus to contains-focus for focused 2024-03-25 14:50:18 +01:00
81a63c40f4 Do not erase types in views when possible 2024-03-04 05:57:19 +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
b13fbcbcf1 Add view modifier to set focus only 2024-02-14 20:31:40 +01:00
9e05b2692b Add view modifier to observe and set focus 2024-02-14 18:25:12 +01:00
6b5e1c1a25 Add freeze modifier
Prevent a view from being updated
2024-02-13 15:48:24 +01:00
30482196b6 Add support for popovers 2024-02-10 16:00:56 +01:00
b4e88a4a42 Add support for setting a view's visibility
Use the visibility instead of a ViewStack for optional views
2024-02-05 06:20:36 +01:00
db8d667238 Improve onClick observer 2024-01-29 22:19:42 +01:00
4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +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
2ac37b3f9c Add modifier for centering a view horizontally 2024-01-04 16:44:01 +01:00
8911cc8f42 Export Libadwaita types used in public functions
One doesn't have to import Libadwaita unless they want to use an
unimplemented widget
2024-01-04 13:56:30 +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
bd2687b4d1 Add support for GtkProgressBar 2024-01-03 15:57:03 +01:00
4f876fa4c8 Add support for overlays 2024-01-03 15:29:11 +01:00
350580269f Support editing a widget only when it appears 2024-01-02 08:25:14 +01:00
36e61255f8 Add support for toasts
Add the new concept of signals
2023-11-30 21:14:45 +01:00
5ab9387317 Fix onAppear(_:) and onUpdate(_:) 2023-11-29 05:52:10 +01:00
7a97d36585 Migrate from SwiftGui to Libadwaita 2023-11-26 15:22:57 +01:00
a478acbdcd Add modifiers for modifying child views of a view 2023-11-11 16:03:31 +01:00
921f025e39 Update demo and fix bugs
- Fix build optional in ViewBuilder
- Fix maximum size frame modifier
- Improve inspector wrapper
- Improve header bar
- Improve status page
- Improve the naming of some elements
2023-10-12 22:15:15 +02:00
cbbf08bd3b Add widgets and demo application 2023-09-26 15:35:15 +02:00
a1c8c3b891 Initial Commit 2023-09-12 08:17:52 +02:00