Skip to content

Tags: KeyWorksRW/wxUiEditor

Tags

v1.2.1

Toggle v1.2.1's commit message
Fix broken logo link

logo64.png was deleted, replaced by wxUiEditor.svg

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1315 from KeyWorksRW/release_prep

1.2.0 Release preparation

v1.1.2

Toggle v1.1.2's commit message
Update and add build options

Switch to BUILD_CUSTOM which can be used for building wxWidgets from
a PR or other custom version.

This also adds three options that can be used to conditionalize long-running
features until they are ready to be made available: INTERNAL_FEATURE1,
INTERNAL_FEATURE2 and INTERNAL_FEATURE3.

v1.1.1_beta

Toggle v1.1.1_beta's commit message
Change version to 1.1.1, project version to 18.

v1.1.0

Toggle v1.1.0's commit message
Update for 1.1 release

v1.0.0

Toggle v1.0.0's commit message
Update description and build information

Description adds XRC to the possible outputs. Build information adds C++20
requirement and Windows-only build.

v0.9.1

Toggle v0.9.1's commit message
Comment out m_xrcPanel

We're not using this until after 1.0 is released, and in the meantime, it will
break the CodeQL build if used, so remove it.

v0.9.0

Toggle v0.9.0's commit message
Switch from WIX to NSIS setup

For what we are installing, NSIS is a better choice. We also now register .wxui files with wxUiEditor and remove that registry on Uninstall.

Closes #1