X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6978454848452da47ef7adade19e93fae53a064..5fa4613c81c918b98da6cecfe332d0fbcee56319:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 6561a8ae5d..4b3e749313 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -65,6 +65,29 @@ C++ pointer. Added some optimization methods to wxDC: GetBoundingBox, DrawLineList, 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. +