235 Commits

Author SHA1 Message Date
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
Greg Cotten
414cb95432 make generation work on macOS 2024-02-26 11:42:24 -08:00
24fc372849 Add support for tooltips 2024-02-26 12:55:41 +01:00
cf0b4b4a5c Add documentation information for the SPI
https://swiftpackageindex.com/AparokshaUI/adwaita-swift
2024-02-25 14:05:11 +01:00
b00b743034 Improve view builder function for optionals 2024-02-18 21:38:49 +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
aef77da78b Add support for AboutWindow's issues URL 2024-01-27 22:17:47 +01:00
fd3c81d520 Merge branch 'main' 2024-01-27 08:08:04 +01:00
4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00
59a96c7116 Add support for building on macOS 2024-01-23 22:19:07 +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
david-swift
e5b5459d42
Fix typos in widget overview 2024-01-08 06:16:52 +01:00
01dba06482 Update docs and readme to newest version 2024-01-06 18:33:33 +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
eea842891e Faciliate access to properties of a binding 2024-01-04 14:49:45 +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
503cf3a191 Support long swiping in carousels 2024-01-04 11:26:42 +01:00
9cbf88727c Add support for line wrapping to Text 2024-01-04 11:09:54 +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
5a1c325580 Add support for AdwBanner 2024-01-03 16:32:59 +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
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
da29f92c91 Save state in the XDG data home directory 2024-01-03 09:27:22 +01:00
021f0f231f Add option to save state between app launches 2024-01-02 18:30:31 +01:00
350580269f Support editing a widget only when it appears 2024-01-02 08:25:14 +01:00
26b46e3338 Add property rawValue to State
Modify the wrapped value without updating the view
2024-01-02 08:01:40 +01:00