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