]> git.saurik.com Git - wxWidgets.git/history - wxPython/setup.py
Demo cleanup and path issues.
[wxWidgets.git] / wxPython / setup.py
2002-01-24  Robin DunnDemo cleanup and path issues.
2002-01-22  Robin DunnChanges to match recent CVS updates, added demo for...
2002-01-06  Robin DunnUpdated wxPython version number
2001-12-20  Robin DunnTools
2001-12-19  Robin DunnChanged (again) how the Python global interpreter lock...
2001-12-13  Robin DunnBuild and distrib tweaks
2001-12-11  Robin DunnOops... Committed wrong version last time.
2001-12-11  Robin DunnAnother distrib fix
2001-12-10  Robin DunnSome demo cleanup and distrib stuff
2001-12-08  Robin Dunnalso turn off build of gizmos and dllwidget if CORE_ONLY==1
2001-12-07  Robin DunnAdded wxLEDNumberCtrl to gizmos and wxPython
2001-12-06  Robin DunnAdded wxDllWidget from Vaclav Slavik which allows wx...
2001-12-03  Robin DunnAdded SplitTree sample to the demo
2001-11-27  Robin DunnNew SWIGged files for wxMac
2001-11-27  Robin DunnChanges needed to solve wxPython's OOR problem for...
2001-11-25  Robin DunnAdded wxDynamicSashWindow to wxPython, plus other odds...
2001-10-30  Robin DunnAdded typemap for wxArrayString
2001-10-27  Robin DunnSince there have to be platform ifdef's in wxSTC for...
2001-10-27  Robin DunnFirst pass at wxPython for Mac (darwin only so far...
2001-10-26  Robin DunnUse the right flags on wx-config
2001-10-21  Robin DunnUpdated for new library and DLL names on MSW
2001-10-18  Robin DunnwxPython updates for new wxSTC
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-04  Robin DunnFixed Ron's fix
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-18  Robin Dunnversion number update
2001-09-16  Robin DunnSignificantly changed how the Python interpreter lock...
2001-09-04  Robin DunnA couple little fixes for wxSTC
2001-09-01  Robin DunnCleaned up some and started using path joins and normal...
2001-08-28  Robin DunnAdded a new sample app that is a style editor for wxSTC.
2001-08-14  Robin DunnDeprecated PyShell and PyShellWindow, added a snapshot...
2001-07-29  Robin DunnAdded context help stuff to wxPython
2001-07-14  Robin DunnNumber() to GetCount() and other changes needed for...
2001-07-13  Robin Dunnfixed missing package dir
2001-07-05  Robin DunnChecked in temporarily munged copy before...
2001-07-05  Robin DunnSome tweaks for building the RPMs for multiple differen...
2001-07-05  Robin DunnFixing some demos to look and act better
2001-07-04  Robin Dunnupdated version number
2001-06-15  Robin DunnAdded ability to use xml resource files. Still need...
2001-05-22  Robin Dunnchanged version number
2001-04-30  Robin DunnSome tweaks and cleanup.
2001-04-20  Robin DunnCommented out hack for VC++ 5.0
2001-04-02  Robin DunnApplied patch for building with Borland C++ (untested...
2001-03-26  Robin DunnRemoved initial startup dependency on the OpenGL DLLs...
2001-03-18  Ron LeeUpdated /debian with the latest changes from 2.2 branch.
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2001-01-02  Robin Dunntest cvs commit
2000-12-22  Robin DunnMassive code changes and cleanup to allow wxPython...
2000-12-10  Robin DunnFixed a bunch of leaking references in how the callback...
2000-11-21  Robin DunnNew typemaps for wxString when compiling for Python...
2000-11-04  Robin Dunnadded /GX- to get around an internal compiler error...
2000-10-30  Robin DunnMerged wxPython 2.2.2 over to the main branch