1
0
Fork 0
mirror of https://github.com/wxWidgets/wxWidgets.git synced 2025-12-06 11:15:16 -05:00
No description
Find a file
Vadim Zeitlin 5881cc3d29 Use FreeBSD 14.3 for Cirrus CI job
14.2 image isn't available any more.
2025-12-03 15:20:12 +01:00
.circleci Switch soon to become default checkout method on CircleCI 2025-10-10 10:02:17 +02:00
.github wxQt: Bump the Qt version to 6.10.* in Github Actions 2025-11-20 21:53:05 +01:00
3rdparty Restore correct version of libwebp submodule 2025-05-25 17:25:40 +02:00
art Remove support for wxMotif 2022-10-16 16:39:56 +02:00
build Add test for including Windows headers before wx headers 2025-11-16 14:49:47 +01:00
demos Revert "Disable use of composition in forty demo under MSW" 2025-09-18 13:53:05 +02:00
distrib Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
docs Add option to restore ANSI win32 functions 2025-11-10 23:10:25 +01:00
include Merge branch 'qt-pending-resize' of github.com:AliKet/wxWidgets 2025-11-28 17:03:52 +01:00
interface Update wxRichTextCtrl documentation to use wxReadOnlyDC 2025-11-21 01:04:44 +01:00
lib Add support for PCRE2 for OpenVMS 2021-08-20 10:00:17 +02:00
locale Minor updates to German translations 2025-09-28 15:15:05 +02:00
misc Fix MSVS debug visualizer of wxStrings 2025-08-17 23:43:42 +02:00
samples Fix truncating bitmaps in the art provider resource browser 2025-12-01 19:51:29 +01:00
src Fix building/running with GTK < 2.22 2025-11-28 14:02:06 -08:00
tests Ignore recurrent wxQt test failure in Grid::ResizeScrolledHeader 2025-11-21 17:38:46 +01:00
utils Increment version to 3.3.2 2025-07-25 00:29:00 +02:00
.cirrus.yml Use FreeBSD 14.3 for Cirrus CI job 2025-12-03 15:20:12 +01: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 Ignore previous whitespace-only commit for git-blaming purposes 2025-06-28 14:41:52 +02:00
.gitattributes Don't include .git-blame-ignore-revs in source archives 2025-08-24 16:57:26 +02:00
.gitignore Correct name of user CMake presets file 2025-09-23 15:04:07 +02:00
.gitmodules Use WebP as built-in submodule 2025-05-10 17:19:21 +02:00
.mailmap Add mailmap entry to merge Robert's different emails 2025-09-28 15:19:54 +02:00
acinclude.m4 Allow using system CATCH2 library in configure 2025-05-10 18:23:02 +02:00
aclocal.m4 Replace AM_PATH_GTK_N_0() macros with use of PKG_CHECK_MODULES() 2023-07-24 00:00:18 +02:00
appveyor.yml Move wxQt/MSVS CI job from AppVeyor to GitHub Actions 2025-06-17 17:07:15 +02:00
autoconf_inc.m4 Recreate build-files 2025-05-10 18:22:27 +02:00
autogen.sh Remove frozen autoconf macros version a.k.a. "auto hacks" 2023-07-24 00:11:26 +02:00
CMakeLists.txt CMake: Add/update the version range 2025-09-14 21:51:09 +02:00
CMakePresets.json Add tests preset to CMake 2025-08-17 23:45:16 +02:00
config.guess Update config.{guess,sub} scripts to latest versions 2024-10-15 16:30:41 -07:00
config.sub Update config.{guess,sub} scripts to latest versions 2024-10-15 16:30:41 -07:00
configure Use native macOS API in wxBase in all GUI builds under Mac 2025-11-09 01:16:57 +01:00
configure.ac Use native macOS API in wxBase in all GUI builds under Mac 2025-11-09 01:16:57 +01:00
descrip.mms workaround for which is probably a compiler-bug on OpenVMS-AXP 2021-01-07 09:47:46 +01:00
install-sh second try... 1999-06-01 16:14:29 +00:00
Makefile.in Use native macOS API in wxBase in all GUI builds under Mac 2025-11-09 01:16:57 +01: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 Update supported compiler versions in the main README too 2025-05-20 15:29:55 +02:00
regen Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
setup.h.in Use wp_pointer_warp_v1 if available in wxWindow::WarpPointer() 2025-08-22 19:56:36 +02:00
setup.h_vms Remove wxUSE_LONGLONG and always use wxLongLong_t 2024-10-18 19:26:15 +02:00
version-script.in Add macro allowing to add ELF symbol versions from 3.2 2025-04-20 15:37:04 +02:00
wx-config-inplace.in Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wx-config.in Avoid trailing space with wx-config --c[xx]flags 2024-09-20 17:45:04 +02:00
wxwidgets.props Remove obsolete options from MSVS .props files 2023-11-30 02:52:25 +01:00
wxwin.m4 Remove configure.in to configure.ac 2023-07-24 00:11:26 +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 7, 8, 10 and 11 (32/64 bit Intel and ARM64).
  • 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 15), including MinGW/MinGW-64/TDM under Windows.
  • Clang (up to 19/Xcode 16).

Please use 3.2 branch if you must use wxWidgets with a C++98 compiler or support Windows XP.

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.