]> git.saurik.com Git - wxWidgets.git/blame - docs/readme.txt
Set string in wxEVT_COMMAND_COMBOBOX_SELECTED event in wxOSX/Cocoa.
[wxWidgets.git] / docs / readme.txt
CommitLineData
c05b000c 1 wxWidgets 2.9.4 Release Notes
0e601bf0 2 =============================
41c09d48 3
4b876233
VZ
4Welcome to the latest release of wxWidgets, a free cross-platform C++
5framework for writing advanced GUI applications using native controls.
6
2dc5505e 7
0e601bf0
VZ
8In addition to common and advanced GUI facilities such as frames,
9scrolling windows, toolbars, tree controls, icons, device contexts,
10printing, splitter windows and so on, there are wrappers for common
4b876233
VZ
11file operations, facilities for writing network applications,
12thread handling, and so on. You can learn more about wxWidgets at
13
14 http://www.wxwidgets.org/
15
16
17wxWidgets sources are available for download from
18
c05b000c 19 https://sourceforge.net/projects/wxwindows/files/2.9.4/
4b876233
VZ
20
21or
22
c05b000c 23 ftp://ftp.wxwidgets.org/pub/2.9.4/
4b876233
VZ
24
25Please see the "Files" section below for the description of various
26files available at these locations.
27
0e601bf0
VZ
28
29A detailed reference manual including in-depth overviews for various
30topics is supplied in various formats and can be accessed online at
4b876233 31
c05b000c 32 http://docs.wxwidgets.org/2.9.4/
0e601bf0
VZ
33
34
c05b000c 35Note about naming: while 2.9.4 is called a "development" release,
4b876233
VZ
36this only means that API is not guaranteed to remain unchanged in the
37subsequent 2.9.x releases (although it is still likely that it will),
38unlike in the stable 2.8.x branch. We believe the current version is
39stable and suitable for use in production environment.
2dc5505e 40
41c09d48 41
7921cf2b 42
ee1aaf99
JS
43Changes in this release
44-----------------------
45
0e601bf0
VZ
46This release contains several years worth of improvements compared
47to 2.8 version. Notably, Unicode support has been completely
48overhauled and made much easier to use. Debugging support, including
49when using a release build of the library, was much improved making
50it less likely that you use the library incorrectly. Many new GUI
51and base classes have been added or improved.
52
53Please see the file docs/changes.txt for more details and make sure
54to read the section "Incompatible changes since 2.8" if you upgrade
55from a previous wxWidgets release.
56
57This release introduces many important changes and we are looking
58forward to your feedback about them. In particular please let us
59know about any regressions compared to the previous versions (see
60the section "Bug reporting" below) so that we could fix them before
613.0 release.
62
ee1aaf99 63
41c09d48 64Platforms supported
c801d85f
KB
65-------------------
66
0e601bf0 67wxWidgets currently supports the following primary platforms:
41c09d48 68
0e601bf0
VZ
69- Windows 95/98/ME, NT, 2000, XP, Vista, 7
70- Most Unix variants using the GTK+ toolkit (version 2.4 or newer)
71- Mac OS X (10.4 or newer) using either Carbon or Cocoa
68a9f952 72
0e601bf0 73There is some support for the following platforms:
68a9f952
RR
74
75- Most Unix variants with X11
c4077b34 76- Most Unix variants with Motif/Lesstif
68a9f952 77- Most Unix variants with GTK+ 1.2
68a9f952 78- OS/2
0e601bf0 79- Windows CE (Pocket PC)
8870c26e 80
9bb3479c 81Most popular C++ compilers are supported; see the install.txt
0e601bf0
VZ
82file for each platform (available via docs/html/index.htm) and
83http://wiki.wxwidgets.org/Supported_Platforms for the most up to
84date status.
85
41c09d48
JS
86
87Files
88-----
89
4b876233
VZ
90wxWidgets is distributed in source form in several archive formats.
91ZIP and 7z archives are for Microsoft Windows users and contain the
92files with DOS/Windows line endings while the compressed tar archives
93for Unix systems users (including OS X) and contain the files with
94Unix line endings. Please notice that some Windows tools still don't
95accept files with Unix line endings and that compiling sources with
96DOS line endings under Unix will fail, so please choose the correct
97file for your system.
98
99In addition to the sources, documentation in HTML, CHM and HTB
100(wxWidgets help viewer) formats is provided as well as an installer
101for Microsoft Windows. Notice that you will still need to compile
102wxWidgets even when using the installer.
0bc9b25e 103
0e601bf0 104
41c09d48
JS
105Installation
106------------
107
2a3476f2
JS
108wxWidgets needs to be compiled before you can test out the samples
109or write your own applications. For installation information, please
0e601bf0
VZ
110see the install.txt file in the docs subdirectory appropriate for
111the platform you use.
112
c801d85f 113
2dc5505e 114Licence information
41c09d48
JS
115-------------------
116
117For licensing information, please see the files:
118
119 docs/preamble.txt
120 docs/licence.txt
121 docs/licendoc.txt
122 docs/gpl.txt
123 docs/lgpl.txt
124
2dc5505e 125Although this may seem complex, it is there to allow authors of
5147354c
JS
126proprietary/commercial applications to use wxWidgets in addition
127to those writing GPL'ed applications. In summary, the licence is
128LGPL plus a clause allowing unrestricted distribution of
129application binaries. To answer a FAQ, you don't have to
130distribute any source if you wish to write commercial
0e601bf0 131applications using wxWidgets.
5147354c
JS
132
133However, if you distribute wxGTK or wxMotif (with Lesstif)
134version of your application, don't forget that it is linked
135against GTK+ (or Lesstif) which is covered by LGPL *without*
136exception notice. Under Linux systems your app is probably linked
137against LGPL glibc as well. Please read carefully LGPL, section
1386. which describes conditions for distribution of closed source
139applications linked against LGPL library. Basically you should
140link dynamically and include source code of LGPL libraries with
141your product (unless it is already present in user's system -
0e601bf0 142like glibc usually is).
9922de0b 143
26de8b7d 144If you use TIFF image handler, please see src/tiff/COPYRIGHT
cb128243 145for libtiff licence details.
26de8b7d 146
5147354c
JS
147If you use JPEG image handler, documentation for your program
148should contain following sentence: "This software is based in
149part on the work of the Independent JPEG Group". See
150src/jpeg/README for details.
26de8b7d 151
5147354c
JS
152If you use wxRegEx class on a system without native regular
153expressions support (i.e. MS Windows), see src/regex/COPYRIGHT
154file for Henry Spencer's regular expression library copyright.
a553cb8b 155
cb128243
VS
156If you use wxXML classes or XRC, see src/expat/COPYING for licence details.
157
0e601bf0 158
2dc5505e
JS
159Documentation
160-------------
161
0e601bf0 162wxWidgets documentation is available online at
c05b000c 163http://docs.wxwidgets.org/2.9.4/ and can also be downloaded in HTML
0e601bf0
VZ
164format. To generate documentation in other formats (PDF, CHM, ...)
165please use the scripts in docs/doxygen directory.
2dc5505e 166
9ba09ba5 167
0e601bf0
VZ
168Bug reporting
169-------------
6adaedf0 170
e5795ba9
VZ
171The wxWidgets bug tracker can be browsed at:
172
173 http://trac.wxwidgets.org/report
174
175Please use the search function of our Trac installation to find
176any possibly relevant bugs before reporting new ones. Also please
d7006f44
VZ
177notice that often trying to correct the bug yourself is the
178quickest way to fix it. Even if you fail to do it, you may
e5795ba9
VZ
179discover valuable information allowing us to fix it while doing
180it. We also give much higher priority to bug reports with patches
181fixing the problems so this ensures that your report will be
182addressed sooner.
4e3ad7c0 183
2dc5505e
JS
184
185Further information
186-------------------
187
fc2171bd 188The wxWidgets Web site is located at:
2dc5505e 189
8563b811 190 http://www.wxwidgets.org/
2dc5505e 191
fc2171bd 192The main wxWidgets ftp site is at:
2dc5505e 193
8563b811 194 ftp://ftp.wxwidgets.org/pub/
2dc5505e 195
fc2171bd 196A wxWidgets CD-ROM with the latest distribution plus an HTML
2dc5505e 197front-end and hundreds of MB of compilers, utilities and other
fc2171bd 198material may be ordered from the CD-ROM page: see the wxWidgets
ab85e6cd 199web site.
2dc5505e 200
bc00e715 201Have fun!
2dc5505e 202
23818855 203The wxWidgets Team, December 2011