]> git.saurik.com Git - wxWidgets.git/history - wxPython/docs/MigrationGuide.txt
fixed wxVsnprintf() to write as much as it can if the output buffer is too short
[wxWidgets.git] / wxPython / docs / MigrationGuide.txt
2005-04-20  Robin DunnNo longer building the C++ version of the OGL lib
2005-04-19  Robin Dunn2.5 --> 2.6 changes
2005-02-28  Robin Dunndoc updates
2004-11-09  Robin Dunntypo
2004-11-08  Robin Dunncorrected function name
2004-11-03  Robin Dunnfix typos
2004-10-30  Robin DunnPNG Alpha is working on wxGTK2 now too.
2004-10-24  Robin Dunntypo
2004-10-15  Robin DunnDocs updates for 2.5.3.0
2004-10-06  Robin DunnMention TaskBarIcon and other recent changes
2004-09-10  Robin DunnFixed typo
2004-08-26  Robin DunnMention that DrawnShape hasn't been reimplemented yet
2004-07-23  Robin DunnFixed typo
2004-07-22  Robin Dunnmention *TabOrder and Navigate methods
2004-07-16  Robin DunnMore notes about sizer changes
2004-06-10  Robin DunnSome doc tweaks
2004-06-04  Robin DunnMention that Alpha Channels are preserved in PNG images.
2004-06-01  Robin Dunnclarification
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-26  Robin DunnIt's a new change
2004-05-26  Robin DunnGot sidetracked and forgot to finish the new OGL sectio...
2004-05-26  Robin DunnAdded a Python port of the OGL library, deprecated...
2004-05-25  Robin DunnSome typos fixed. More text about the changes to sizer...
2004-05-10  Robin DunnUse self in DC method signatures
2004-05-02  Robin DunnReverted to old method names/signatures for wx.DC,...
2004-04-26  Robin DunnMore details about the internal module name changes
2004-04-25  Robin DunnTweak the text about Sizer changes
2004-04-19  Robin DunnAdded new MaskedEditControl code from Will Sadkin....
2004-04-15  Robin DunnMore about the sizer changes
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin Dunnnotes about sizer changes
2004-04-02  Robin Dunntypos fixed
2004-03-30  Robin DunnMore notes about the type conversion fragment.
2004-03-26  Robin DunnSome more explainations in places, typos fixed, a littl...
2004-03-26  Robin DunnFixes and updates for the activex module info.
2004-03-25  Robin DunnAdded note about wx.TaskbarIcon
2004-03-23  Robin DunnLindsay Mathieson's newest wxActiveX class has been...
2004-03-15  Robin DunnRemoved the text about the default window sizes
2004-03-12  Robin DunnAdded note about new default window sizes
2004-03-10  Robin DunnAdded wx.PlatformInfo which is a tuple containing strin...
2004-03-02  Robin DunnNamechange changes
2004-02-27  Robin DunnTypos fixed
2004-02-04  Robin DunnYou can now make menu items without IDs
2004-02-03  Robin DunnwxWave --> wxSound
2004-01-20  Robin Dunntypos fixed and more notes on some changes
2004-01-14  Robin Dunntypo
2004-01-06  Robin DunnAdded a set of 2.4 compatibility classes for the wxDC...
2003-12-23  Robin Dunntypo fixed
2003-12-18  Robin DunnTweaked some sample code
2003-12-18  Robin DunnReworked how stock objects are initialized. They now...
2003-12-04  Robin DunnMention wxPyTypeCast
2003-12-03  Robin DunnMention that NO_FULL_REPAINT_ON_RESIZE is now the default
2003-11-28  Robin DunnExpose SetClippingRegion(point, size)
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...