]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
A fix for when wxPython is compiled with no threads
[wxWidgets.git] / wxPython / CHANGES.txt
index cc795736edf4ba3d12c03cd23da71562a720514c..4b3e749313e2596cced427643692af5d5293e06c 100644 (file)
@@ -67,6 +67,27 @@ DrawPointList.
 
 Added a set of sophisticated Error Dialogs from Chris Fama.
 
+Added wxRightTextCtrl from Josu Oyanguren to wxPython.lib for aligning
+text in a wxTextCtrl to the right side.
+
+Added wxURLDataObject and and example showing drag and drop of URLs to
+and from web browsers.  It's still not 100% bullet-proof for all types
+of browsers, but it works for the majority of cases with the popular
+browsers on Windows.  On wxGTK it seems that only Netscape 4.x works,
+if anybody has any suggestions about this please bring it up on the
+wx-dev list.
+
+Added wxStopWatch.
+
+Added wxMimeTypesManager and wxFileType.
+
+Passing None for the handler parameter to one of the EVT_** functions
+will now Disconnect the event.
+
+Added wxPopupWindow and wxPopupTransientWindow.
+
+Added wxFileHistory.
+