]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/grid.i
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / src / grid.i
2007-04-23  Robin DunnTweaks needed to update to current CVS
2007-03-27  Robin DunnMerge recent changes from 2.8 branch.
2007-02-07  Robin Dunnmerge from 2.8 branch
2006-12-08  Robin DunnClear error if wxPyConvertSwigPtr failed
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-10-29  Robin DunnwxGridCellBoolEditor::UseStringValues
2006-10-10  Robin DunnDisown using .this.own(False) instead of .thisown ...
2006-09-26  Robin DunnAdd missing "public" so wxGridCellRenderer methods...
2006-09-26  Robin DunnAdd properties
2006-09-21  Robin DunnUse GridNameStr
2006-07-29  Robin DunnVarious little tweaks to get up to date with CVS
2006-06-05  Robin DunnNew methods for dragging coloumns
2006-05-23  Robin DunnMinor fixes for the overzealous renamer
2006-05-19  Robin Dunngenerated rename directives are no longer needed
2006-04-09  Robin DunnAdded CmdDown() to grid events
2006-04-08  Robin DunnGive wx.GridTableBase a destructor, and clear the owner...
2006-03-31  Robin DunnFixed the equality and inequality operators for some...
2006-03-20  Robin DunnEditors, Renderers and Attrs need to have a destructor...
2006-03-19  Robin DunnA bit of cleanup
2006-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-01-21  Robin Dunn* Some WXWIN_COMPATIBILITY_2_4 changes, as well as...
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-14  Robin DunnDon't call _setOORINfo from PreGrid
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
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