75 Commits

Author SHA1 Message Date
574aca245a Add support for GtkFixed 2024-07-21 14:18:41 +02:00
77dd38e712 Add support for GtkSeparator 2024-07-21 08:38:56 +02:00
e9e4cf0e94 Add support for GtkAspectFrame 2024-07-19 10:48:56 +02:00
46d4fc1173 Add support for picture's content fit modifier 2024-07-19 10:26:59 +02:00
7ac57d8a59 Fix ActionRow setting text before markup option 2024-05-22 07:19:29 +02:00
5c1ae9e9b1 Improve performance of entry rows 2024-05-20 11:38:36 +02:00
c07b0718f7 Fix list element selection in code causing crash 2024-05-18 14:57:40 +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
e44f3d78d2 Fix ComboRow not selecting value at initialization
Fixes #28
2024-05-09 08:21:04 +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
a4b565723b Fix adwaita-swift not building on macOS 2024-04-11 20:54:05 +02:00
d63dec3c6b Add support for alert dialogs 2024-04-11 18:28:05 +02:00
eb85f93a9e Simplify focused modifier 2024-03-31 13:00:03 +02:00
a53b4e084b Add additional options for navigation split view
- Whether it is collapsed
- Whether the content is visible if it is collapsed
2024-03-30 10:38:10 +01:00
a4ffbd4c63 Move from has-focus to contains-focus for focused 2024-03-25 14:50:18 +01:00
2cb3c9552c Add support for multiple dialogs on one view 2024-03-21 13:58:53 +01: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
2146a4f268 Set whether a label is ellipsized 2024-03-17 21:32:47 +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
7019c98a2e Fix items displayed in reversed order in ForEach 2024-02-14 20:41:11 +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
ffdb727a00 Update bindings whenever the view updates 2024-02-14 16:45:53 +01:00
3a1ca63ef2 Check bindings before updating
Updating if there's no change could lead to an infinite loop in rare cases
2024-02-14 16:23:57 +01:00
adfea3f581 Include interfaces in auto generation 2024-02-14 15:02:25 +01:00
6b5e1c1a25 Add freeze modifier
Prevent a view from being updated
2024-02-13 15:48:24 +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
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
3ee1cf38fa Fix ComboRow's values not updating properly 2024-02-04 21:28:28 +01:00
478dd678b8 Merge branch 'main' 2024-02-04 21:14:45 +01:00
4ed780bcfc Fix static widget modifiers not always generated 2024-02-04 21:12:55 +01:00
81e489c62a Add ForEach widget for dynamic GtkBox 2024-01-30 14:25:16 +01:00
8d05d22dc6 Enhance support for signals 2024-01-29 22:28:44 +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
731cb04f83 Update button's handler on every view update 2024-01-06 17:24:21 +01:00
ead88864df Make spin row and switch row safer 2024-01-04 20:21:33 +01:00
2ac37b3f9c Add modifier for centering a view horizontally 2024-01-04 16:44:01 +01:00
5a625e31a7 Make the combo row a bit safer 2024-01-04 16:23:28 +01:00
853555a9fc Make the entry row a bit safer 2024-01-04 15:58:58 +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