david-swift
david-swift closed issue aparoksha/adwaita-swift#63 2025-05-06 06:40:47 +02:00
Vstack .max spacing doesn’t work
david-swift commented on issue aparoksha/adwaita-swift#61 2025-05-05 17:03:39 +02:00
How to dynamically change css?

Make sure to use the main branch of Adwaita for Swift in your Package.swift file:

.package(url: "https://git.aparoksha.dev/aparoksha/adwaita-swift", branch: "main")

Then,…

david-swift commented on issue aparoksha/adwaita-swift#62 2025-05-05 13:16:20 +02:00
built app doesnt change after modifying code

Do you run the app using Swift directly, Docker, or using the Flatpak Extension for VS Code? You could maybe…

david-swift commented on issue aparoksha/adwaita-swift#61 2025-05-05 13:13:12 +02:00
How to dynamically change css?

Hello! I added support for dynamically changing CSS in a04bd9025d547a2643d6675cddd51a0b902e9fab.

david-swift pushed to main at aparoksha/adwaita-swift 2025-05-05 13:12:25 +02:00
a04bd9025d Add support for dynamic CSS #61
david-swift commented on issue aparoksha/adwaita-swift#60 2025-05-01 13:53:05 +02:00
adwaita-swift build error

Okay, Ubuntu's libadwaita package is outdated. Either, build using flatpak (open the project in GNOME Builder and run using the run command, or the same in VS Code with the [Flatpak extension](http…

david-swift commented on issue aparoksha/adwaita-swift#60 2025-05-01 12:11:55 +02:00
adwaita-swift build error

Thanks for reaching out.

I have some questions: Where are you running this? And how did you install libadwaita?

david-swift pushed to main at aparoksha/aparoksha.dev 2025-04-23 15:43:09 +02:00
def08fdf59 Update docs
david-swift pushed tag 0.1.1 to david-swift/duckling 2025-04-23 15:05:44 +02:00
david-swift released 0.1.1 at david-swift/duckling 2025-04-23 15:05:44 +02:00
david-swift pushed to main at david-swift/duckling 2025-04-23 15:04:45 +02:00
388ae1734a Release 0.1.1
david-swift pushed to main at david-swift/duckling 2025-04-23 15:01:51 +02:00
8deaa00df1 Update docs
david-swift pushed to main at david-swift/duckling 2025-04-23 14:53:18 +02:00
915d470700 Update docs
david-swift commented on issue aparoksha/adwaita-swift#59 2025-04-22 18:10:50 +02:00
Add Picture frame/size

Is it the padding? I think it's still the image that is changing its size. You should be able to fix this by modifying with [frame(minWidth:minHeight:)](https://adwaita-swift.aparoksha.dev/docume…

david-swift pushed to main at david-swift/duckling 2025-04-22 13:44:55 +02:00
f8c6a74a1c Fix tags not transparent #1
david-swift pushed to main at david-swift/duckling 2025-04-22 13:35:15 +02:00
f82bc3f591 Remove animation from sidebar toggle button #3
david-swift pushed to main at aparoksha/codeeditor 2025-04-20 15:18:25 +02:00
ffbe8300f3 Fix link in README
david-swift commented on issue aparoksha/adwaita-swift#58 2025-04-19 21:14:47 +02:00
Window height failed to set or override the default height

It seems that the 360x200px minimum size is set automatically by libadwaita or GTK, which is a reasonable size for most use cases and prevents empty windows from crashing the whole app. I added…

david-swift commented on issue aparoksha/adwaita-swift#57 2025-04-19 21:10:54 +02:00
Add TextField Support

There is GtkSearchEntry for search, and I've just added support for GtkEntry for more generic text fields as well (and…

david-swift closed issue aparoksha/adwaita-swift#57 2025-04-19 21:10:54 +02:00
Add TextField Support