TODO updated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
1st May '2000: wxWindows 2.1.16 release
|
||||
|
||||
It was time for another beta.
|
||||
|
||||
Various enhancements to wxSizer.
|
||||
|
||||
Added wxGridSizer and wxFlexGridSizer.
|
||||
|
||||
Reworked wxURL.
|
||||
|
||||
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.15
|
||||
Welcome to wxWindows/Gtk 2.1.16
|
||||
|
||||
you have downloaded a beta version of the GTK+ 1.2 port of
|
||||
the wxWindows GUI library. Although this is not yet the
|
||||
@@ -44,7 +44,7 @@ VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR
|
||||
WAS REPORTED. I know this has no effect, but I tried...
|
||||
|
||||
The library produced by the install process will be called
|
||||
libwx_gtk.a (static) and libwx_gtk-2.1.so.15.0.0 (shared) so
|
||||
libwx_gtk.a (static) and libwx_gtk-2.1.so.16.0.0 (shared) so
|
||||
that once a binary incompatible version of wxWindows/Gtk comes
|
||||
out we'll augment the library version number to avoid linking
|
||||
problems.
|
||||
|
@@ -3,6 +3,18 @@
|
||||
|
||||
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
|
||||
|
||||
-------------------- Medium priority ---------------------
|
||||
|
||||
Show accelerator control labels and actually implement them
|
||||
|
Reference in New Issue
Block a user