]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/gtk/changes.txt
corrected Remove() description
[wxWidgets.git] / docs / gtk / changes.txt
index a0ae7a93d966a9847747b219dcb965d9412d4fa1..694e7c857253d999bfa39540986e9b15955fad8f 100644 (file)
@@ -1,4 +1,33 @@
 
+20th February '2000: wxWindows 2.1.14 released
+
+Minor changes to socket code.
+
+Added code for rotating images.
+
+Much work on the new grid class has been done.
+
+wxPlotWindow is now useful and works.
+
+Corrected one more bug in the TIFF handler.
+
+It is now possible to run wxGTK apps in the best visual
+instead of only the default on system that support this
+(typically IRIX).
+
+Added default keyboard handling to wxScrolledWindow.
+
+Fixed slightly overoptimized window colour and style handling.
+This will expose a bug in the GtkPixmap theme, or more exactly
+in ImLib's image cashing so that wxGTK currently doesn't work
+well with pixamp themes.
+
+Fixed bug in drawing code that made GTK pick the wrong pen
+style when using the default.
+
+The L-GPL iODBC library must now be enables explicitly so as
+to not mislead people into reading the license wrong.
+
 24th January '2000: wxWindows 2.1.13 released
 
 Corrections to TAB handling in notebooks.