]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_listctrl.i
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / src / _listctrl.i
2007-01-12  Robin Dunnremoved bogus ImageList property
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-10-26  Robin DunnFixed some (out) typemaps
2006-10-10  Robin DunnDisown using .this.own(False) instead of .thisown ...
2006-09-21  Robin DunnUse the generic listctrl on Mac by default until it...
2006-09-18  Robin Dunndocstrings and other minor tweaks
2006-09-08  Robin DunnMore properties
2006-05-29  Robin DunnAdded wxHyperlinkCtrl, wxPowerEvent, and lots of little...
2006-04-15  Robin DunnWrap some deprecation wrappers around newly deprecated...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-05  Robin DunnGetEditControl is not wxMSW specific any more
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-26  Robin DunnAdd supoprt for wxListCtrl::OnGetItemColumnImage
2006-01-17  Robin DunnAnother merge of 2.6 changes
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-12-22  Kevin OllivierFixes so that wxPython builds on 2.7. Mostly removing...
2005-04-06  Robin DunnCorrected InsertColumnItem name
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-03-01  Robin DunnMake IsSelected be a bit more specific
2005-02-18  Robin Dunndocstring fixes
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-10-09  Robin DunnChange macro used for OnGetItemImage so it ignores...
2004-10-05  Robin DunnDeprecated EVT_LIST_GET_INFO and EVT_LIST_SET_INFO
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-04-05  Robin DunnGetDefaultAttributes, and other tweaks needed to get...
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-02  Robin DunnAdded InReportView
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-27  Robin DunnUse the DISOWN typemap
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
2003-12-04  Robin DunnTypo fixed
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-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...