Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode paths, Static analysis, Update Libs, Fix typos #191

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

black-sliver
Copy link
Owner

@black-sliver black-sliver commented Nov 2, 2024

  • update miniz, tinyfd, json and valijson libs
  • use std::filesystem (or boost::filesystem) and use utf8 strings on windows for miniz, openssl and sdl for full unicode support
  • adds test for unicode support
  • add github action for scan-build static analysis
  • fix some minor things that were found by scan-build
  • fix some warnings
  • fix some typos and add codespell action
  • document and enable ASAN for CI where possible
  • some UI fixes
    • those still need to be tested

@black-sliver black-sliver changed the title Unicode paths, Static analysis, Update Libs Unicode paths, Static analysis, Update Libs, Fix typos Nov 3, 2024
@black-sliver black-sliver force-pushed the refactor branch 6 times, most recently from 6577302 to c6e79aa Compare November 5, 2024 07:37
This works around layouts with no h-grow not properly shrinking the window.
This works around children with no h-grow not updating their parents' size.
The if is required because minSize does not always properly populate now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant