]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/publicity/announce.txt
docstring fix
[wxWidgets.git] / docs / publicity / announce.txt
... / ...
CommitLineData
1Announcing wxWidgets 2.5.5: a cross-platform GUI toolkit
2----------------------------------------------------------------
3
4October 11th, 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
12- Linux/Unix/VMS with GTK+ 1.x and 2.0
13- Linux/Unix with X11 (beta)
14- Linux/Unix with Motif/Lesstif
15- Mac OS 9.x and 10.x using Carbon
16- Mac OS 10.x using Cocoa (beta)
17- OS/2 (beta)
18- MGL (Linux and DOS)
19
20A non-GUI subset of wxWidgets called wxBase is also supported
21on most of these platforms.
22
23To get wxWidgets, go to the Download page at:
24
25 http://www.wxwidgets.org
26
27This is a development snapshot, sometimes known as
28an 'unstable' release. Improvements over 2.4.x include:
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
35Digital Mars compiler support, and more. Improvements
36over 2.5.2 include much improved Mac OS X and Windows CE
37support, as well as the usual bug fixes and minor enhancements.
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
50each platform since it uses the native widget sets. There is also
51a generic widget set, used for example by the wxX11 port - no
52other widget set is required, giving the potential for embedded
53use.
54
55An extraordinary range of classes is provided - but don't be put
56off by this because most people find wxWidgets easier to learn
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 reading 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,
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.
68
69If you're an MFC user, you'll find many wxWidgets concepts
70reassuringly familiar, while often clearer and more consistent.
71If you're not, you should still find it intuitive from the start.
72
73wxWidgets bindings for several other languages are available,
74including Python, Perl, Basic, Lua, JavaScript and Eiffel.
75
76If you're considering wxWidgets, do check out some of these links:
77
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
81 ; users
82
83Have fun!
84
85The wxWidgets team
86