]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_menu.i
Make wx.MenuItem.Destroy a NOP since the regular garbage collection
[wxWidgets.git] / wxPython / src / _menu.i
2006-12-18  Robin DunnMake wx.MenuItem.Destroy a NOP since the regular garbag...
2006-10-26  Robin DunnFixed some (out) typemaps
2006-10-10  Robin DunnDisown using .this.own(False) instead of .thisown ...
2006-09-09  Robin Dunnmore properties
2006-09-05  Robin DunnSome properties for things with lists of items.
2006-09-04  Robin DunnChanges needed for new RTL methods, and also various...
2006-08-01  Robin DunnAdd wx.menuBar.UpdateMenus
2006-04-18  Robin DunnAdd AppendSubMenu
2006-03-10  Robin DunnGive classes that need one a destructor wrapper, and...
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-10  Robin Dunnmerge #4 from 2.6 branch
2005-06-01  Robin DunnGet/SetAutoWindowMenu for wxMac
2005-05-07  Robin Dunna little cleanup
2005-05-02  Robin DunnCorrect compilation error on Tiger
2005-02-24  Robin Dunnno-op methods for ownerdrawn methods in wxMenuItem
2005-01-29  Robin DunnSome TODO notes
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-07-17  Robin DunnAvoid using the OOR typemap in the constructors
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-04-22  Robin DunnAdd SetKind accessor
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2003-11-28  Robin DunnChanged the itemid parameter names back to id
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...