|
|
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 |
|
|
|
d63dec3c6b
|
Add support for alert dialogs
|
2024-04-11 18:28:05 +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 |
|
david-swift
|
80968fb5df
|
Update documentation URL
|
2024-04-02 14:44:55 +02:00 |
|
david-swift
|
17ce9e444b
|
Merge pull request #15 from finestructure/main
Update .spi.yml to fix Linux build matrix
|
2024-04-02 14:15:58 +02:00 |
|
Sven A. Schmidt
|
39813c5408
|
Update .spi.yml
|
2024-04-02 11:14:47 +02:00 |
|
david-swift
|
38e5028301
|
Merge pull request #14 from david-swift/main
Update docc style
|
2024-04-01 09:26:49 +02:00 |
|
|
|
12206b0ace
|
Experiment with docc style
|
2024-04-01 09:24:14 +02:00 |
|
|
|
8ad34dd199
|
Remove deprecated documentation sources and references
|
2024-03-31 20:59:14 +02:00 |
|
|
|
5602a3692c
|
Add workflow for DocC docs
|
2024-03-31 19:59:00 +02:00 |
|
|
|
eb85f93a9e
|
Simplify focused modifier
|
2024-03-31 13:00:03 +02:00 |
|
|
|
c596504141
|
Easier observing of bindings changing data
|
2024-03-31 10:37:29 +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 |
|
|
|
84ac558249
|
Improve navigation in docc documentation
|
2024-03-30 08:26:54 +01:00 |
|
|
|
ab93cbc1bf
|
Improve docc documentation
|
2024-03-30 07:25:15 +01:00 |
|
|
|
e5783e9049
|
Add docc documentation
|
2024-03-29 23:04:37 +01:00 |
|
david-swift
|
409dfb625d
|
Fix instructions for macOS
|
2024-03-29 11:29:57 +01:00 |
|
david-swift
|
24255bc015
|
Merge pull request #10 from jrwren/jawren-001-update-docs-with-macos-platform
update docs with macos platform
|
2024-03-28 05:06:24 +01:00 |
|
Jay Wren
|
a8abbd4caa
|
update docs with macos platform
|
2024-03-27 18:06:36 -04:00 |
|
david-swift
|
4441c5ac08
|
Fix tutorial: add dependency to target
|
2024-03-26 17:42:02 +01:00 |
|
david-swift
|
b17ec73bae
|
Merge pull request #7 from ZevEisenberg/patch-1
Simpler array bounds checking
|
2024-03-26 17:29:29 +01:00 |
|
Zev Eisenberg
|
e22f528cf3
|
Simpler array bounds checking.
|
2024-03-26 09:34:46 -04:00 |
|
|
|
75847de50b
|
Add link to blog post
|
2024-03-26 07:25:03 +01:00 |
|
|
|
5c3f16c36f
|
Add information about using Flatpak
|
2024-03-26 07:23:08 +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 |
|
|
|
8792437357
|
Update widget docs to newest version
|
2024-03-16 07:48:37 +01:00 |
|
|
|
e3be7299eb
|
Add support for maximizing and unmaximizing window
|
2024-03-16 06:31:51 +01:00 |
|
|
|
dca0ed14e0
|
Add instructions for publishing apps
|
2024-03-07 06:36:24 +01:00 |
|
|
|
81a63c40f4
|
Do not erase types in views when possible
|
2024-03-04 05:57:19 +01:00 |
|
|
|
9032161985
|
Add Greg Cotten to contributors file
|
2024-02-27 06:26:24 +01:00 |
|
|
|
7d80bb7da7
|
Add support for older macOS versions
|
2024-02-27 06:24:48 +01:00 |
|
|
|
c825ccebb9
|
Fix style problem
|
2024-02-27 06:22:17 +01:00 |
|
david-swift
|
8f29298684
|
Merge pull request #2 from gregcotten/fix-macOS-generator
Make generation work on macOS
|
2024-02-26 21:18:30 -08: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 |
|
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 |
|