]> git.saurik.com Git - wxWidgets.git/blame - docs/publicity/announce.txt
Updated version number
[wxWidgets.git] / docs / publicity / announce.txt
CommitLineData
2a3476f2 1Announcing wxWidgets 2.5.3: a cross-platform GUI toolkit
c4077b34
JS
2----------------------------------------------------------------
3
4e9a4c98 4May 31st, 2004 -- the wxWidgets team is pleased to announce
c140b7e7
JS
5a development snapshot release of the mature cross-platform C++
6application framework.
c4077b34 7
a9ddd443 8The following platforms are supported:
c4077b34
JS
9
10- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP
4e9a4c98 11- Windows CE
c140b7e7 12- Linux/Unix/VMS with GTK+ 1.x and 2.0
4e9a4c98 13- Linux/Unix with X11 (beta)
c140b7e7 14- Linux/Unix with Motif/Lesstif
4e9a4c98
JS
15- Mac OS 9.x and 10.x using Carbon
16- Mac OS 10.x using Cocoa (beta)
17- OS/2 (beta)
c140b7e7 18- MGL (Linux and DOS)
c4077b34 19
c140b7e7
JS
20A non-GUI subset of wxWidgets called wxBase is also supported
21on most of these platforms.
c4077b34 22
c140b7e7 23To get wxWidgets, go to the Download page at:
c4077b34 24
fc2171bd 25 http://www.wxwidgets.org
c4077b34 26
c140b7e7 27This is a development snapshot, sometimes known as
4e9a4c98 28an 'unstable' release. Improvements over 2.4.x include:
c140b7e7
JS
29numerous bug fixes, STL-like container classes,
30improved GTK+ 2 compatibility, new build system,
31improved Unicode compatibility, wxRenderer class,
32shaped frame and dialog windows on Windows and GTK+,
33more efficient UI update processing, print preview
34improvements, wxCrashReport class, OpenWatcom and
4e9a4c98
JS
35Digital Mars compiler support, and more. Improvements
36over 2.5.1 include much improved Mac OS X and Windows CE
37support, as well as the usual bug fixes and minor enhancements.
c140b7e7
JS
38
39*** About wxWidgets
40
41wxWidgets is a comprehensive open-source, multi-platform C++ GUI
42framework, that can be used to build commercial and free
43software. First released in 1992 under the name wxWindows, it's
44increasingly used by organisations and individuals all over the
45world due to its winning combination of sophistication, wide
46platform coverage, ease of use, unrestrictive licence and
47vibrant user community.
48
49For most ports, wxWidgets adopts the native look and feel of
c4077b34 50each platform since it uses the native widget sets. There is also
c140b7e7
JS
51a generic widget set, used for example by the wxX11 port - no
52other widget set is required, giving the potential for embedded
53use.
c4077b34
JS
54
55An extraordinary range of classes is provided - but don't be put
c140b7e7 56off by this because most people find wxWidgets easier to learn
c4077b34
JS
57and use than MFC and other frameworks.
58
59As well as comprehensive support for the usual widgets, advanced
60features include: HTML viewing/printing, wxImage class providing
61handlers for eading and writing many image types, resizeable panels
62and dialogs on all platforms, document/view, OpenGL support,
63HTML-based and context-sensitive help, wizards, drag and drop,
64a grid class, ODBC support, threads, sockets, container classes,
c140b7e7
JS
65a styled text control, and much more. An 1800-page reference manual
66is provided in HTML, MS HTML Help, WinHelp, wxWidgets Help and PDF
67formats, and there are over 80 samples and demos.
c4077b34 68
c140b7e7 69If you're an MFC user, you'll find many wxWidgets concepts
c4077b34
JS
70reassuringly familiar, while often clearer and more consistent.
71If you're not, you should still find it intuitive from the start.
72
c140b7e7 73wxWidgets bindings for several other languages are available,
c4077b34
JS
74including Python, Perl, Basic, Lua, JavaScript and Eiffel.
75
c140b7e7 76If you're considering wxWidgets, do check out some of these links:
c4077b34 77
fc2171bd
JS
78 http://www.wxwidgets.org/feedback.htm ; Comments from users
79 http://www.wxwidgets.org/screensh.htm ; Screenshots
80 http://www.wxwidgets.org/users.htm ; A list of some of our
c4077b34
JS
81 ; users
82
83Have fun!
84
c140b7e7 85The wxWidgets team
c057a510 86