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):

2007-06-25 13:55 VS, revision 46935

wxDFB wxUSE_STL compilation fixes

2007-06-25 12:16 VS, revision 46934

fixed 'url' field extraction to be done for wxHtmlWindow only (bug #1741900)

2007-06-25 12:16 VS, revision 46933

fixed 'url' field extraction to be done for wxHtmlWindow only (bug #1741900)

2007-06-25 11:14 CE, revision 46932

svn not cvs

2007-06-23 21:09 RD, revision 46677

build tweaks

2007-06-23 21:07 RD, revision 46676

reSWIGged

2007-06-23 20:50 RD, revision 46675

Merge recent wxPython changes from 2.8 branch to HEAD

2007-06-23 17:11 RR, revision 46674

More const bool (sigh)

2007-06-23 17:10 RR, revision 46673

Remove const bool

2007-06-23 17:09 RR, revision 46672

Remove const bool

2007-06-23 17:05 RR, revision 46671

Remove const bool

2007-06-23 17:04 RR, revision 46670

Don't use const bool.

2007-06-23 17:03 RR, revision 46669

We don't use "const bool" anywhere, I think.

2007-06-23 17:00 RR, revision 46668

Mention changes.

2007-06-23 16:55 RR, revision 46667

Upport scrolling changes and mouse wheel changes.

2007-06-23 16:52 RR, revision 46666

Remove Update() from ScrollWindow() again as this has been taken care of by the same call in wxScrollHelper.

2007-06-23 16:26 RR, revision 46665

Prevent wxScrollbar::SetThumbPos from sending any event, too.

2007-06-23 15:48 ROL, revision 46664

added listener.py (interactor) with Listener dispatcher class, moved event processing from Frame, XMLTree to Listener

2007-06-23 15:48 RR, revision 46663

Corrected mouse wheel support. Prevent wxWindow::SetScrollPos() and ::SetScrollbar from emitting the wxScrollWinEvent Call wxWindow::Update() in ScrollWindow() as the update region would otherwise be out of sync

2007-06-23 05:30 RD, revision 46662

Add DetachOldLog

2007-06-23 05:30 RD, revision 46661

docstring update

2007-06-22 22:19 VS, revision 46660

clarified global and local config files behavior

2007-06-22 21:03 FT, revision 46659

Miscellaneous commits before the move to SVN.

2007-06-22 20:58 FT, revision 46658

Add tests for two classes derived from wx.ControlWithItems (wx.Choice, wx.CheckListBox). Note in testChoice that three tests from testWindow fail. Update runAllTests.py accordingly.

2007-06-22 20:44 FT, revision 46657

Flesh out tests for wx.ItemContainer.