wxWidgets (formerly wxWindows) is a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. wxWidgets enables a program's GUI code to compile and run on several computer platforms with minimal or no code changes. A wide choice of compilers and other tools to use with wxWidgets facilitates development of sophisticated applications.[7] wxWidgets supports a comprehensive range of popular operating systems and graphical libraries, both proprietary and free, and is widely deployed in prominent organizations (see text).
The project was started under the name wxWindows in 1992 by Julian Smart at the University of Edinburgh.[1] The project was renamed wxWidgets in 2004 in response to a trademark claim by MicrosoftUnited Kingdom .
It is free and open source software, distributed under the terms of the wxWidgets Licence, which satisfies those who wish to produce for GPL and proprietary software.[8]
On 20 February 2004, the developers of wxWindows announced that the project was changing its name to wxWidgets, as a result of Microsoft requesting Julian Smart to respect Microsoft's United Kingdomtrademark of the term Windows.[12]
Major release versions were 2.4 on 6 January 2003, 2.6 on 21 April 2005 and 2.8.0 on 14 December 2006. Version 3.0 was released on 11 November 2013.
wxWidgets has participated in the Google Summer of Code since 2006.[13][14]
The following table contains the release history of wxWidgets, showing all of its major release versions.
Better support for high DPI displays, especially under Windows.
Support for latest compilers including MSVS 2015, g++ 5.3 and clang 3.8, including in C++11 mode.
Revamped OpenGL support better suited to modern OpenGL (3.2+).
New wxActivityIndicator and wxNativeWindow classes.
Improvements to wxNotificationMessage.
Several new methods such as wxTextEntry::ForceUpper(), wxProcess::Activate(), wxDateTime::GetWeekBasedYear(), wxListBox::GetTopItem(), wxStandardPaths::GetUserDir(), wxUIActionSimulator::Select().
Updated versions of the bundled third party libraries and support for GStreamer 1.0 under Unix.
wxWidgets 3.1.1 is the second release in the 3.1 development branch. This release is a "development" one as it makes (very few) incompatible API changes compared to 3.0 and does not guarantee the ABI stability, unlike the 3.0.x series.[19]
3.1.2
10 December 2018
Initial support for macOS 10.14 and its dark mode.
Support for non-integer font sizes and arbitrary font weights.
wxWidgets is best described as a native mode toolkit as it provides a thin abstraction to a platform's native widgets, contrary to emulating the display of widgets using graphic primitives. Calling a native widget on the target platform results in a more native looking interface than toolkits such as Swing (for Java), as well as offering performance and other benefits.[28]
The toolkit is also not restricted to GUI development, having an inter-process communication layer, socket networking functionality, and more.
RAD tools and IDEs for wxWidgets
CodeLite under Windows XPCode running under Ubuntu
There are many Rapid Application Development (RAD) and Integrated Development Environment (IDE) tools available. Notable tools include:[29][30]