]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Implemented GetTextExtent() for GTK 2.0.
[wxWidgets.git] / docs / changes.txt
index 983a6c890141f8499acaaa686ae3a762830cfb4b..bd59434497102daf6d920b4d23c980db3b18c745 100644 (file)
@@ -96,6 +96,10 @@ All (GUI):
   for example, use wxScrolledWindow::GetViewStart() now instead of ViewStart()
   and GetCount() instead of Number() in many classes
 
+- wxCmdLineParser does not use wxLog to output messages anymore.
+  to obtain the previous behaviour, add
+  wxMessageOutput::Set(new wxMessageOutputLog); to your program
+  (you will need to #include <wx/msgout.h>)
 
 wxMSW:
 
@@ -279,6 +283,10 @@ wxMotif:
 - improved colour settings return values (Ian Brown)
 - improved border style handling for wxStaticText (Ian Brown)
 - improved toolbar control alignment
+- implemented wxSpinButton
+- implemented wxCheckListBox
+- fixed wxSpinCtrl and wxStaticLine when used with sizers
+- wxStaticBitmap now shows transparent icons correctly
 
 wxHTML: