wxWidgets

Cross-Platform C++ GUI Library

Downloads
240
Stars
6.1K
Committers
524

Bot releases are hidden (Show)

wxWidgets - 2.9.4

Published by tierra almost 9 years ago

wxWidgets 2.9.4

This directory contains the files for wxWidgets 2.9.4 release.

Please notice that since the 2.9 series only a single source distribution is
provided instead of the multiple distributions containing only the files for
each port as was done before. So you only need to download wxWidgets-2.9.4.zip
(or .7z for much smaller archive size) for Microsoft Windows systems or
wxWidgets-2.9.4.tar.bz2 for Unix ones, including Mac OS X. The only difference
between these files is that the ZIP (and 7z) archives contain files with DOS
line endings while the tar balls contain files with Unix line endings.

Note for Windows users: as an experiment, we also provide, for the first time,
pre-built binaries of wxMSW port built using several versions of Microsoft
Visual C++ compiler. They are available from the binaries subdirectory.
Please notice that the files in this directory, including
wxWidgets-2.9.4-Setup.exe file, contain only the sources and do not
include any binaries, so you will need to build the library after downloading
them. Please see docs/msw/install.txt for instructions.

Reporting Problems

Please report any bugs in this release using our Trac
or by posting to wx-users mailing list.

Check Sums

To verify your download you can use the following sha1sums:

0adcc19fd4eca50eba3abb0b46eb83c055146bdb  wxWidgets-2.9.4.7z
5a34ddf19d37c741f74652ee847df9568a8b81e1  wxWidgets-2.9.4.tar.bz2
4697b6e45a20c9e05d888458d658f89ada8dd5c9  wxWidgets-2.9.4.zip
37fc96b3194ad47a574ba8013264104cdf4c942c  wxWidgets-docs-html-2.9.4.tar.bz2
bbf4bdf1c0746fe0b634ed55e2657d327db12033  wxWidgets-docs-html-2.9.4.zip

wxWidgets 2.9.4 Binaries

This directory contains binary files for wxWidgets 2.9.4 release.

Currently the binaries are available for Microsoft Visual C++ compiler
versions 8.0, 9.0 and 10.0 corresponding to marketing product names of
Microsoft Visual Studio 2005, 2008 and 2010 respectively.

For Developers

For developing applications with wxWidgets you need to download the
compiler-independent wxMSW-2.9.4_Headers.7z file and one of
wxMSW-2.9.4-vcXXX_Dev.7z files depending on your compiler version.
Unpack both files into the same directory so that "include" and "lib"
directories are at the same level after unpacking. You should be able
to compile and link applications using wxWidgets in both debug and
release modes but the debug symbols are provided only for debug
libraries in this archive, see below for the release build debug
symbols.

For End Users

End users may download wxMSW-2.9.4_vcXXX_ReleaseDLL.7z files to get
just the DLLs required for running the applications using wxWidgets.

For Debugging

The files wxMSW-2.9.4_vcXXX_ReleasePDB.7z contain the debug symbols
for the release build of the DLLs. Download them if you want to debug
your own applications in release build or if you want to get
meaningful information from mini-dumps retrieved from your users
machines.

Feedback

This is our first attempt to provide binaries for wxWidgets libraries
and we are very interested in your feedback. Please let us know if
these files are useful to you and how could they be made more so and,
of course, if you run into any problems with them. Looking forward to
hearing from you on wx-users mailing list.

Check Sums

To verify your download you can use the following sha1sums:

a605a88207ff10edd5daab1055d9c327e7406c3d  wxMSW-2.9.4_vc100_Dev.7z
90bd29aef2bed02287a696f4dedfbec379ea7aca  wxMSW-2.9.4_vc100_ReleaseDLL.7z
2cce0b0755b8579d297488e1c7ac2b39074048bb  wxMSW-2.9.4_vc100_ReleasePDB.7z
943e022bb74c1ff4a41055665b83956dba9da2a8  wxMSW-2.9.4_vc100_x64_Dev.7z
c66e865113171f6c6182da10d95be83142262410  wxMSW-2.9.4_vc100_x64_ReleaseDLL.7z
2c9a96efc0575ae9afbde9426f115b2b0f086222  wxMSW-2.9.4_vc100_x64_ReleaseDLL.msi
88a1036fb856b3cefb5049c412069a95b72346c4  wxMSW-2.9.4_vc100_x64_ReleasePDB.7z
4ad92d93fdbb1a19be20adacf36c3a1c07c05046  wxMSW-2.9.4_vc100_x86_ReleaseDLL.msi
cb690e198108546f90d65ba9cb0498f2ac38b1b5  wxMSW-2.9.4_vc80_Dev.7z
1a850b2dfa19aef33020aa8a6f351c5bb790221c  wxMSW-2.9.4_vc80_ReleaseDLL.7z
8d476759a70406884616b939bbc3bbd08a8b73c3  wxMSW-2.9.4_vc80_ReleasePDB.7z
f996a073a3b21a0d71d655101ae42c0b96402253  wxMSW-2.9.4_vc80_x86_ReleaseDLL.msi
1bfdaf33a45fd8394e412d04f3adb8555ad17d38  wxMSW-2.9.4_vc90_Dev.7z
89f470f85a35582a1c621cb9ad350e89c8f58b27  wxMSW-2.9.4_vc90_ReleaseDLL.7z
316e9bccd1593fc3797a26eeb6ed85bb6ffb2bec  wxMSW-2.9.4_vc90_ReleasePDB.7z
82fb4f49a1dcaab470393832097773041f76a432  wxMSW-2.9.4_vc90_x64_Dev.7z
8f88508dc587d29e8e3bce0d2222ccc31c19f2e0  wxMSW-2.9.4_vc90_x64_ReleaseDLL.7z
bb57aae511f1a0ce480699f1d51843a845f31462  wxMSW-2.9.4_vc90_x64_ReleaseDLL.msi
b353fd681c11582b2385a0b7cfb11cfc025bd9c5  wxMSW-2.9.4_vc90_x64_ReleasePDB.7z
2979beb6a7db574dee16be5d604cf836f5b708ba  wxMSW-2.9.4_vc90_x86_ReleaseDLL.msi

Credit

Thanks to Danny Scott for providing these binaries.

wxWidgets - 2.9.3

Published by tierra almost 9 years ago

wxWidgets 2.9.3

This directory contains the files for wxWidgets 2.9.3 release.

Please notice that since the 2.9 series only a single source distribution is
provided instead of the multiple distributions containing only the files for
each port as was done before. So you only need to download wxWidgets-2.9.3.zip
(or .7z for much smaller archive size) for Microsoft Windows systems or
wxWidgets-2.9.3.tar.bz2 for Unix ones, including Mac OS X. The only difference
between these files is that the ZIP (and 7z) archives contain files with DOS
line endings while the tar balls contain files with Unix line endings.

Windows users: note that the provided wxWidgets-2.9.3-Setup.exe file installs
the sources for wxMSW and does not include wxWidgets binaries and you still
need to build the library, please see docs/msw/install.txt for instructions.

Reporting Problems

Please report any bugs in this release using our
Trac
or by posting to wx-users mailing
list
.

Check Sums

To verify your download you can use the following sha1sums:

40f5c7106c975fd7e0be6da738cb32ac74834942  wxMSW-Setup-2.9.3.exe
cb4e2ab3e8a6ac6d373ddbc3b32a1f61b2d9801b  wxWidgets-docs-chm-2.9.3.zip
c69f214d970b177938ea9651678f30b0983e5c19  wxWidgets-2.9.3.7z
e0a3463f419053ab1fd800eaed7319289746772a  wxWidgets-2.9.3.tar.bz2
2014b04664dc261ad0583c307c00b2449afc455b  wxWidgets-2.9.3.zip
8fd0db395d78bcc414a8e96603e816507dfd5f93  wxWidgets-docs-html-2.9.3.tar.bz2
25441c07ee71a5dc53ff950bdfa0e93cdd339989  wxWidgets-docs-html-2.9.3.zip
wxWidgets - 2.9.2

Published by tierra almost 9 years ago

           wxWidgets 2.9.2 Release Notes
           =============================

Welcome to the latest release of wxWidgets, a free cross-platform C++
framework for writing advanced GUI applications using native controls.

In addition to common and advanced GUI facilities such as frames,
scrolling windows, toolbars, tree controls, icons, device contexts,
printing, splitter windows and so on, there are wrappers for common
file operations, facilities for writing network applications,
thread handling, and so on. You can learn more about wxWidgets at

    http://www.wxwidgets.org/

wxWidgets sources are available for download from

    https://sourceforge.net/projects/wxwindows/files/2.9.2/

or

    ftp://ftp.wxwidgets.org/pub/2.9.2/

Please see the "Files" section below for the description of various
files available at these locations.

A detailed reference manual including in-depth overviews for various
topics is supplied in various formats and can be accessed online at

    http://docs.wxwidgets.org/2.9.2/

Note about naming: while 2.9.2 is called a "development" release,
this only means that API is not guaranteed to remain unchanged in the
subsequent 2.9.x releases (although it is still likely that it will),
unlike in the stable 2.8.x branch. We believe the current version is
stable and suitable for use in production environment.

Changes in this release

This release contains several years worth of improvements compared
to 2.8 version. Notably, Unicode support has been completely
overhauled and made much easier to use. Debugging support, including
when using a release build of the library, was much improved making
it less likely that you use the library incorrectly. Many new GUI
and base classes have been added or improved.

Please see the file docs/changes.txt for more details and make sure
to read the section "Incompatible changes since 2.8" if you upgrade
from a previous wxWidgets release.

This release introduces many important changes and we are looking
forward to your feedback about them. In particular please let us
know about any regressions compared to the previous versions (see
the section "Bug reporting" below) so that we could fix them before
3.0 release.

Platforms supported

wxWidgets currently supports the following primary platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, 7
  • Most Unix variants using the GTK+ toolkit (version 2.4 or newer)
  • Mac OS X (10.4 or newer) using either Carbon or Cocoa

There is some support for the following platforms:

  • Most Unix variants with X11
  • Most Unix variants with Motif/Lesstif
  • Most Unix variants with GTK+ 1.2
  • OS/2
  • Windows CE (Pocket PC)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) and
http://wiki.wxwidgets.org/Supported_Platforms for the most up to
date status.

Files

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.

Installation

wxWidgets needs to be compiled 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.

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is).

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

wxWidgets documentation is available online at
http://docs.wxwidgets.org/2.9.2/ and can also be downloaded in HTML
format. To generate documentation in other formats (PDF, CHM, ...)
please use the scripts in docs/doxygen directory.

Bug reporting

The wxWidgets bug tracker can be browsed at:

http://trac.wxwidgets.org/report

Please use the search function of our Trac installation to find
any possibly relevant bugs before reporting new ones. Also please
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
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.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org/

The main wxWidgets ftp site is at:

ftp://ftp.wxwidgets.org/pub/

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, July 2011

wxWidgets - 2.9.1

Published by tierra almost 9 years ago

           wxWidgets 2.9.1 Release Notes
           =============================

Welcome to the latest release of wxWidgets, a cross-platform C++
framework for writing advanced GUI applications using native
controls where possible.

In addition to common and advanced GUI facilities such as frames,
scrolling windows, toolbars, tree controls, icons, device contexts,
printing, splitter windows and so on, there are wrappers for common
file operations, and facilities for writing TCP/IP applications,
thread handling, and more.

A detailed reference manual including in-depth overviews for various
topics is supplied in various formats and can be accessed online at
http://docs.wxwidgets.org/

Note about naming: while 2.9.1 is called a "development" release,
this only means that API is not guaranteed to remain unchanged in
the subsequent 2.9.x releases, unlike in the stable 2.8.x branch. We
believe the current version is stable and suitable for use in
production environment.

Changes in this release

This release contains several years worth of improvements compared
to 2.8 version. Notably, Unicode support has been completely
overhauled and made much easier to use. Debugging support, including
when using a release build of the library, was much improved making
it less likely that you use the library incorrectly. Many new GUI
and base classes have been added or improved.

Please see the file docs/changes.txt for more details and make sure
to read the section "Incompatible changes since 2.8" if you upgrade
from a previous wxWidgets release.

This release introduces many important changes and we are looking
forward to your feedback about them. In particular please let us
know about any regressions compared to the previous versions (see
the section "Bug reporting" below) so that we could fix them before
3.0 release.

Platforms supported

wxWidgets currently supports the following primary platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, 7
  • Most Unix variants using the GTK+ toolkit (version 2.4 or newer)
  • Mac OS X (10.4 or newer) using either Carbon or Cocoa

There is some support for the following platforms:

  • Most Unix variants with X11
  • Most Unix variants with Motif/Lesstif
  • Most Unix variants with GTK+ 1.2
  • OS/2
  • Windows CE (Pocket PC)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) and
http://wiki.wxwidgets.org/Supported_Platforms for the most up to
date status.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled 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.

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is).

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

wxWidgets documentation is available online at
http://docs.wxwidgets.org/2.9.1/ and can also be downloaded in HTML
format. To generate documentation in other formats (PDF, CHM, ...)
please use the scripts in docs/doxygen directory.

Bug reporting

The wxWidgets bug tracker can be browsed at:

http://trac.wxwidgets.org/report

Please use the search function of our Trac installation to find
any possibly relevant bugs before reporting new ones. Also please
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
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.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, July 2010

wxWidgets - 2.9.0

Published by tierra almost 9 years ago

wxWidgets 2.9.0

Welcome to wxWidgets, a cross-platform C++ framework for
writing advanced GUI applications using native controls
where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there
are wrappers for common file operations, and facilities for
writing TCP/IP applications, thread handling, and more.

Where certain features are not available on a platform, such
as MDI under Unix and OS X, they are emulated.

A detailed reference manual including in-depth overviews for
various topics is supplied in various formats and can be
accessed online.

Changes in this release

Please see changes.txt and "Changes since 2.8" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants using the GTK+ 2 toolkit (version 2.4 or newer)
  • MacOS OS X (10.4 or newer) using Carbon and some Cocao mix-in

There is some support for the followig platforms:

  • Most Unix variants with X11
  • Most Unix variants with Motif/Lesstif
  • Most Unix variants with GTK+ 1.2
  • MacOS 10.x using the Cocoa API
  • OS/2
  • PalmOS

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/osx
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is).

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug tracker can be browsed at:

http://trac.wxwidgets.org/report

Please use the search function of our Trac installation to find
any possibly relevant bugs before reporting new ones. Also please
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
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.

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, January 2007

wxWidgets - 2.8.9

Published by tierra almost 9 years ago

wxWidgets 2.8.9

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug tracker can be browsed at:

http://trac.wxwidgets.org/report

Please use the search function of our Trac installation to find
any possibly relevant bugs before reporting new ones. Also please
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
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.

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, June 2008

wxWidgets - 2.8.8

Published by tierra almost 9 years ago

wxWidgets 2.8.8

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug tracker can be browsed at:

http://trac.wxwidgets.org/report

Please use the search function of our Trac installation to find
any possibly relevant bugs before reporting new ones. Also please
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
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.

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, June 2008

wxWidgets - 2.8.7

Published by tierra almost 9 years ago

wxWidgets 2.8.7

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, November 2007

wxWidgets - 2.8.6

Published by tierra almost 9 years ago

wxWidgets 2.8.6

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, September 2007

wxWidgets - 2.8.5

Published by tierra almost 9 years ago

wxWidgets 2.8.5

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, August 2007

wxWidgets - 2.8.4

Published by tierra almost 9 years ago

wxWidgets 2.8.4

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, March 2007

wxWidgets - 2.8.3

Published by tierra almost 9 years ago

wxWidgets 2.8.3

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, March 2007

wxWidgets - 2.8.2

Published by tierra almost 9 years ago

wxWidgets 2.8.2

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, March 2007

wxWidgets - 2.8.12

Published by tierra almost 9 years ago

wxWidgets 2.8.12

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, 7, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug tracker can be browsed at:

http://trac.wxwidgets.org/report

Please use the search function of our Trac installation to find
any possibly relevant bugs before reporting new ones. Also please
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
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.

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

Have fun!

The wxWidgets Team, March 2011

wxWidgets - 2.8.11

Published by tierra almost 9 years ago

wxWidgets 2.8.11

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug tracker can be browsed at:

http://trac.wxwidgets.org/report

Please use the search function of our Trac installation to find
any possibly relevant bugs before reporting new ones. Also please
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
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.

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, June 2008

wxWidgets - 2.8.10

Published by tierra almost 9 years ago

wxWidgets 2.8.10

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug tracker can be browsed at:

http://trac.wxwidgets.org/report

Please use the search function of our Trac installation to find
any possibly relevant bugs before reporting new ones. Also please
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
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.

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, June 2008

wxWidgets - 2.8.1

Published by tierra almost 9 years ago

wxWidgets 2.8.1

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, December 2006

wxWidgets - 2.8.0

Published by tierra almost 9 years ago

wxWidgets 2.8.0

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, NT, 2000, XP, Vista, Pocket PC/Mobile, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, December 2006

wxWidgets - 2.7.2

Published by tierra almost 9 years ago

wxWidgets 2.7.2

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Releases in the 2.7 series are considered development releases,
and as such, each new release may contain significant new
features or code changes which have not yet received thorough
testing and/or may break ABI or API compatibility with previous
releases. Therefore, we recommend that you keep this in mind if
you are to base your software on a 2.7 release, and thoroughly
test the parts of the wx library your application uses. Rest
assured however that these potentially incompatible changes are
made in order to evolve the toolkit to the next ABI stable
release series (2.8.x) and that normally efforts are made to
preserve compilation compatibility, so often moving to a new
development release just requires a full recompile of the
application using wxWidgets.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, Windows NT, Windows 2000, Windows XP,
    Pocket PC, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, October 2006

wxWidgets - 2.7.1

Published by tierra almost 9 years ago

wxWidgets 2.7.0

Welcome to wxWidgets, a sophisticated cross-platform C++
framework for writing advanced GUI applications using
native controls where possible.

In addition to common and advanced GUI facilities such as
frames, scrolling windows, toolbars, tree controls, icons,
device contexts, printing, splitter windows and so on, there are
wrappers for common file operations, and facilities for writing
TCP/IP applications, thread handling, and more. Where certain
features are not available on a platform, such as MDI and tree
controls on Unix, they are emulated.

A detailed 2000-page reference manual is supplied in HTML, PDF
and Windows Help form: see the docs hierarchy.

For a quick start, point your Web browser at docs/html/index.htm
for a list of important documents and samples.

Releases in the 2.7 series are considered development releases,
and as such, each new release may contain significant new
features or code changes which have not yet received thorough
testing and/or may break ABI or API compatibility with previous
releases. Therefore, we recommend that you keep this in mind if
you are to base your software on a 2.7 release, and thoroughly
test the parts of the wx library your application uses. Rest
assured however that these potentially incompatible changes are
made in order to evolve the toolkit to the next ABI stable
release series (2.8.x) and that normally efforts are made to
preserve compilation compatibility, so often moving to a new
development release just requires a full recompile of the
application using wxWidgets.

Changes in this release

Please see changes.txt and "Changes since 2.6" in the manual
for details.

Platforms supported

wxWidgets currently supports the following platforms:

  • Windows 95/98/ME, Windows NT, Windows 2000, Windows XP,
    Pocket PC, Smartphone
  • Most Unix variants with GTK+ 1 and GTK+ 2
  • Most Unix variants with X11 (beta)
  • Most Unix variants with Motif/Lesstif
  • MacOS 9.x and 10.x using Carbon (10.3 and above preferred)
  • MacOS 10.x using Cocoa (beta)
  • OS/2 (beta)
  • PalmOS (alpha)

Most popular C++ compilers are supported; see the install.txt
file for each platform (available via docs/html/index.htm) for details.
See also http://www.wxwidgets.org/platform.htm.

Note that 2.6 series were the last to fully support GTK+ 1.2, and Mac OS
9/Mac OS 10.2 and below. wxWidgets 2.7 and above focuses on GTK+ 2 and Mac OS
10.3 and above and compatibility with earlier systems is not guaranteed any
more.

Files

The distribution is available in archive formats appropriate to the
target system. See the download pages for details.

Installation

wxWidgets needs to be compiled before you can test out the samples
or write your own applications. For installation information, please
see the install.txt file in the individual directories:

docs/msw
docs/gtk
docs/motif
docs/mac
docs/cocoa
docs/x11
docs/mgl
docs/os2
docs/palmos

Licence information

For licensing information, please see the files:

docs/preamble.txt
docs/licence.txt
docs/licendoc.txt
docs/gpl.txt
docs/lgpl.txt

Although this may seem complex, it is there to allow authors of
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
applications using wxWidgets.

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
exception notice. Under Linux systems your app is probably linked
against LGPL glibc as well. Please read carefully LGPL, section
6. which describes conditions for distribution of closed source
applications linked against LGPL library. Basically you should
link dynamically and include source code of LGPL libraries with
your product (unless it is already present in user's system -
like glibc usually is). If compiled with --enable-odbc (Unix
only), wxWidgets library will contain iODBC library which is
covered by LGPL.

If you use TIFF image handler, please see src/tiff/COPYRIGHT
for libtiff licence details.

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.

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.

If you use wxXML classes or XRC, see src/expat/COPYING for licence details.

Documentation

See docs/html/index.htm for an HTML index of the major documents.

See docs/changes.txt for a summary of changes to wxWidgets.

See docs/tech for an archive of technical notes.

The wxWidgets bug database can be browsed at:

http://sourceforge.net/bugs/?group_id=9863

The Windows HTML Help files are located in docs/htmlhelp.
The Windows Help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.
The HTB (wxWidgets HTML Help) files are located in docs/htb.

Further information

The wxWidgets Web site is located at:

http://www.wxwidgets.org

The main wxWidgets ftp site is at:

ftp://biolpc22.york.ac.uk/pub

A wxWidgets CD-ROM with the latest distribution plus an HTML
front-end and hundreds of MB of compilers, utilities and other
material may be ordered from the CD-ROM page: see the wxWidgets
web site.

Have fun!

The wxWidgets Team, September 2005