Skip to content

Commit

Permalink
Update wxWidgets to v3.2.0 (official release)
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Jul 26, 2022
1 parent 3ac1e52 commit c57f883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/wxWidgets
Submodule wxWidgets updated 66 files
+1 −0 .cirrus.yml
+3 −0 .git-blame-ignore-revs
+4 −4 .github/workflows/ci.yml
+2 −2 .github/workflows/ci_cmake.yml
+2 −2 .github/workflows/ci_msw.yml
+2 −2 .github/workflows/ci_msw_cross.yml
+3 −2 .github/workflows/code_checks.yml
+5 −5 .github/workflows/docs_update.yml
+1 −0 appveyor.yml
+13 −1 build/tools/before_install.sh
+9 −2 build/tools/httpbin.sh
+6 −2 docs/changes.txt
+6 −6 docs/doxygen/Doxyfile
+4 −0 docs/doxygen/custom_header.html
+45 −0 docs/doxygen/custom_header_simple.html
+4 −0 docs/doxygen/doxygen-awesome-css/README.md
+157 −0 docs/doxygen/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js
+85 −0 docs/doxygen/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js
+2,137 −0 docs/doxygen/doxygen-awesome-css/doxygen-awesome.css
+2 −130 docs/doxygen/extra_stylesheet.css
+108 −7 docs/doxygen/mainpages/copyright.h
+1 −1 docs/doxygen/mainpages/liblzma.h
+5 −0 docs/doxygen/mainpages/translations.h
+8 −0 docs/doxygen/overviews/cmake.md
+5 −2 docs/doxygen/overviews/xrc_format.h
+6 −3 docs/doxygen/regen.bat
+10 −4 docs/doxygen/regen.sh
+4 −4 docs/msw/binaries.md
+7 −7 docs/publicity/announce.txt
+7 −7 docs/readme.txt
+62 −62 docs/release.md
+4 −0 include/wx/app.h
+5 −0 include/wx/apptrait.h
+4 −0 include/wx/event.h
+4 −0 include/wx/filedlg.h
+6 −0 include/wx/textentry.h
+5 −0 include/wx/toplevel.h
+2 −2 include/wx/version.h
+34 −8 include/wx/versioninfo.h
+6 −0 include/wx/window.h
+1 −1 interface/wx/clrpicker.h
+3 −0 interface/wx/dc.h
+35 −15 interface/wx/dcmemory.h
+21 −2 interface/wx/versioninfo.h
+1 −1 interface/wx/webview.h
+33 −71 locale/ca.po
+11 −15 locale/es.po
+79 −79 locale/zh_TW.po
+1 −1 misc/scripts/spellcheck
+1 −1 src/common/any.cpp
+5 −0 src/common/appbase.cpp
+3 −0 src/common/event.cpp
+3 −0 src/common/fldlgcmn.cpp
+3 −3 src/common/prntbase.cpp
+4 −0 src/common/textentrycmn.cpp
+4 −0 src/common/toplvcmn.cpp
+3 −0 src/common/wincmn.cpp
+9 −7 src/gtk/window.cpp
+4 −2 src/msw/webview_edge.cpp
+4 −2 src/msw/webview_ie.cpp
+3 −2 src/xrc/xh_auitoolb.cpp
+6 −2 src/xrc/xh_toolb.cpp
+6 −0 tests/any/anytest.cpp
+1 −1 tests/exec/exec.cpp
+1 −1 tests/filekind/filekind.cpp
+24 −10 tests/misc/dynamiclib.cpp

0 comments on commit c57f883

Please sign in to comment.