]> git.saurik.com Git - wxWidgets.git/blame - docs/publicity/announce.txt
Avoid overflowing the wake up when handling events in Unix console apps.
[wxWidgets.git] / docs / publicity / announce.txt
CommitLineData
50c80a59 1Announcing wxWidgets 2.7.0: a cross-platform GUI toolkit
c4077b34
JS
2----------------------------------------------------------------
3
50c80a59
VZ
4August 5th, 2006 -- the wxWidgets team is pleased to announce
5a new release of the mature cross-platform C++ application framework.
c4077b34 6
a9ddd443 7The following platforms are supported:
c4077b34
JS
8
9- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP
50c80a59 10- Windows 64 on Itanium and x86-64 architectures
70171046 11- Windows CE, including Pocket PC 2003 and Smartphone 2003
50c80a59
VZ
12- Unix (Linux, *BSD, Solaris, AIX, HP-UX, IRIX, Tru64) and VMS with GTK+
13- Unix with X11 (beta)
14- Unix with Motif/Lesstif
15- Mac OS X using Carbon
16- Mac OS X using Cocoa (beta)
4e9a4c98 17- OS/2 (beta)
c4077b34 18
50c80a59
VZ
19To get wxWidgets, please go to the Download page at:
20
21 http://www.wxwidgets.org/
22
a109e12b
RD
23This is the first version in the new 2.7 development series. Please
24notice that this series is called "development" and not "stable"
25solely because ABI or API compatibility is not assured between
26different 2.7.x series versions. Rest assured however that these
27potentially incompatible changes are made in order to evolve the
28toolkit to the next ABI stable release series (2.8.x) and that
29normally efforts are made to preserve compilation compatibility, so
30often moving to a new development release just requires a full
31recompile of the application using wxWidgets. There are currently no
32known issues with the stability of the programs using this version.
50c80a59
VZ
33
34There have been many changes since the 2.6 series, please see the
35change log file included in the distribution for more details. The
36most significant additions to the GUI part of the libraries were:
37
38 - AUI (advanced user interface) library providing dockable
39 windows and much more
40 - richtext library implementing wxRichTextCtrl
41 - New wxComboCtrl and wxOwnerDrawnComboBox controls
42 - New wxTreebook book-like control
43 - New wxColour/Dir/File/Font/PickerCtrls
44 - wxHyperlinkCtrl control
45
c140b7e7
JS
46
47*** About wxWidgets
48
49wxWidgets is a comprehensive open-source, multi-platform C++ GUI
50framework, that can be used to build commercial and free
51software. First released in 1992 under the name wxWindows, it's
52increasingly used by organisations and individuals all over the
53world due to its winning combination of sophistication, wide
54platform coverage, ease of use, unrestrictive licence and
55vibrant user community.
56
57For most ports, wxWidgets adopts the native look and feel of
c4077b34 58each platform since it uses the native widget sets. There is also
c140b7e7
JS
59a generic widget set, used for example by the wxX11 port - no
60other widget set is required, giving the potential for embedded
61use.
c4077b34
JS
62
63An extraordinary range of classes is provided - but don't be put
c140b7e7 64off by this because most people find wxWidgets easier to learn
c4077b34
JS
65and use than MFC and other frameworks.
66
67As well as comprehensive support for the usual widgets, advanced
68features include: HTML viewing/printing, wxImage class providing
d13b34d3 69handlers for reading and writing many image types, resizable panels
c4077b34
JS
70and dialogs on all platforms, document/view, OpenGL support,
71HTML-based and context-sensitive help, wizards, drag and drop,
72a grid class, ODBC support, threads, sockets, container classes,
08890e27 73a styled text control, and much more. A 2,000-page reference manual
ded06716
KH
74is provided in HTML, MS HTML Help, WinHelp, wxWidgets Help and PDF
75formats, and there are over eighty samples and demos.
c4077b34 76
c140b7e7 77If you're an MFC user, you'll find many wxWidgets concepts
c4077b34
JS
78reassuringly familiar, while often clearer and more consistent.
79If you're not, you should still find it intuitive from the start.
80
50c80a59 81wxWidgets bindings for many other languages are available,
c4077b34
JS
82including Python, Perl, Basic, Lua, JavaScript and Eiffel.
83
c140b7e7 84If you're considering wxWidgets, do check out some of these links:
c4077b34 85
50c80a59
VZ
86 http://www.wxwidgets.org/about/feedback.htm ; Comments from users
87 http://www.wxwidgets.org/about/screensh.htm ; Screenshots
88 http://www.wxwidgets.org/about/users.htm ; Some of our users
c4077b34
JS
89
90Have fun!
91
c140b7e7 92The wxWidgets team
c057a510 93