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