]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/publicity/announce.txt
-1->wxID_ANY, TRUE->true and FALSE->false replacements.
[wxWidgets.git] / docs / publicity / announce.txt
... / ...
CommitLineData
1Announcing wxWidgets 2.5.1: a cross-platform GUI toolkit
2----------------------------------------------------------------
3
4February 24th, 2004 -- the wxWidgets team is pleased to announce
5a development snapshot release of the mature cross-platform C++
6application framework.
7
8The following platforms are supported:
9
10- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP
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)
18
19A non-GUI subset of wxWidgets called wxBase is also supported
20on most of these platforms.
21
22To get wxWidgets, go to the Download page at:
23
24 http://www.wxwidgets.org
25
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
47each platform since it uses the native widget sets. There is also
48a generic widget set, used for example by the wxX11 port - no
49other widget set is required, giving the potential for embedded
50use.
51
52An extraordinary range of classes is provided - but don't be put
53off by this because most people find wxWidgets easier to learn
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,
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.
65
66If you're an MFC user, you'll find many wxWidgets concepts
67reassuringly familiar, while often clearer and more consistent.
68If you're not, you should still find it intuitive from the start.
69
70wxWidgets bindings for several other languages are available,
71including Python, Perl, Basic, Lua, JavaScript and Eiffel.
72
73If you're considering wxWidgets, do check out some of these links:
74
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
78 ; users
79
80Have fun!
81
82The wxWidgets team
83