]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/grid.i
Since it is documented, changed GetOrCreateCellAttr from protected to
[wxWidgets.git] / wxPython / src / grid.i
2004-09-03  Robin DunnSince it is documented, changed GetOrCreateCellAttr...
2004-08-25  Robin DunnPatch from Jed Burgess that optionally allows the grid...
2004-07-17  Robin DunnAvoid using the OOR typemap in the constructors
2004-07-17  Robin Dunnprevent a reference leak when OOR objects are created
2004-07-06  Robin DunnAdd some grid related constants
2004-06-30  Robin DunnSince the wxPyMake_wxObject typemap is also used for...
2004-06-17  Robin Dunnin unicode mode the return value of gridtable.GetValue...
2004-06-17  Robin DunnAdded missing GetKind method
2004-06-14  Robin DunnAdded new event binders
2004-06-02  Robin DunnAdded more default args as needed to allow most window...
2004-06-02  Robin Dunnset the modules' pacakge name to "wx" using a new SWIG...
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-22  Robin DunnAdd PreGrid()
2004-05-14  Robin DunnModules generated by SWIG can now have module docstrings.
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-05-06  Robin DunnAdd GetClassDefaultAttribute. Since it is static we...
2004-04-27  Robin Dunnbetter __docfilter__ and other epydoc tweaks
2004-04-25  Robin DunnRenamed the core namespace's submodules to have a leadi...
2004-04-22  Robin DunnAdd __docfilter__ to modules so epydoc doesn't generate...
2004-04-15  Robin DunnAdd width and precision params for wxGridCellFloatEditor
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-06  Robin DunnFixed typo
2004-03-03  Robin Dunnfixed some docstrings
2004-02-19  Robin DunnAllow comparrisons with None
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-06  Robin DunnRename the grid selection mode flags
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
2003-11-21  Robin DunnLots of bup fixes, API updates, etc
2003-11-20  Robin DunnMore docstring updates for OUTPUT parameters
2003-11-19  Robin DunnChanged all TRUE/true --> True and all FALSE/false...
2003-11-13  Robin DunnRemoved %noautorepr directives
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...
2003-09-01  Robin DunnCorrected a return type
2003-08-08  Robin DunnAdded Python wrappers for wxRTTI for the wxVScrolledWindow,
2003-07-24  Robin DunnLots of changes for wxPython to start using many of...
2003-07-02  Robin DunnwxPython Merge #2 of 2.4 branch --> HEAD (branch tag...
2003-03-26  Robin DunnGetValue is pure virtual
2003-03-25  Robin DunnMerged wxPython 2.4.x to the 2.5 branch (Finally!!!)
2002-09-07  Robin DunnSome last minute little tweaks
2002-09-05  Robin DunnVarious wxPython updates to go along with recent change...
2002-08-22  Robin DunnA more dynamic wxWizard sample, and a fix for wxGrid...
2002-08-21  Robin DunnVarious changes needed to match recent cvs updates
2002-06-15  Robin DunnFixed a bunch of embarassing reference leaks
2002-05-02  Robin DunnChanged the name of export.h to wxPython.h so it wouldn...
2002-04-18  Robin DunnSome wxGrid related classes now support OOR.
2002-04-08  Robin DunnUpdates to match recent CVS changes.
2002-03-21  Robin DunnMore unicode related cleanup and fixes for wxPython
2002-03-13  Robin DunnCore wxPython (non-contrib) now fully works with Unicode!
2002-03-10  Robin DunnApplied and merged patch 486364, which enables wxPython...
2002-01-05  Robin DunnSome updates to go with changes in current CVS.
2001-12-19  Robin DunnChanged (again) how the Python global interpreter lock...
2001-11-29  Robin DunnChanges to ensure that GDI objects returned from Python...
2001-11-20  Robin DunnFixed some warnings
2001-10-30  Robin DunnAdded typemap for wxArrayString
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-09-16  Robin DunnSignificantly changed how the Python interpreter lock...
2001-09-04  Robin Dunnlittle tweaks
2001-08-31  Robin DunnAdded XRCed to the wxPython Tools directory, contribute...
2001-07-05  Robin Dunnodds and ends...
2001-05-31  Robin DunnAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv...
2001-05-17  Robin DunnImplemented the first phase of OOR (Original Object...
2000-12-22  Robin DunnAdded the wxClassInfo stuff back in to the modules...
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-04  Robin DunnAdded base_IsAcceptedKey which was fogotten somehow...
2000-10-30  Robin DunnMerged wxPython 2.2.2 over to the main branch
2000-07-15  Bryan Pettymerged 2.2 branch