]> git.saurik.com Git - wxWidgets.git/blame - docs/readme.txt
wxSizer patches by Alexander Smishlajev <als@turnhere.com>
[wxWidgets.git] / docs / readme.txt
CommitLineData
0e528b99 1wxWindows 2.1.11
733dac47 2----------------
41c09d48 3
8870c26e 4Welcome to wxWindows 2, a sophisticated cross-platform C++
2dc5505e
JS
5framework for writing advanced GUI applications using (where
6possible) the native controls.
7
8In addition to common and advanced GUI facilities such as frames, scrolling
b69f1bd1
JS
9windows, toolbars, tree controls, icons, device contexts, printing,
10splitter windows and so on, there are wrappers for common file operations,
11and facilities for writing TCP/IP applications, thread handling, and more.
2dc5505e
JS
12Where certain features are not available on a platform, such as MDI and
13tree controls on Unix, they are emulated.
14
af111fc3 15A detailed 1100-page reference manual is supplied in HTML, PDF and
b69f1bd1 16Windows Help form: see the docs hierarchy.
41c09d48 17
7921cf2b
JS
18For a quick start, point your Web browser at docs/html/index.htm for a list of
19important documents and samples.
20
ee1aaf99
JS
21Changes in this release
22-----------------------
23
0e528b99 24These are some of the major improvements:
ee1aaf99 25
0e528b99 26wxWindows 2.1.11
733dac47 27================
ee1aaf99 28
733dac47
JS
29- Numerous bug fixes and consistency improvements.
30- Further samples.
31- Factoring out of some code into base classes, for easier
32 maintenance.
0e528b99 33- Ability to compile library in console (non-GUI) mode.
ee1aaf99 34- Integration of wxHTML widget and help controller into
6adaedf0
JS
35 wxWindows. wxHTML allows HTML viewing and printing (wxGTK
36 and wxMSW, partial support in wxMotif).
ee1aaf99 37- New classes wxChrono, wxDialUpManager, wxFontEnumerator,
0e528b99
JS
38 wxWizard, wxStaticLine, etc.
39- wxShowTip for showing 'startup tips' to the user.
ee1aaf99 40- wxSocket and wxThread classes rewritten.
0e528b99 41- New, consistent drag and drop API (not wxMotif).
6adaedf0
JS
42- Better-looking dialogs in wxGTK; native message box used
43 in wxMotif.
0e528b99
JS
44- wxSizers reimplemented and used to specify window layout
45 for some generic dialogs.
46- New, more sophisticated wxGrid class (in beta). The old grid
47 class can still be used.
48- Text alignment options in wxStaticText.
49- wxImage class extended to read PCX and GIF files.
ee1aaf99 50- Documentation improvements.
106f0395
JS
51- Revised configure system for wxGTK and wxMotif; tmake-based
52 system for generating wxMSW makefiles.
53- Installer for Windows as alternative to zip archives.
ee1aaf99 54
41c09d48 55Platforms supported
c801d85f
KB
56-------------------
57
8870c26e 58wxWindows 2 currently supports the following platforms:
41c09d48
JS
59
60- Windows 3.1, Windows 95/98, Windows NT
8870c26e
JS
61- Most Unix variants with Motif/Lesstif
62- Most Unix variants with GTK+
733dac47
JS
63- Mac (not covered here: please see the wxWindows web site
64 for details)
8870c26e
JS
65
66Most popular C++ compilers are supported; see the release notes
67(available via docs/html/index.htm) for details.
41c09d48
JS
68
69Files
70-----
71
af111fc3
JS
72The distribution is available in a number of formats.
73The most convenient is the platform-specific distribution,
74but the zip set forms a more complete distribution, for example if
75you wish to take part in wxWindows development. Also, add-ons
76such as OGL may only be available in zip form.
77
78Zip set
79-------
80
41c09d48
JS
81Depending on what you downloaded, you may have one or more of
82these ports. You may unarchive any or all of the ports into
83the same directory hierarchy. The zip archive set comprises the
6e47faf1
JS
84following, where x is the minor version and y the release number:
85
86wx2_x_y_gen.zip Generic source code and samples (required)
87wx2_x_y_msw.zip Windows-specific source code
88wx2_x_y_mot.zip Motif-specific source code
89wx2_x_y_gtk.zip GTK-specific source code
90wx2_x_y_stubs.zip Stubs ('empty port') source. Needs
91 wx2_x_y_gen.zip/tgz.
92wx2_x_y_doc.zip Documentation source code (not required)
93wx2_x_y_hlp.zip WinHelp documentation
94wx2_x_y_pdf.zip Acrobat PDF documentation
95wx2_x_y_htm.zip HTML documentation
96wx2_x_y_vc.zip MS VC++ 5/6 project files
97wx2_x_y_bc.zip Borland C++ 5 project files
98wx2_x_y_cw.zip Metrowerks CodeWarrior 4.1 project files
99jpeg.zip Optional JPEG library
100ogl3.zip Optional Object Graphics Library
101glcanvas.zip Optional wxGLCanvas class (Motif, GTK, MSW)
102tex2rtf2.zip Tex2RTF documentation tool
c801d85f 103
af111fc3
JS
104wxWindows for GTK distribution
105------------------------------
0bc9b25e 106
6e47faf1
JS
107wxGTK-2.x.y.tgz wxGTK source distribution. You will
108 need the HTML and/or PDF documentation
109 from the zip set (above).
af111fc3
JS
110
111wxWindows for Motif distribution
112--------------------------------
113
6e47faf1
JS
114wxMotif-2.x.y.tgz wxMotif source distribution. You will
115 need the HTML and/or PDF documentation
116 -- OR -- from the zip set (above).
733dac47 117
6e47faf1 118wx2_x_y_gen.zip
6e47faf1 119wx2_x_y_mot.zip
733dac47 120jpeg.zip
af111fc3
JS
121
122wxWindows for Windows distribution
123----------------------------------
124
ee1aaf99
JS
125As well as the core source, the Windows setup contains:
126
127- Windows Help versions of the documentation (docs/winhelp);
128- wxGLCanvas (OpenGL integration, in utils/glcanvas);
129- OGL 3 (Object Graphics Library, in utils/ogl);
130- wxTreeLayout (for tree drawing, in utils/wxtree);
131- a Dialog Editor binary;
132- the JPEG library.
133
af111fc3
JS
134setup.exe Setup file (Windows 95/98, NT)
135setup.* Other setup files
0bc9b25e 136
41c09d48
JS
137Installation
138------------
139
8870c26e 140wxWindows 2 needs to be compiled before you can test out
41c09d48
JS
141the samples or write your own applications.
142For installation information, please see the install.txt file
143in the individual directories:
38d24a39
JS
144
145 docs/msw
146 docs/gtk
147 docs/motif
c801d85f 148
2dc5505e 149Licence information
41c09d48
JS
150-------------------
151
152For licensing information, please see the files:
153
154 docs/preamble.txt
155 docs/licence.txt
156 docs/licendoc.txt
157 docs/gpl.txt
158 docs/lgpl.txt
159
2dc5505e
JS
160Although this may seem complex, it is there to allow authors of
161proprietary/commercial applications to use wxWindows in
162addition to those writing GPL'ed applications. In summary,
163the licence is L-GPL plus a clause allowing unrestricted
164distribution of application binaries. To answer a FAQ, you
165don't have to distribute any source if you wish to write
166commercial applications using wxWindows.
167
168Documentation
169-------------
170
6adaedf0
JS
171See docs/release.txt for some notes about the current release.
172
173See docs/bugs.txt for a bug list: this file is new and will initially
174 be edited by hand, later generated from a web-based bug database.
175
2dc5505e
JS
176See docs/html/index.htm for an HTML index of the major documents.
177
6adaedf0
JS
178See docs/changes.txt for a detailed history of changes to wxWindows 2
179 (not up-to-date).
180
2dc5505e
JS
181The Windows help files are located in docs/winhelp.
182The PDF help files are located in docs/pdf.
183
184Further information
185-------------------
186
187The wxWindows Web site is located at:
188
8870c26e 189 http://www.wxwindows.org
2dc5505e 190
cba2db0c 191The wxGTK Web site (with further wxGTK-specific files and
2dc5505e
JS
192information) is located at:
193
194 http://www.freiburg.linux.de/~wxxt
195
196The main wxWindows ftp site is at:
197
198 ftp://www.remstar.com/pub/wxwin
199
200A wxWindows CD-ROM with the latest distribution plus an HTML
201front-end and hundreds of MB of compilers, utilities and other
af111fc3
JS
202material may be ordered from the CD-ROM page (see the wxWindows
203web site) or contact Julian Smart <julian.smart@ukonline.co.uk>.
2dc5505e
JS
204
205Good luck!
206
af111fc3 207The wxWindows Team, November 1999
41c09d48 208