david-swift
david-swift merged pull request david-swift/duckling#9 2025-08-26 12:23:55 +02:00
fix-extra-linebreak
david-swift approved david-swift/duckling#9 2025-08-26 12:23:41 +02:00
fix-extra-linebreak

Thank you very much for your contribution!

david-swift suggested changes for david-swift/duckling#9 2025-08-26 06:56:49 +02:00
fix-extra-linebreak

Thank you very much for this PR! I remember having seen the line break problem, even though I can't reproduce it right now, so thank you for the fix!

david-swift commented on pull request david-swift/duckling#9 2025-08-26 06:55:16 +02:00
fix-extra-linebreak

Hm, this misaligns the arrow for me on GNOME Web/Firefox (see the video attached, the first version is with this line, the second without). What browser are you experiencing the misalignment with?

david-swift commented on issue david-swift/duckling#8 2025-08-15 22:39:02 +02:00
RSS feed reader favicon seemingly cannot be changed?

No, the image files are the only resources for the favicons. As in my RSS reader, the atom feed shows your logo when added - are you sure that this is not some caching problem of your RSS reader?

david-swift pushed to main at aparoksha/adwaita-swift 2025-08-15 17:40:49 +02:00
daa922d33b Merge pull request 'Update README.me' (#66) from Sylphrena/adwaita-swift:template-repo into main
d53ba5f4e7 Update README.me
Compare 2 commits »
david-swift merged pull request aparoksha/adwaita-swift#66 2025-08-15 17:40:47 +02:00
Update README.me
david-swift approved aparoksha/adwaita-swift#66 2025-08-15 17:40:36 +02:00
Update README.me

Thank you very much!

david-swift commented on issue aparoksha/adwaita-swift#33 2025-08-15 17:39:21 +02:00
Support inherited signals

@Sylphrena There is support for signals. For example, take a look at the auto-generated implementation of the [toggled signal on toggle buttons](https://docs.gtk.org/gtk4/signal.ToggleButton.togg…

david-swift pushed to main at aparoksha/adwaita-swift 2025-08-14 23:24:50 +02:00
4e95e4e655 Implement proper self destruction of signals
david-swift pushed to main at aparoksha/adwaita-swift 2025-08-09 10:48:33 +02:00
049b5b54f8 Add support for text editors
david-swift commented on issue aparoksha/adwaita-swift#64 2025-08-02 14:19:15 +02:00
Question: Is using Adwaita without Flatpak possible?

Yes, follow the instructions here. If questions remain, I'm happy to answer them.

david-swift pushed to main at david-swift/duckling 2025-08-02 08:07:53 +02:00
d24e3e4acd Merge pull request 'more in the wild' (#7) from Zie0/duckling:main into main
cae3a11e4e Merge pull request 'Update content/_index.md' (#1) from more-in-the-wild into main
51b6898265 Update content/_index.md
Compare 3 commits »
david-swift merged pull request david-swift/duckling#7 2025-08-02 08:07:51 +02:00
more in the wild
david-swift commented on pull request david-swift/duckling#7 2025-08-02 08:07:43 +02:00
more in the wild

Thank you for the kind words and for this PR! It's great to see your site being built with Duckling!

david-swift pushed to main at david-swift/david.aparoksha.dev 2025-06-22 18:13:39 +02:00
3777248ae0 Add tint
david-swift pushed to main at david-swift/duckling 2025-06-17 08:34:31 +02:00
034379e200 Merge pull request 'Add dwagon.cc to sites using Duckling' (#6) from shiloh/duckling:main into main
771913b350 Add dwagon.cc to sites using Duckling
Compare 2 commits »
david-swift merged pull request david-swift/duckling#6 2025-06-17 08:34:30 +02:00
Add dwagon.cc to sites using Duckling
david-swift approved david-swift/duckling#6 2025-06-17 08:34:11 +02:00
Add dwagon.cc to sites using Duckling

That's amazing! Thank you very much for sharing your website :)

david-swift commented on issue aparoksha/adwaita-swift#63 2025-05-06 06:40:47 +02:00
Vstack .max spacing doesn’t work

That's not a bug.

If you want to increase the spacing between the items to a maximum, use vexpand(_:) and…