Skip to content
Cross-Platform GUI Library - Report issues here: https://trac.wxwidgets.org/
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Use HTTPS with Trac links. Jul 4, 2017
3rdparty Update catch submodule Nov 17, 2018
art Replace images in wxRendererMac::DrawTitleBarBitmap() with drawing code. Jan 5, 2016
build Globally replace vadim@wxwindows.org with vadim@wxwidgets.org Apr 22, 2019
demos Reduce the scope of some local variables Apr 5, 2019
distrib Updated links and mailing list addresses. Oct 31, 2015
docs Remove unused wxUSE_COMCTL32_SAFELY from documentation Apr 30, 2019
include Allow retrieving current filter from wxFileDialog extra controls May 2, 2019
interface Ensure that we accept WXK_XXX in RegisterHotKey() in wxMSW May 2, 2019
lib Link tiff library as shareable image on OpenVMS Mar 12, 2019
locale Also use wx-translators@wxwidgets.org instead of @wxwindows.org Apr 22, 2019
misc Globally replace vadim@wxwindows.org with vadim@wxwidgets.org Apr 22, 2019
samples Ensure that we accept WXK_XXX in RegisterHotKey() in wxMSW May 2, 2019
src Fix harmless "unused parameter" warning in wxMSW wxFileDialog May 4, 2019
tests Merge branch 'fswatcher-test-modernize' Apr 26, 2019
utils Remove all trailing spaces Jan 30, 2019
.editorconfig Revert changes in Editor Config file made by mistake in 5fbe3ca Nov 1, 2018
.gitattributes Exclude some files from release tar balls Nov 16, 2017
.gitignore Add manually created MSVS 201x solutions files for wxrc Jan 7, 2019
.gitmodules Remove "update = checkout" option for submodules Feb 3, 2018
.mailmap Use real email address for Markus Juergens Nov 19, 2018
.travis.yml Disable webview in static build Nov 4, 2018
CMakeLists.txt Update year in various copyrights to 2019 Apr 21, 2019
Makefile.in Regenerate build files after recent changes Mar 20, 2019
README-GIT.md Fix links to installation instructions in README-GIT.md Dec 4, 2018
README.md Slightly improve README wording Dec 8, 2018
acinclude.m4 Don't accept nonsensical --without-<toolkit> options in configure May 27, 2017
aclocal.m4 autoconf and bakefile support for GTK+4 Dec 12, 2017
appveyor.yml Build WXQT toolkit with AppVeyor Sep 30, 2018
autoconf_inc.m4 Regenerate the test make files to include the new STC test Mar 20, 2019
autogen.sh Use build/autoconf_prepend-include when running autoconf Feb 22, 2008
config.guess Update config.{guess,sub} Dec 3, 2017
config.sub Update config.{guess,sub} Dec 3, 2017
configure Regenerate the test make files to include the new STC test Mar 20, 2019
configure.in Use C99 to compile Expat sources under Unix Mar 14, 2019
descrip.mms Remove controls sample from OpenVMS makefiles Feb 3, 2016
install-sh second try... Jun 1, 1999
mkinstalldirs Remove all lines containing cvs/svn "$Id$" keyword. Jul 26, 2013
regen Remove all lines containing cvs/svn "$Id$" keyword. Jul 26, 2013
setup.h.in Add wxUSE_WINSOCK2 wxMSW option to include winsock2.h Jan 27, 2019
setup.h_vms Synchronize setp.h_vms with setup.h.in Jan 31, 2019
version-script.in Remove all lines containing cvs/svn "$Id$" keyword. Jul 26, 2013
wx-config-inplace.in Remove all lines containing cvs/svn "$Id$" keyword. Jul 26, 2013
wx-config.in Don't output flags for "adv" library in wx-config Oct 22, 2018
wxwidgets.props Add property sheet to allow easily configure projects using wx Nov 18, 2018
wxwin.m4 Allow specifying optional libraries with WX_CONFIG_CHECK Mar 10, 2019

README.md

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 Travis

This version of wxWidgets supports the following primary platforms:

  • Windows XP, Vista, 7, 8 and 10 (32/64 bits).
  • Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x).
  • OS X (10.7 or newer) using Cocoa (32/64 bits).

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

  • Microsoft Visual C++ 2003 or later (up to 2017).
  • g++ 3.4 or later, including MinGW/MinGW-64/TDM under Windows.
  • Clang under OS X and Linux.
  • Intel icc compiler.
  • Oracle (ex-Sun) aCC.

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.

You can’t perform that action at this time.