]> git.saurik.com Git - wxWidgets.git/history - wxPython/src
Added ability to use xml resource files. Still need to add ability to
[wxWidgets.git] / wxPython / src /
2001-06-15  Robin DunnAdded ability to use xml resource files. Still need...
2001-05-31  Robin DunnAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv...
2001-05-22  Robin DunnUpdated SWIG generated code for wxGTK version
2001-05-22  Robin Dunnchanged version number
2001-05-20  Robin DunnSome more tweaks
2001-05-20  Robin DunnAdded sample to the demo for wxJoystick
2001-05-19  Robin Dunngenerated code for wxGTK for all the changes made earli...
2001-05-18  Robin DunnwxDragImage fixes and cleanup
2001-05-18  Robin DunnCleanup up the demo a bit
2001-05-18  Robin DunnFixed OOR related problem in OGL
2001-05-18  Robin DunnImplemented the first phase of OOR (Original Object...
2001-05-18  Robin DunnFixed wxPoint.__cmp__ and a few others
2001-05-17  Robin DunnImplemented the first phase of OOR (Original Object...
2001-05-09  Robin DunnFixed bug that prevented wxTreeCtrl.OnCompareItems...
2001-05-08  Robin Dunnupdated generated sources for wxMSW
2001-05-08  Robin DunnFixes for some changed stuff in wxHTML
2001-05-07  Robin Dunnsome updates for new methods, constants, etc.
2001-05-06  Robin DunnMouseWheel stuff
2001-04-30  Robin Dunnregenerated some more sources for gtk.
2001-04-30  Robin DunnSome tweaks and cleanup.
2001-04-30  Robin Dunnversion number.
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-04-30  Robin DunnSome tweaks and cleanup.
2001-04-27  Robin Dunngenerated source updates
2001-04-20  Robin DunnA few changes to match header changes and let wxPython...
2001-04-12  Robin DunnUpdated infoframe from Chris Fama
2001-04-09  Robin DunnImages can now be embedded in Python source files.
2001-04-09  Robin DunnImages can now be embedded in Python source files.
2001-04-02  Robin DunnFixed Tim's patch so it will compile when using a Pytho...
2001-04-02  Robin DunnAdded patch to wxPoint_LIST_helper from Tim Hochberg...
2001-04-02  Robin DunnAdded patch to wxPoint_LIST_helper from Tim Hochberg...
2001-04-02  Robin Dunnupdates of generated sources for wxGTK
2001-04-02  Robin Dunnupdates of generated sources for wxGTK
2001-04-02  Robin DunnOther odds and ends...
2001-04-02  Robin DunnwxPython now creates it's own Python thread state inste...
2001-04-02  Robin DunnFix for wxHtmlPrintout getting decrefed in Python at...
2001-03-26  Robin Dunnfixed bug in IMP_PYCALLBACK__BOOL2DBL2INT, for #223404...
2001-03-26  Robin DunnAdded wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
2001-03-15  Robin DunnwxGTK version of generated code for recent changes
2001-03-15  Robin DunnwxGTK version of generated code for recent changes
2001-03-15  Robin Dunnfixed the automatic sys.stdout/sys.stderr to window...
2001-03-14  Robin DunnChanged wxFont, wxPen, wxBrush to not implicitly use...
2001-03-13  Robin DunnA bunch of little tweaks, fixes, and additions
2001-02-21  Robin Dunnsome little fixes
2001-02-21  Robin Dunnsome little fixes
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2000-12-24  Robin DunnMore cleanup. Regenerated wxGTK code.
2000-12-22  Robin DunnAdded the wxClassInfo stuff back in to the modules...
2000-12-22  Robin DunnwxDefaultPosition and wxDefaultSize are marked read...
2000-12-22  Robin DunnMore cleanup. Removed all wxPyDefaultXXX since they...
2000-12-22  Robin DunnSome cleanup and a fix
2000-12-22  Robin DunnMassive code changes and cleanup to allow wxPython...
2000-12-11  Robin Dunn*** empty log message ***
2000-12-11  Robin DunnFixed a bunch of leaking references in how the callback...
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 Dunnsome little tweaks
2000-11-04  Robin DunnAdded base_IsAcceptedKey which was fogotten somehow...
2000-11-04  Robin Dunnupdated SWIG generated stuff
2000-10-30  Robin DunnMerged wxPython 2.2.2 over to the main branch
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch