desbeers
  • Joined on 2025-08-28
desbeers opened issue aparoksha/adwaita-swift#80 2026-02-21 14:07:32 +01:00
Description of the bug
desbeers commented on issue aparoksha/adwaita-swift#74 2026-02-08 20:24:53 +01:00
Random thoughts/suggestions/questions

While updating my code I found-out that the Preferences dialog is partly broken now

Found one more issue with the Preferences; search is broken now too. Initial, the Window is empty, except…

desbeers commented on issue aparoksha/adwaita-swift#74 2026-02-08 19:39:32 +01:00
Random thoughts/suggestions/questions

An not the ID of the application because I misuse that a bit, haha!

You can actually overwrite this behavior:

Thanks for the tip! I use sqlite now for settings storage :-)

desbeers commented on issue aparoksha/adwaita-swift#74 2026-02-07 14:49:27 +01:00
Random thoughts/suggestions/questions

While updating my code I found-out that the Preferences dialog is partly broken now (it was fine) when you have more than one page. I've added a second page in the Demo app and in the tabs is…

desbeers commented on issue aparoksha/adwaita-swift#74 2026-02-06 09:56:20 +01:00
Random thoughts/suggestions/questions

I added support for keypaths throughout the whole package

That's great! Updated my 'easy' Enums and it works like a charm without ToggleGroup extensions.

I introduced the Swift…

desbeers commented on issue aparoksha/adwaita-swift#74 2026-02-03 21:10:11 +01:00
Random thoughts/suggestions/questions

Yes, all fine on macOS now as well!

desbeers commented on issue aparoksha/adwaita-swift#74 2026-02-03 17:41:12 +01:00
Random thoughts/suggestions/questions

Thanks for the updates David!

I've updated the packages and a quick looks showed me my application still works well :-) Going to update my code with the new stuff and I will report back.

Only…

desbeers commented on issue aparoksha/adwaita-swift#74 2026-01-17 15:44:15 +01:00
Random thoughts/suggestions/questions

Well, learned new stuff again!

Made my code much more Swifty...

  • Use storage.notify(..) for style changes.
  • Use Swift classes to pass data to C functions without conversion.

Wit…

desbeers commented on issue aparoksha/adwaita-swift#74 2026-01-08 20:37:22 +01:00
Random thoughts/suggestions/questions

While coding my next challenge: adding a chord definition dialog, I found a couple of new issues/ideas to keep you entertained... ![ChordDefinitions.png](/attachments/dfd8ec32-2aa1-4cd2-a80f-edb…

desbeers commented on issue aparoksha/adwaita-swift#74 2026-01-05 14:58:30 +01:00
Random thoughts/suggestions/questions

Happy new year David!

Thanks for your commits. I’ve updated my source.

Double vs Int

I see your point, however, as GTK uses integers everywhere, I don't think it makes a lot of sense…

desbeers opened issue aparoksha/adwaita-swift#74 2025-12-08 17:51:21 +01:00
Random thoughts/suggestions/questions
desbeers commented on issue aparoksha/adwaita-swift#69 2025-11-13 17:59:10 +01:00
Thanks!

It’s time to close this issue. With pleasure. I follow the development and great so see some of my issues solved.

The pleasure will goes-on! In 3 months I ported my SwiftUI application to a…

desbeers closed issue aparoksha/adwaita-swift#69 2025-11-13 17:59:10 +01:00
Thanks!
desbeers commented on issue aparoksha/adwaita-swift#69 2025-10-18 22:37:43 +02:00
Thanks!

You're right, this can be quite confusing. I decided to make it slightly more descriptive in 037a697c74f2c023b315d2ffb471fcf0f6333fcb:

.onClose {
    return .keep // or…
desbeers commented on issue aparoksha/adwaita-swift#69 2025-10-18 22:21:43 +02:00
Thanks!

Thanks, these were my biggest showstoppers :-) While there are still many small things left, I'm pretty close to release a FlatPak.

Now I just cut/paste many of my Swift(UI) code and with minor…

desbeers commented on issue aparoksha/adwaita-swift#69 2025-10-05 16:55:25 +02:00
Thanks!

I added onClose to Window which gets executed if the user closes the window, quits using the context menu in the dash/headerbar or after window.close(). It does not get executed after app.quit,…

desbeers commented on issue aparoksha/adwaita-swift#70 2025-09-19 22:44:56 +02:00
Request: Add HSplitView and VSplitView widgets

Thanks for adding the SplitView, this can be close now :-)

desbeers closed issue aparoksha/adwaita-swift#70 2025-09-19 22:44:56 +02:00
Request: Add HSplitView and VSplitView widgets
desbeers commented on issue aparoksha/adwaita-swift#69 2025-09-19 22:38:52 +02:00
Thanks!

Wow, that’s much different and cleaner than mine! Learning every day :-)

Now, besides making the chord diagrams more fancy (cairo, I have to learn c now as well) my next challenge is to…

desbeers commented on issue aparoksha/adwaita-swift#69 2025-09-18 16:12:23 +02:00
Thanks!

Progress!!

  • It shows chord diagrams!!!
  • It has a nice icon :-)
  • Smarter highlight in the sourceEditor
  • It remembers window size and splitter position

adwaita-swift is full with…