60 Commits

Author SHA1 Message Date
4d2b644d70
Remove some unnecessary comments 2026-01-27 17:30:41 +09:00
efedb8313b
Move demo variables and add support for other apps 2026-01-27 17:29:49 +09:00
83af8478c3
Add support for acknowledgements and rework about links 2026-01-23 17:16:11 +09:00
4ec1ac3769
Add support for credits section 2026-01-19 16:36:02 +09:00
5c37730483
Add support URL field and use URL for AboutLink 2026-01-16 15:13:26 +09:00
e6ccd23298
Add support for extra links, copyright and license 2026-01-16 12:34:04 +09:00
407fca10ff
Add about dialog configuration struct 2026-01-16 11:23:27 +09:00
92fe4fb256 Name sqlite file after application id
For non-Flatpak apps
2025-11-06 13:02:58 +01:00
557ec14232 Fix style 2025-10-30 22:01:48 +01:00
04c77831b5 Remove Core library 2025-10-30 21:36:13 +01:00
8eeda083e9 Separate AnyView extensions from widgets 2024-10-16 14:22:34 +02:00
0a6f1043b9 Add meta-sqlite to adwaita-swift 2024-10-04 01:03:57 +02:00
34f5b46d60 Update to Swift 6 2024-09-30 22:31:07 +02:00
018d21ee65 Lossy conversion from Int64/UInt64 to Int32/UInt32 2024-08-25 11:13:18 +02:00
9f83b2309f Migrate to Meta backend 2024-08-13 08:33:53 +02:00
46d4fc1173 Add support for picture's content fit modifier 2024-07-19 10:26:59 +02:00
15cafb85f4 Move to approach without any breaking changes
Read the file's value as soon as the state value is accessed for the
first time
2024-06-11 14:29:46 +02:00
Casper Zandbergen
8f9ff393fd fixed stored @State properties on App 2024-06-01 13:40:14 +02:00
e9094b9247 Fix not compiling on Windows 2024-05-18 15:45:03 +02:00
c7eb2120a4 Allow deactivating style or keyboard shortcut 2024-05-18 10:31:41 +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
7748668f4b Slightly improve performance of State 2024-04-21 07:27:52 +02:00
a4b565723b Fix adwaita-swift not building on macOS 2024-04-11 20:54:05 +02:00
8b27a08764 Add support for spawning windows outside the app 2024-04-11 20:17:25 +02:00
8cba3242f5 Add support for ID subscripts 2024-04-04 16:51:17 +02:00
50b22115b0 Merge branch 'main' of https://github.com/AparokshaUI/adwaita-swift 2024-04-04 15:50:55 +02:00
adbd1c2a00 Add shortcut for getting element of array binding 2024-04-04 15:29:31 +02:00
c596504141 Easier observing of bindings changing data 2024-03-31 10:37:29 +02:00
Zev Eisenberg
e22f528cf3 Simpler array bounds checking. 2024-03-26 09:34:46 -04: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
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
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
eea842891e Faciliate access to properties of a binding 2024-01-04 14:49:45 +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
26b46e3338 Add property rawValue to State
Modify the wrapped value without updating the view
2024-01-02 08:01:40 +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
37252f7b8f Replace EitherView by the more powerful ViewStack 2023-12-30 21:24:33 +01:00
b9cdec32c9 Make update storage function on View public 2023-12-30 21:06:00 +01:00
e583e5a170 Make storage function on View protocol public 2023-12-30 20:40:47 +01:00
083b352348 Make FileDialog a window 2023-12-09 13:08:11 +01:00
d5b43344a1 Support window overlays for a certain instance
Specify the parent window in the `addWindow(_:parent:)` function
2023-12-07 21:48:31 +01:00
e4737558b2 Add support for AdwAboutWindow 2023-12-05 22:49:05 +01:00
David
475c38a5b8 Add support for file dialogs 2023-12-05 22:00:36 +01:00