2013-11-21 13:47:05 +00:00
|
|
|
wxWidgets 3.1.0 Release Notes
|
2013-11-12 18:06:37 +00:00
|
|
|
=============================
|
1998-12-31 17:32:18 +00:00
|
|
|
|
2013-11-21 13:47:05 +00:00
|
|
|
Welcome to the latest development release of wxWidgets, a free and
|
|
|
|
open source cross-platform C++ framework for writing advanced GUI
|
|
|
|
applications using native controls.
|
2011-07-04 21:26:11 +00:00
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
|
2013-11-12 18:06:37 +00:00
|
|
|
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
|
2011-07-04 21:26:11 +00:00
|
|
|
|
|
|
|
http://www.wxwidgets.org/
|
|
|
|
|
2013-11-12 18:06:37 +00:00
|
|
|
and read its documentation online at
|
2011-07-04 21:26:11 +00:00
|
|
|
|
2013-11-21 13:47:05 +00:00
|
|
|
http://docs.wxwidgets.org/3.1.0/
|
2013-11-12 18:06:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
wxWidgets sources and binaries for the selected platforms are
|
|
|
|
available for download from
|
2011-07-04 21:26:11 +00:00
|
|
|
|
2013-11-21 13:47:05 +00:00
|
|
|
https://sourceforge.net/projects/wxwindows/files/3.1.0/
|
2011-07-04 21:26:11 +00:00
|
|
|
|
|
|
|
or
|
|
|
|
|
2013-11-21 13:47:05 +00:00
|
|
|
ftp://ftp.wxwidgets.org/pub/3.1.0/
|
2011-07-04 21:26:11 +00:00
|
|
|
|
|
|
|
Please see the "Files" section below for the description of various
|
|
|
|
files available at these locations.
|
|
|
|
|
2010-07-18 13:39:16 +00:00
|
|
|
|
1999-01-27 10:01:14 +00:00
|
|
|
|
1999-10-26 15:16:29 +00:00
|
|
|
Changes in this release
|
|
|
|
-----------------------
|
|
|
|
|
2010-07-18 13:39:16 +00:00
|
|
|
|
1999-10-26 15:16:29 +00:00
|
|
|
|
1998-12-31 17:32:18 +00:00
|
|
|
Platforms supported
|
1998-05-20 14:01:55 +00:00
|
|
|
-------------------
|
|
|
|
|
2010-07-18 13:39:16 +00:00
|
|
|
wxWidgets currently supports the following primary platforms:
|
1998-12-31 17:32:18 +00:00
|
|
|
|
2014-06-11 21:31:54 +00:00
|
|
|
- Windows XP, Vista, 7 and 8 (32/64 bits).
|
2012-07-03 05:37:02 +00:00
|
|
|
- Most Unix variants using the GTK+ toolkit (version 2.6 or newer)
|
2014-06-11 21:31:54 +00:00
|
|
|
- Mac OS X (10.6 or newer) using Cocoa (32/64 bits) or Carbon (32 only)
|
2008-08-27 11:06:49 +00:00
|
|
|
|
2010-07-18 13:39:16 +00:00
|
|
|
There is some support for the following platforms:
|
2008-08-27 11:06:49 +00:00
|
|
|
|
|
|
|
- Most Unix variants with X11
|
2002-09-08 12:35:21 +00:00
|
|
|
- Most Unix variants with Motif/Lesstif
|
2008-08-27 11:06:49 +00:00
|
|
|
- Most Unix variants with GTK+ 1.2
|
1999-01-31 18:47:10 +00:00
|
|
|
|
2000-02-12 10:44:03 +00:00
|
|
|
Most popular C++ compilers are supported; see the install.txt
|
2010-07-18 13:39:16 +00:00
|
|
|
file for each platform (available via docs/html/index.htm) and
|
|
|
|
http://wiki.wxwidgets.org/Supported_Platforms for the most up to
|
|
|
|
date status.
|
|
|
|
|
1998-12-31 17:32:18 +00:00
|
|
|
|
|
|
|
Files
|
|
|
|
-----
|
|
|
|
|
2011-07-04 21:26:11 +00:00
|
|
|
wxWidgets is distributed in source form in several archive formats.
|
|
|
|
ZIP and 7z archives are for Microsoft Windows users and contain the
|
|
|
|
files with DOS/Windows line endings while the compressed tar archives
|
|
|
|
for Unix systems users (including OS X) and contain the files with
|
|
|
|
Unix line endings. Please notice that some Windows tools still don't
|
|
|
|
accept files with Unix line endings and that compiling sources with
|
|
|
|
DOS line endings under Unix will fail, so please choose the correct
|
|
|
|
file for your system.
|
|
|
|
|
|
|
|
In addition to the sources, documentation in HTML, CHM and HTB
|
|
|
|
(wxWidgets help viewer) formats is provided as well as an installer
|
|
|
|
for Microsoft Windows. Notice that you will still need to compile
|
|
|
|
wxWidgets even when using the installer.
|
1999-02-19 21:54:37 +00:00
|
|
|
|
2013-11-12 18:06:37 +00:00
|
|
|
We also supply binaries of wxMSW libraries built with several
|
|
|
|
versions of Microsoft Visual C++ and GNU g++ compiler for this
|
2012-07-09 14:15:37 +00:00
|
|
|
release. They are available in the "binaries" subdirectory, see
|
|
|
|
the description of the files in the README file there.
|
|
|
|
|
2010-07-18 13:39:16 +00:00
|
|
|
|
1998-12-31 17:32:18 +00:00
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
2013-11-12 18:06:37 +00:00
|
|
|
Unless you have downloaded the binaries for your compiler, you
|
|
|
|
will need to build wxWidgets before you can test out the samples
|
|
|
|
or write your own applications. For installation information,
|
|
|
|
please see the install.txt file in the docs subdirectory
|
|
|
|
appropriate for the platform you use.
|
2010-07-18 13:39:16 +00:00
|
|
|
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
Licence information
|
1998-12-31 17:32:18 +00:00
|
|
|
-------------------
|
|
|
|
|
|
|
|
For licensing information, please see the files:
|
|
|
|
|
|
|
|
docs/preamble.txt
|
|
|
|
docs/licence.txt
|
|
|
|
docs/licendoc.txt
|
|
|
|
docs/gpl.txt
|
|
|
|
docs/lgpl.txt
|
2013-05-24 17:05:19 +00:00
|
|
|
docs/xserver.txt
|
1998-12-31 17:32:18 +00:00
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
Although this may seem complex, it is there to allow authors of
|
2005-04-17 10:34:19 +00:00
|
|
|
proprietary/commercial applications to use wxWidgets in addition
|
|
|
|
to those writing GPL'ed applications. In summary, the licence is
|
|
|
|
LGPL plus a clause allowing unrestricted distribution of
|
|
|
|
application binaries. To answer a FAQ, you don't have to
|
|
|
|
distribute any source if you wish to write commercial
|
2010-07-18 13:39:16 +00:00
|
|
|
applications using wxWidgets.
|
2005-04-17 10:34:19 +00:00
|
|
|
|
|
|
|
However, if you distribute wxGTK or wxMotif (with Lesstif)
|
|
|
|
version of your application, don't forget that it is linked
|
|
|
|
against GTK+ (or Lesstif) which is covered by LGPL *without*
|
2013-11-12 18:06:37 +00:00
|
|
|
exception notice and so is bound by its requirements.
|
2000-01-29 01:12:45 +00:00
|
|
|
|
2000-02-27 21:06:38 +00:00
|
|
|
If you use TIFF image handler, please see src/tiff/COPYRIGHT
|
2003-08-14 21:00:13 +00:00
|
|
|
for libtiff licence details.
|
2000-02-27 21:06:38 +00:00
|
|
|
|
2005-04-17 10:34:19 +00:00
|
|
|
If you use JPEG image handler, documentation for your program
|
|
|
|
should contain following sentence: "This software is based in
|
|
|
|
part on the work of the Independent JPEG Group". See
|
|
|
|
src/jpeg/README for details.
|
2000-02-27 21:06:38 +00:00
|
|
|
|
2005-04-17 10:34:19 +00:00
|
|
|
If you use wxRegEx class on a system without native regular
|
|
|
|
expressions support (i.e. MS Windows), see src/regex/COPYRIGHT
|
|
|
|
file for Henry Spencer's regular expression library copyright.
|
2001-07-13 17:15:10 +00:00
|
|
|
|
2013-11-12 18:06:37 +00:00
|
|
|
If you use wxXML classes or XRC, see src/expat/COPYING for licence
|
|
|
|
details.
|
2003-08-14 21:00:13 +00:00
|
|
|
|
2010-07-18 13:39:16 +00:00
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
|
2010-07-18 13:39:16 +00:00
|
|
|
wxWidgets documentation is available online at
|
2013-11-21 13:47:05 +00:00
|
|
|
http://docs.wxwidgets.org/3.1.0/ and can also be downloaded in
|
2013-11-12 18:06:37 +00:00
|
|
|
HTML format. To generate documentation in other formats (PDF, CHM,
|
|
|
|
...) please use the scripts in docs/doxygen directory.
|
1998-12-31 18:18:56 +00:00
|
|
|
|
2000-03-14 17:53:11 +00:00
|
|
|
|
2010-07-18 13:39:16 +00:00
|
|
|
Bug reporting
|
|
|
|
-------------
|
1999-11-08 14:53:39 +00:00
|
|
|
|
2008-06-07 00:01:39 +00:00
|
|
|
The wxWidgets bug tracker can be browsed at:
|
|
|
|
|
2014-06-11 21:31:54 +00:00
|
|
|
http://trac.wxwidgets.org/newticket
|
2008-06-07 00:01:39 +00:00
|
|
|
|
|
|
|
Please use the search function of our Trac installation to find
|
|
|
|
any possibly relevant bugs before reporting new ones. Also please
|
2008-06-07 01:24:56 +00:00
|
|
|
notice that often trying to correct the bug yourself is the
|
|
|
|
quickest way to fix it. Even if you fail to do it, you may
|
2008-06-07 00:01:39 +00:00
|
|
|
discover valuable information allowing us to fix it while doing
|
|
|
|
it. We also give much higher priority to bug reports with patches
|
|
|
|
fixing the problems so this ensures that your report will be
|
|
|
|
addressed sooner.
|
2002-09-07 10:16:03 +00:00
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
|
|
|
|
Further information
|
|
|
|
-------------------
|
|
|
|
|
2013-11-12 18:06:37 +00:00
|
|
|
If you are looking for support, you can get it from
|
1998-12-31 18:18:56 +00:00
|
|
|
|
2013-11-12 18:06:37 +00:00
|
|
|
- wxForum at http://forums.wxwidgets.org/
|
2014-06-11 21:31:54 +00:00
|
|
|
- wx-users mailing list (http://www.wxwidgets.org/support/mailing-lists/)
|
2013-11-12 18:06:37 +00:00
|
|
|
- #wxwidgets IRC channel
|
|
|
|
- http://stackoverflow.com/ if you tag your question with "wxwidgets"
|
1998-12-31 18:18:56 +00:00
|
|
|
|
|
|
|
|
2001-06-09 17:43:16 +00:00
|
|
|
Have fun!
|
1998-12-31 18:18:56 +00:00
|
|
|
|
2013-11-12 18:06:37 +00:00
|
|
|
The wxWidgets Team, November 2013
|