X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b3d3bc44bee290fc5b34279adb60156f28689d3..045c4fab85bd7bcc59010d663e23ea70dda3c7bc:/utils/wxPython/CHANGES.txt diff --git a/utils/wxPython/CHANGES.txt b/utils/wxPython/CHANGES.txt index 584db3b1ad..9ed776e60b 100644 --- a/utils/wxPython/CHANGES.txt +++ b/utils/wxPython/CHANGES.txt @@ -66,7 +66,11 @@ Added a wrapper for the PCX and TIFF ImageHandlers. wxRect now simulates attributes named left, right, top and bottom. +Removed all non wx stuff from the glcanvas module since DA's PyOpenGL +is better and compatible with the wxGLCanvas. You can get it at +http://starship.python.net:9673/crew/da/Code/PyOpenGL. +Added some missing EVT_ functions.