Distrib changes.
Augemnted version to 2.1.11. Applied patch for wxGenericValidator. Corrected MDI's wxActivateEvent code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
25th October '99: My birthday, wxWindows 2.1.10 released
|
||||
1st November '99: wxWindows 2.1.11 released
|
||||
|
||||
There is still a unresolved problem with bitmap to image
|
||||
conversion on big-endian architectures (such as Solaris),
|
||||
@@ -55,7 +55,8 @@ all relevant SQL databases (even DBase). For that reason
|
||||
I have reawakened the iODBC code from wxGTK 2.0 so you
|
||||
can now use wxODBC from wxMSW and wxGTK.
|
||||
|
||||
Several printing things fixed.
|
||||
Several printing things fixed. More work needs to be done
|
||||
here..
|
||||
|
||||
HTML widget and the wxWindows' help system based upon
|
||||
it have been reorganized and improved for easier use
|
||||
@@ -107,6 +108,15 @@ A handler to read PCX file (in most variants) has been added.
|
||||
A number of problems with compressed and socket streams have
|
||||
been solved.
|
||||
|
||||
Changed behavour of wxTextStream to make use of deliminators
|
||||
and default to space as the standard C++ stream do.
|
||||
|
||||
Changes to tab traversal code to better reflect MSW code.
|
||||
|
||||
Corrected problems with wxGenericValidator and certain controls.
|
||||
|
||||
Made default button action work in more cases.
|
||||
|
||||
28th August '99: Ninth wxGTK 2.1 snapshot released
|
||||
|
||||
As the old makefile system didn't work, I trashed it and wrote
|
||||
|
@@ -1,10 +1,17 @@
|
||||
|
||||
Welcome to wxWindows/Gtk 2.1 snapshot 9,
|
||||
Welcome to wxWindows/Gtk 2.1.11
|
||||
|
||||
you have downloaded version 2.1 of the GTK+ 1.2 port of
|
||||
the wxWindows GUI library. This is a developers release
|
||||
and is it not suited for production development. Beware
|
||||
that major changes can happen before a final release.
|
||||
the wxWindows GUI library. Although this is not yet the
|
||||
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.
|
||||
|
||||
Nonetheless, beware that major changes can happen before
|
||||
a final release.
|
||||
|
||||
wxWindows no longer supports GTK 1.0 (as did some early
|
||||
snapshots) so that you will need GTK 1.2 when using it.
|
||||
|
||||
Beginning with snapshot 9, wxWindows uses a completely
|
||||
new make file system on Unix which no longer uses the
|
||||
@@ -15,18 +22,17 @@ More information is available from my homepage at:
|
||||
|
||||
http://wesley.informatik.uni-freiburg.de/~wxxt
|
||||
|
||||
and about the wxWindows project as a whole (and the
|
||||
Windows and Motif ports in particular) can be found
|
||||
at Julian Smart's homepage at:
|
||||
and about the wxWindows project as a whole (and the MSW
|
||||
and Motif ports in particular) can be found at Julian's
|
||||
homepage at:
|
||||
|
||||
http://web.ukonline.co.uk/julian.smart/wxwin
|
||||
|
||||
Information on how to install can be found in the file
|
||||
INSTALL.txt, but if you cannot wait, this should work on
|
||||
many systems (when using GTK 1.0 or when not using Linux
|
||||
read the INSTALL.txt):
|
||||
many systems:
|
||||
|
||||
./configure
|
||||
./configure --with-gtk
|
||||
make
|
||||
su <type root password>
|
||||
make install
|
||||
|
@@ -1,16 +1,10 @@
|
||||
|
||||
-------------------- High priority ---------------------
|
||||
|
||||
Finalise DnD API.
|
||||
|
||||
Fix bug that thread sample reports about non-finished threads.
|
||||
|
||||
Added wxExpandedImageList to wxTreeControl.
|
||||
|
||||
More testing of Unicode support.
|
||||
|
||||
Make wxSockets work on all platform.
|
||||
|
||||
Add ID based i18n system as a replacement for the
|
||||
unelegant gettext system.
|
||||
|
||||
@@ -20,8 +14,6 @@ Add TIFF handler. Someone? (Hint, hint).
|
||||
|
||||
Improve, update translations. Install *.mo files somewehere.
|
||||
|
||||
Sleep, eat, walk, study, shave, read, play piano and wash less.
|
||||
|
||||
-------------------- Medium priority ---------------------
|
||||
|
||||
Show accelerator control labels and actually implement them
|
||||
|
Reference in New Issue
Block a user