Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2005-12-20 14:40 VZ, revision 36503

update from Wei-Lun Chao

2005-12-20 14:25 DS, revision 36502

fixed unreachable code warnings (occurred in MSVC6+Release mode)

2005-12-20 06:17 RD, revision 36501

reSWIGged

2005-12-20 05:44 KO, revision 36500

Remove references to now removed iewin module. Replaced by activex/wxie.

2005-12-20 05:37 KO, revision 36499
  • D /wxWidgets/trunk/wxPython/contrib/iewin

Removing old iewin extension. Replaced by activex/wxie.

2005-12-20 02:12 RD, revision 36498

Applied patch from Morgan Hua for updates to ActiveGrid code (pydocview, ActiveGrid IDE, etc.)

2005-12-20 01:56 RD, revision 36497

Fix for bug #1336711: wx.lib.calendar.CalenDlg can yield incorrect result.

2005-12-20 01:47 VZ, revision 36496

added newline at end of file (avoids gcc warning when building with Xcode 2.2)

2005-12-19 23:13 RD, revision 36495

Applied patch #1243907: Give Throbber much more flexibility by allowing the user to set the rest image, the direction, the current index, custom sequence. Allows user to manually step through the sequence with Next(), Previous(), Increment(), Decrement() & SetCurrent(). Very handy if you have multiple throbbers that you want to synchronize with a single timer.

2005-12-19 20:43 RD, revision 36494

Applied patch #1072210: generalize printout.py to allow text printing.

2005-12-19 20:38 JS, revision 36493

Fixed problem trying to print from a preview, whereby wrong printer class was used instead of Gnome printer class.

2005-12-19 20:32 RD, revision 36492

Applied patch #1072210: generalize printout.py to allow text printing.

2005-12-19 20:18 RD, revision 36491

Applied patch #1066222: Fix GLCanvas demo mouse tracking

2005-12-19 20:04 RD, revision 36490

Fixes for Bugs #1232546 and #1232550

2005-12-19 19:33 RD, revision 36489

Applied Patch # #1230107 which allows image handlers to be written in Python by deriving from wx.PyImageHandler.

2005-12-19 18:25 RD, revision 36488

Ensure that the build_options.pyc file is removed too.

2005-12-19 18:24 RD, revision 36487

Applied Patch #1239456: wxPython wx.DataObject.GetAllFormats fix.

2005-12-19 16:44 RD, revision 36486

Use wx.NO_BORDER for consistency

2005-12-19 16:42 RD, revision 36485

Add test for wx.BORDER_NONE style

2005-12-19 16:07 VZ, revision 36484

don't crash when XIM is used under IRIX (backport from HEAD)

2005-12-19 16:06 VZ, revision 36483

don't crash when XIM is used under IRIX

2005-12-19 14:34 VZ, revision 36482

removed DllMain(): we don't even compile it with any compiler but VC8 and with VC8 it results in a crash; we need another way to make it possible to use wx DLL from another DLL, this one is flawed

2005-12-19 13:56 VZ, revision 36481

documented Set/GetIcon(), added (not quite pure) virtual GetIcon() in the base class

2005-12-19 13:46 VZ, revision 36480

return a valid bitmap from GetBitmap() even if we created an icon internally

2005-12-19 12:18 JS, revision 36479

Backport: added CFRef holder templated class