]> git.saurik.com Git - wxWidgets.git/blame - docs/publicity/announce.txt
spelling fixes and other minor corrections to the docs (patch 1273930 by Andreas...
[wxWidgets.git] / docs / publicity / announce.txt
CommitLineData
a6905d8b 1Announcing wxWidgets 2.6.1: a cross-platform GUI toolkit
c4077b34
JS
2----------------------------------------------------------------
3
a6905d8b 4June 5th, 2005 -- the wxWidgets team is pleased to announce
70171046 5a new official release of the mature cross-platform C++
c140b7e7 6application framework.
c4077b34 7
a9ddd443 8The following platforms are supported:
c4077b34
JS
9
10- Windows 95/98/ME, Windows NT, Windows 2000, Windows XP
70171046 11- Windows CE, including Pocket PC 2003 and Smartphone 2003
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
70171046 15- Mac OS 9.x and 10.2 and above using Carbon
4e9a4c98
JS
16- Mac OS 10.x using Cocoa (beta)
17- OS/2 (beta)
70171046
JS
18- MGL for Linux and DOS
19- Palm OS (alpha)
c4077b34 20
c140b7e7
JS
21A non-GUI subset of wxWidgets called wxBase is also supported
22on most of these platforms.
c4077b34 23
c140b7e7 24To get wxWidgets, go to the Download page at:
c4077b34 25
fc2171bd 26 http://www.wxwidgets.org
c4077b34 27
70171046
JS
28Since 2.4.2, we have added support for Windows Mobile devices,
29enhanced GTK+ 2 support, radically overhauled the Mac OS X port,
30replaced the build system with Bakefile, added better
31integration with STL, and added a CppUnit-based test suite.
32Other changes include sizer improvements, new Gnome printing
33features, ODBC enhancements such as BLOB support and Unicode
34support on Windows, wxTaskBarIcon support on Mac OS X and Linux
35as well as Windows, top-level windows can have arbitrary shapes,
36images can have alpha channels, plus many API enhancements and
37bug fixes to existing classes. New classes include
38wxVScrolledWindow, wxVListBox, wxHtmlListbox,
39wxPropertySheetDialog, wxGridBagSizer, wxMediaCtrl,
40wxDatePickerCtrl, wxArchiveInputStream/wxArchiveOutputStream
41(including zip archive read/write support), wxListbook,
42wxChoicebook, wxDebugReport, and more.
c140b7e7
JS
43
44*** About wxWidgets
45
46wxWidgets is a comprehensive open-source, multi-platform C++ GUI
47framework, that can be used to build commercial and free
48software. First released in 1992 under the name wxWindows, it's
49increasingly used by organisations and individuals all over the
50world due to its winning combination of sophistication, wide
51platform coverage, ease of use, unrestrictive licence and
52vibrant user community.
53
54For most ports, wxWidgets adopts the native look and feel of
c4077b34 55each platform since it uses the native widget sets. There is also
c140b7e7
JS
56a generic widget set, used for example by the wxX11 port - no
57other widget set is required, giving the potential for embedded
58use.
c4077b34
JS
59
60An extraordinary range of classes is provided - but don't be put
c140b7e7 61off by this because most people find wxWidgets easier to learn
c4077b34
JS
62and use than MFC and other frameworks.
63
64As well as comprehensive support for the usual widgets, advanced
65features include: HTML viewing/printing, wxImage class providing
3980000c 66handlers for reading and writing many image types, resizeable panels
c4077b34
JS
67and dialogs on all platforms, document/view, OpenGL support,
68HTML-based and context-sensitive help, wizards, drag and drop,
69a grid class, ODBC support, threads, sockets, container classes,
08890e27 70a styled text control, and much more. A 2,000-page reference manual
ded06716
KH
71is provided in HTML, MS HTML Help, WinHelp, wxWidgets Help and PDF
72formats, and there are over eighty samples and demos.
c4077b34 73
c140b7e7 74If you're an MFC user, you'll find many wxWidgets concepts
c4077b34
JS
75reassuringly familiar, while often clearer and more consistent.
76If you're not, you should still find it intuitive from the start.
77
c140b7e7 78wxWidgets bindings for several other languages are available,
c4077b34
JS
79including Python, Perl, Basic, Lua, JavaScript and Eiffel.
80
c140b7e7 81If you're considering wxWidgets, do check out some of these links:
c4077b34 82
fc2171bd
JS
83 http://www.wxwidgets.org/feedback.htm ; Comments from users
84 http://www.wxwidgets.org/screensh.htm ; Screenshots
85 http://www.wxwidgets.org/users.htm ; A list of some of our
c4077b34
JS
86 ; users
87
88Have fun!
89
c140b7e7 90The wxWidgets team
c057a510 91