No description
Find a file
Vadim Zeitlin 7927c9abc0 Stop mentioning --disable-unicode in build instructions
This option doesn't exist any more.
2022-10-27 19:43:30 +02:00
.circleci Build and run tests on Circle CI too 2022-08-04 02:48:23 +02:00
.github Remove ANSI wxGTK CI build 2022-10-27 19:43:30 +02:00
3rdparty Update to Catch v2 2022-10-18 18:39:13 +02:00
art Remove support for wxMotif 2022-10-16 16:39:56 +02:00
build Remove bakefile UNICODE_DEFINE variable, always define _UNICODE 2022-10-27 19:43:30 +02:00
demos Remove bakefile UNICODE_DEFINE variable, always define _UNICODE 2022-10-27 19:43:30 +02:00
distrib Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
docs Stop mentioning --disable-unicode in build instructions 2022-10-27 19:43:30 +02:00
include Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
interface Remove most mentions of wxUSE_UNICODE from the documentation 2022-10-27 19:43:30 +02:00
lib Add support for PCRE2 for OpenVMS 2021-08-20 10:00:17 +02:00
locale Update Georgian translations 2022-08-14 16:44:19 +02:00
misc Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
samples Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
src Stop allocating wxLV_ITEM::m_buf on the heap 2022-10-27 19:43:30 +02:00
tests Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
utils Remove bakefile UNICODE_DEFINE variable, always define _UNICODE 2022-10-27 19:43:30 +02:00
.cirrus.yml Fix more double negatives used with 'neither' 2022-09-18 18:02:07 +02:00
.editorconfig Revert changes in Editor Config file made by mistake in 5fbe3cab 2018-11-01 18:37:34 +01:00
.git-blame-ignore-revs Don't account for another commit with whitespace-only changes 2022-07-02 22:17:42 +02:00
.gitattributes Mark MSVS *.vcxproj.filters files as using CR LF as well 2021-11-24 12:13:12 +01:00
.gitignore Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
.gitmodules Add simple wxBitmapBundle::FromSVG() implementation using NanoSVG 2021-10-05 16:06:43 +01:00
.mailmap Update mailmap 2022-05-30 19:07:53 +02:00
acinclude.m4 Remove obsolete wxUSE_IOSTREAMH option 2019-10-21 20:46:21 +02:00
aclocal.m4 Pass options needed by it to libtiff configure only 2020-07-18 16:59:48 +02:00
appveyor.yml Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
autoconf_inc.m4 Add Unix files to wxQt build under Unix 2022-10-21 19:01:22 +02:00
autogen.sh
CMakeLists.txt Always require C++11 for CMake builds 2022-10-07 02:34:45 +02:00
config.guess Update config.{guess,sub} scripts to latest versions 2021-03-17 09:53:58 -07:00
config.sub Update config.{guess,sub} scripts to latest versions 2021-03-17 09:53:58 -07:00
configure Remove --disable-unicode option from configure 2022-10-27 19:43:30 +02:00
configure.in Remove --disable-unicode option from configure 2022-10-27 19:43:30 +02:00
descrip.mms workaround for which is probably a compiler-bug on OpenVMS-AXP 2021-01-07 09:47:46 +01:00
install-sh
Makefile.in Remove bakefile UNICODE_DEFINE variable, always define _UNICODE 2022-10-27 19:43:30 +02:00
mkinstalldirs Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
README-GIT.md Add a note about updating submodules to Git README too 2022-08-04 02:30:25 +02:00
README.md Document C++11 requirement in the main README 2022-10-16 01:10:06 +02:00
regen Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
setup.h.in Always define wxUSE_UNICODE as 1 2022-10-27 01:04:15 +01:00
setup.h_vms Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
version-script.in Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wx-config-inplace.in Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wx-config.in Fix wx-config --libs output for static monolithic build 2021-08-25 23:31:45 +02:00
wxwidgets.props Provide more details in the error message from wxwidgets.props 2022-03-28 00:03:46 +01:00
wxwin.m4 Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +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.

All C++11 compilers are supported including but not limited to:

  • Microsoft Visual C++ 2015 or later (up to 2022).
  • g++ 4.8 or later (up to 12), including MinGW/MinGW-64/TDM under Windows.
  • Clang (up to 14).

Please use 3.2 branch if you must use wxWidgets with a C++98 compiler.

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.