Bumped up version to 2.1.16.
Semi-fixed list ctrl's header again. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
1st May '2000: wxWindows 2.1.16 release
|
||||
23rd May '2000: wxWindows pre-2.2 release
|
||||
|
||||
It was time for another beta.
|
||||
Complete freeze now. Only vital bug-fixes allowed.
|
||||
|
||||
Various enhancements to wxSizer.
|
||||
|
||||
@@ -8,6 +8,8 @@ Added wxGridSizer and wxFlexGridSizer.
|
||||
|
||||
Reworked wxURL.
|
||||
|
||||
MANY bugfixes.
|
||||
|
||||
22th March '2000: wxWindows 2.1.15 released
|
||||
|
||||
Build fix. RPMs no loner require GTK's include files.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
Welcome to wxWindows/Gtk 2.1.16
|
||||
Welcome to wxWindows/Gtk pre 2.2
|
||||
|
||||
you have downloaded a beta version of the GTK+ 1.2 port of
|
||||
the wxWindows GUI library. Although this is not yet the
|
||||
@@ -7,12 +7,12 @@ final stable release wxGTK 2.2, the current version has
|
||||
been tested carefully on many systems and has been found
|
||||
to work better than any other previous version.
|
||||
|
||||
This is the last beta release. wxWindows is now in a code
|
||||
freeze and only bugs will be corrected.
|
||||
This is the a pre-release. wxWindows is now in a complete
|
||||
freeze and only vital bugs will be corrected.
|
||||
|
||||
wxWindows no longer supports GTK 1.0 (as did some early
|
||||
snapshots) so that you will need GTK 1.2 when using it.
|
||||
GTK 1.2.6 is recommended although some programs will work
|
||||
GTK 1.2.7 is recommended although some programs will work
|
||||
with GTK 1.2.3 onwards.
|
||||
|
||||
More information is available from my homepage at:
|
||||
|
@@ -3,26 +3,24 @@
|
||||
|
||||
Improve, update translations. Install *.mo files somewehere.
|
||||
|
||||
wxFrame::SetMenuBar() bug
|
||||
|
||||
Add wxNoteBook::GetPageIndex()
|
||||
|
||||
Correct insert point in wxTextCtrl::SetValue()
|
||||
|
||||
wxBitmapButton doesn't refresh when parent gets refreshed
|
||||
|
||||
reverse log.h menu.h in menu.cpp
|
||||
|
||||
wxMDIXXXX:SetTitle() has no effect
|
||||
Fix wxMenu::Replace() bug reported weeks ago.
|
||||
|
||||
-------------------- Medium priority ---------------------
|
||||
|
||||
wxBitmapButton doesn't refresh when parent gets refreshed.
|
||||
-> Not important.
|
||||
|
||||
Show accelerator control labels and actually implement them
|
||||
-> Changed in GTK 1.2 (so let's do it for 1.2). Difficult.
|
||||
-> Difficult.
|
||||
|
||||
-------------------- Low priority ---------------------
|
||||
|
||||
Right aligned checkboxes: focus highlighting is wrong, tooltips can't be set can't be set
|
||||
-> Postponed. GTK 1.4 can do that.
|
||||
|
||||
Add wxNoteBook::GetPageIndex()
|
||||
Add wxNoteBook::SetTabPosition()
|
||||
-> Postponed.
|
||||
|
||||
More testing of Unicode support.
|
||||
-> Postponed.
|
||||
|
Reference in New Issue
Block a user