Commit Graph

211 Commits

Author SHA1 Message Date
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
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
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
e59d0c0fe8 Fix window resizing to default size unexpectedly 2023-12-20 18:16:43 +01:00
396cbbf23c Add option to toggle sidebar visibility 2023-12-20 06:12:07 +01:00
3a0897cbb5 Add support for toggles 2023-12-19 22:20:00 +01:00
85ca28d32f Add support for the overlay split view 2023-12-19 22:04:26 +01:00
083b352348 Make FileDialog a window 2023-12-09 13:08:11 +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
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
9170382ceb Move the list of widgets to the user manual 2023-11-30 21:21:34 +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
1db1513a3b Add reference to template repository 2023-11-27 06:25:50 +01:00
8452031adb Update documentation for creating widgets 2023-11-26 15:28:08 +01:00
7a97d36585 Migrate from SwiftGui to Libadwaita 2023-11-26 15:22:57 +01:00
490e1a5be8 Specify SwiftGui version
Use version 0.1.0 instead of the main branch
2023-11-11 16:15:09 +01:00
a478acbdcd Add modifiers for modifying child views of a view 2023-11-11 16:03:31 +01:00
88eaad2c12 Update docs 2023-11-11 11:44:19 +01:00
da08bc435c Add support for modal windows 2023-11-09 20:26:27 +01:00