Go to file
PB 92a63f016a Always use vendor in CMake-built DLLs regardless of version
The vendor string was ignored for the stable wxWidgets versions (e.g.,
3.2). However, vendor should be always used when available, regardless
of wxWidgets version. The only case when vendor should not be used is
when creating official builds (currently not done with CMake).

See #22931.

(cherry picked from commit 48434622c6f797f0f54d40da61b327f3dca081c8)
2022-11-12 17:47:15 +01:00
.circleci Add a Fedora CI build using Circle CI 2022-08-14 17:17:50 +02:00
.github Fix bug when creating a new release in our gh-release action fork 2022-09-04 17:48:11 +02:00
3rdparty
art
build Always use vendor in CMake-built DLLs regardless of version 2022-11-12 17:47:15 +01:00
demos Increase version to 3.2.1 2022-07-31 22:03:44 +02:00
distrib
docs Add support for wxUSE_TASKBARBUTTON option to configure 2022-11-12 17:47:15 +01:00
include Update comments in setup_inc.h and various wx/setup.h files 2022-11-12 17:47:15 +01:00
interface Update strftime() link in wxDateTime::Format() docs 2022-11-12 17:47:15 +01:00
lib
locale Update Chinese translations to fix full/half-width issues 2022-07-17 15:43:24 +02:00
misc Recognize wxStyledTextCtrl in XRC in the schema 2022-08-18 21:56:11 +02:00
samples Fix wxEVT_TEXT_ENTER and other events from wxMSW wxBitmapComboBox 2022-10-07 02:10:22 +02:00
src Fix MSW "Save" dialog overwrite prompt for files without ext 2022-10-21 14:02:48 +02:00
tests Fix crash when using a wxRadioBox without items in wxOSX 2022-08-30 12:36:27 +02:00
utils Increase version to 3.2.1 2022-07-31 22:03:44 +02:00
.cirrus.yml Fix more double negatives used with 'neither' 2022-09-18 18:02:59 +02:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.mailmap
acinclude.m4
aclocal.m4
appveyor.yml Run CI builds on 3.2 branch, not master, in this branch 2022-07-04 01:32:51 +02:00
autoconf_inc.m4
autogen.sh
CMakeLists.txt CMake: use output directory under wx directory in the build tree 2022-09-24 15:39:36 +02:00
config.guess
config.sub
configure Add support for wxUSE_TASKBARBUTTON option to configure 2022-11-12 17:47:15 +01:00
configure.in Add support for wxUSE_TASKBARBUTTON option to configure 2022-11-12 17:47:15 +01:00
descrip.mms
install-sh
Makefile.in Update version to 3.2.2 2022-09-12 15:29:13 +02:00
mkinstalldirs
README-GIT.md
README.md
regen
setup.h_vms
setup.h.in Update comments in setup_inc.h and various wx/setup.h files 2022-11-12 17:47:15 +01:00
version-script.in Generic wxTreeCtrl icons high DPI improvements 2022-10-18 22:06:21 +02:00
wx-config-inplace.in
wx-config.in
wxwidgets.props
wxwin.m4 Add serial number to wxwin.m4 2022-10-07 02:06:10 +02:00

About

wxWidgets is a free and open source cross-platform C++ framework for writing advanced GUI applications using native controls.

wxWidgets Logo

wxWidgets allows you to write native-looking GUI applications for all the major desktop platforms and also helps with abstracting the differences in the non-GUI aspects between them. It is free for the use in both open source and commercial applications, comes with the full, easy to read and modify, source and extensive documentation and a collection of more than a hundred examples. You can learn more about wxWidgets at https://www.wxwidgets.org/ and read its documentation online at https://docs.wxwidgets.org/

Platforms

AppVeyor Unix (make) Unix (CMake) MSW (MSVC) MSW (gcc) Mac OSS-Fuzz

This version of wxWidgets supports the following primary platforms:

  • Windows XP, Vista, 7, 8, 10 and 11 (32/64 bits).
  • Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x).
  • macOS (10.10 or newer) using Cocoa under both amd64 and ARM platforms.

Most popular C++ compilers are supported including but not limited to:

  • Microsoft Visual C++ 2005 or later (up to 2022).
  • g++ 4 or later (up to 12), including MinGW/MinGW-64/TDM under Windows.
  • Clang (up to 14).
  • Intel icc compiler.
  • Oracle (ex-Sun) CC.

Licence

wxWidgets licence is a modified version of LGPL explicitly allowing not distributing the sources of an application using the library even in the case of static linking.

Building

For building the library, please see platform-specific documentation under docs/<port> directory, e.g. here are the instructions for wxGTK, wxMSW and wxOSX.

If you're building the sources checked out from Git, and not from a released version, please see these additional Git-specific notes.

Further information

If you are looking for community support, you can get it from

Commercial support is also available.

Finally, keep in mind that wxWidgets is an open source project collaboratively developed by its users and your contributions to it are always welcome. Please check our guidelines if you'd like to do it.

Have fun!

The wxWidgets Team.