23 Commits

Author SHA1 Message Date
557ec14232 Fix style
All checks were successful
Deploy Docs / publish (push) Successful in 1h52m14s
SwiftLint / SwiftLint (push) Successful in 39s
2025-10-30 22:01:48 +01:00
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
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
f53c194045 Add modifier for window devel style 2024-05-18 12:06:44 +02:00
932e4aeb8c Add Idle for updating the UI asynchronously 2024-05-05 19:50:38 +02:00
e3be7299eb Add support for maximizing and unmaximizing window 2024-03-16 06:31:51 +01: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
aef77da78b Add support for AboutWindow's issues URL 2024-01-27 22:17:47 +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
e59d0c0fe8 Fix window resizing to default size unexpectedly 2023-12-20 18:16:43 +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
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
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
da08bc435c Add support for modal windows 2023-11-09 20:26:27 +01:00
af59675089 Add support for keyboard shortcuts 2023-10-20 07:39:40 +02: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
2611e0c448 Improve window management 2023-09-24 15:40:16 +02:00