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-13 20:22 FT, revision 46456

Refactor to make deriving test classes from testWindow less annoying.

2007-06-13 20:10 FT, revision 46455

Refactored away helper classes within the test modules, resulting in a cleaner design. Implemented part of a Cut/Copy/Paste test for wx.TextCtrl, and stumbled onto some pretty weird behavior...

2007-06-13 19:00 FT, revision 46454

Initial tests for wx.TextCtrl. Added to runAllTests.py.

2007-06-13 16:36 SC, revision 46453

fixing 1736334

2007-06-13 16:29 VS, revision 46452

make wxFrame a wxControlContainer too, so that it behaves in the same way as wxDialog

2007-06-13 15:35 VS, revision 46451

don't propagate wxChildFocusEvent outside of wxTLWs

2007-06-13 15:31 VZ, revision 46450

overload wxStrpbrk() for more types and add tests for it

2007-06-13 15:21 FT, revision 46449

Use wx.VisualAttributes instance to add negative "IsOk" tests for wx.Color and wx.Font. Test "GetClassDefaultAttributes" in wx.Control.

2007-06-13 15:09 VS, revision 46448

removed redundant #include <dynarray.h>

2007-06-13 14:35 FT, revision 46447

Minor changes.

2007-06-13 14:29 VZ, revision 46446

use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT as this gives more detailed information in case of a test failure

2007-06-13 14:21 VZ, revision 46445

strWC used in the tests was supposed to be a wide string, not a narrow one

2007-06-13 14:19 VZ, revision 46444

Unicode compilation fix: wxStrlocale() doesn't take wide strings

2007-06-13 13:03 SC, revision 46443

fixing 1736428

2007-06-13 12:56 SC, revision 46442

fixing 1736447

2007-06-13 12:43 SC, revision 46441

fixing 1736298

2007-06-13 12:35 SC, revision 46440

fixing 1736298

2007-06-13 11:32 VZ, revision 46439

added wxNullPtr and use it instead of just 0 with wxFileTypeInfo vararg ctor to fix crashes under 64 bit architectures

2007-06-13 10:52 VS, revision 46438

added missing #includes

2007-06-13 04:35 SC, revision 46437

universal support

2007-06-13 04:24 SC, revision 46436

changing weak linking pattern

2007-06-13 04:22 SC, revision 46435

unhighlighting the menu when a dialog is shown

2007-06-13 04:20 SC, revision 46434

universal os x fixes

2007-06-13 04:05 SC, revision 46433

universal os x fixes

2007-06-13 03:46 SC, revision 46432

universal os x fixes

2007-06-13 01:41 FT, revision 46431

Test that all derived instances of wx.Control must have parents.

2007-06-13 01:39 FT, revision 46430

Add wx.Button test for GetDefaultSize. Test ID/Label pairs found within docs for wx.Button. Note the bug within the docs and the temporary workaround implemented.

2007-06-13 01:35 FT, revision 46429

Add list of classes under test.

2007-06-12 21:56 FT, revision 46428

Minor refactoring to testColor. Added RGB tests.

2007-06-12 19:49 SC, revision 46427

fixing pict export under coregraphics with quicktime, using tiger functions for faster conversion where possible

2007-06-12 18:41 VS, revision 46426

use wxString in wxDateTime methods (only partially done)

2007-06-12 17:08 VS, revision 46425

wxUSE_UNICODE_MSLU compilation fix

2007-06-12 16:47 FT, revision 46424

Initial tests for wx.Size. Refactor Size data used in testWindow into testSize.py. Added invalid size test to testWindow. Include testSize in runAllTests.py.

2007-06-12 15:51 FT, revision 46423

Refactored testRect's data methods in the style of testPoint.

2007-06-12 15:17 FT, revision 46422

Impelement test for "Get" and associated helper method.

2007-06-12 15:12 FT, revision 46421

Add testRect and testPoint to runAllTests.py. Add PySimpleApp creation and destruction to testButton, testControl, testWindow. Tests fail without initializing App first.

2007-06-12 15:03 FT, revision 46420

Delegate point creation to testPoint.py. Initial tests for wx.Point.

2007-06-12 13:32 JJ, revision 46419

Updates for VMS Modified Files: setup.h_vms

2007-06-12 12:08 VZ, revision 46418

update from Yuri Chornoivan

2007-06-12 11:21 VS, revision 46417

more STL fixes

2007-06-12 10:11 VS, revision 46416

ANSI/Unix build compilation fixes

2007-06-12 06:43 VS, revision 46415

PCH-less compilation fix

2007-06-11 22:37 FT, revision 46414

Delegate creation of wx.Font data into testFont.

2007-06-11 22:25 FT, revision 46413

Add skeleton testRect.py. In testWindow, delegate creation of wx.Rect data into testRect.

2007-06-11 21:59 RD, revision 46412

more updates on recent changes

2007-06-11 21:36 FT, revision 46411

Add testControl suite to runAllTests.py.

2007-06-11 21:32 FT, revision 46410

Implement testControl. testButton derives from testControl (testControl derives from testWindow). All tests contain __doc__ with a list of yet-to-be-tested.

2007-06-11 21:31 RD, revision 46409

Added save to stream methods

2007-06-11 20:40 RD, revision 46408

Added wxRoses sample from Ric Werme

2007-06-11 19:59 VS, revision 46407

fixed VC6 warnings about non-dllexported members in dllexported classes