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-26 14:36 VS, revision 46960

include wxUniCharRef::operator&& unconditionally too, not just wxUniChar one

2007-06-26 14:28 FT, revision 46959

Add tests for wx.Slider. Found a few discrepancies between book and implementation.

2007-06-26 14:25 ROL, revision 46958

some more fixes. Presenter.update called in OnIdle.

2007-06-26 13:54 ROL, revision 46957

- cut/copy/paste implementation - fix for Container.canHaveChild

2007-06-26 11:58 VS, revision 46956

added configure check for wcsdup(), there are too many Unix systems without it

2007-06-26 10:57 VS, revision 46955

compilation fixes for --with-regex=sys

2007-06-26 10:24 VS, revision 46954

compilation fixes for some cases

2007-06-26 01:44 FT, revision 46953

Add tests for wx.ToggleButton. Class is virtually fully-tested.

2007-06-26 01:26 FT, revision 46952

Add skeleton tests for wx.BitmapButton. Why does the creating the test control cause the interpreter to crash?

2007-06-26 00:37 ROL, revision 46951

Fix for inserting before first child if there is none.

2007-06-26 00:05 ROL, revision 46950

Added wxGridBagSizer, wxNotebook, more attributes

2007-06-26 00:03 ROL, revision 46949

- added attribute.py for Attribute handlers - better implicit attributes handling - XMLTree with root hidden - Expand/Collaps, multiple Delete - Component.insertBefore,insertAfter,getTreeImageId,etc. - BoxSizer base class updating tree icon based on orient attribute - saving/loading working - using wxFontPickerCtrl for font selection - sibling/insert modes for Presenter.create - moved toolbar code from xrced.py to view.py

2007-06-25 23:55 ROL, revision 46948

test SVN commit

2007-06-25 22:40 FT, revision 46947

Add tests for wx.TextAttr. Exercise functionality found on pg. 194-5 of "wxPython in Action"

2007-06-25 20:50 FT, revision 46946

Fix what broke because of renaming testColour.py

2007-06-25 20:34 FT, revision 46945
  • D /wxWidgets/branches/SOC2007_UNITTEST/wxPython/tests/unittest/testColor.py

(Remove "testColor.py")

2007-06-25 20:34 FT, revision 46944

Rename from "testColor.py" to "testColour.py"

2007-06-25 20:33 FT, revision 46943

Remove all classes being tested from the "classes not being tested" list.

2007-06-25 18:59 FT, revision 46942

Move unit test suite to sub-folder. Update README.txt with recent changes and a list of classes needing to be tested.

2007-06-25 17:53 VS, revision 46941

compilation fix if wxLongLong_t is not available

2007-06-25 15:21 RD, revision 46940

fix svn properties

2007-06-25 15:07 VS, revision 46939

don't use C++ comments in C files

2007-06-25 14:41 RD, revision 46938

fixed svn properties

2007-06-25 14:35 RD, revision 46937

fix svn properties

2007-06-25 14:04 VS, revision 46936

removed executable bit on files that aren't executables

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.