You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
possible to provide the configuration used for clang-format? the default is resulting huge diff
Thanks for making the source available, I'm new to C & GUI as well, however a big thumbs-up for the documentation I was just changing some code to see what happens and w/o clang-format config I'm seeing huge diff.
Also, may I know what is the priority of removing hardcoded x11 to support wayland as well?
Removing the hardcoded env and adding 50 and 89 px (as you mentioned in another issue) for wayland (querying xdg_session_type) breaks X sizing and theme detection (maybe there are other fixes needed as well?).
Thanks again!
The text was updated successfully, but these errors were encountered:
Hi @leelavg! Thanks for download and use NAppGUI. .clang-format file has been added in this commit: 40356b8
Wayland support is related in this issue: #23
Unfortunately, this issue is not included in the roadmap for the current 1.5.0 release. I will try to add it for 1.5.1 (Feb-Mar 2025).
Thanks for making the source available, I'm new to C & GUI as well, however a big thumbs-up for the documentation I was just changing some code to see what happens and w/o clang-format config I'm seeing huge diff.
Also, may I know what is the priority of removing hardcoded x11 to support wayland as well?
Removing the hardcoded env and adding 50 and 89 px (as you mentioned in another issue) for wayland (querying xdg_session_type) breaks X sizing and theme detection (maybe there are other fixes needed as well?).
Thanks again!
The text was updated successfully, but these errors were encountered: