-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch wxWidgets submodule to poedit/wxWidgets
Switch to wxWidgets repository under the poedit organization. This repository may include hotfix patches in the future, but tries to follow upstream closely. At the moment, a not-yet-merged fix for broken UI language on macOS is included: wxWidgets/wxWidgets#24804
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule wx
updated
25 files
+16 −2 | .github/workflows/docs_update.yml | |
+6 −6 | .github/workflows/make_release.yml | |
+9 −4 | docs/changes.txt | |
+1 −1 | docs/contributing/how-to-release.md | |
+1 −1 | docs/doxygen/mainpages/manual.h | |
+4 −4 | docs/msw/binaries.md | |
+18 −17 | docs/publicity/announce.txt | |
+15 −15 | docs/readme.txt | |
+66 −66 | docs/release.md | |
+10 −0 | include/wx/buffer.h | |
+4 −0 | include/wx/event.h | |
+12 −0 | include/wx/msw/wrapwin.h | |
+7 −0 | include/wx/private/threadinfo.h | |
+11 −1 | interface/wx/grid.h | |
+0 −11 | interface/wx/treectrl.h | |
+76 −4 | src/common/threadinfo.cpp | |
+5 −0 | src/common/translation.cpp | |
+9 −3 | src/generic/datavgen.cpp | |
+52 −7 | src/generic/graphicc.cpp | |
+3 −27 | src/generic/wizard.cpp | |
+3 −1 | src/gtk/window.cpp | |
+1 −116 | src/msw/thread.cpp | |
+1 −2 | src/propgrid/propgrid.cpp | |
+6 −47 | src/unix/threadpsx.cpp | |
+1 −0 | version-script.in |