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

2010-07-03 13:43 JMS, revision 64795

wxPropertyGrid validation failure was not (always) reset when a valid value was entered after an invalid one.

2010-07-02 23:09 JWE, revision 64794

remove non compatible function and update unit test and sample

2010-07-02 21:40 SJL, revision 64793

Add BookCtrlBaseTestCase and implementations for all subclasses expect wxToolbook.

2010-07-02 20:37 SJL, revision 64792

Fix a few typos in ItemContainerTestCase

2010-07-02 16:24 JMS, revision 64791

Fixed and improved wxIntProperty's min/max validation failure message

2010-07-01 17:28 VS, revision 64790

Fix printf arguments validation code for ANSI build. char arguments weren't recognized as allowed variadic types. Unlike in Unicode build, where chars are treated specially, they are primitive types in ANSI build.

2010-07-01 17:28 VS, revision 64789

Use wxScopedCharBuffer in To8BitData() in ANSI build too. This allows one to write code compatible with both Unicode and ANSI builds.

2010-07-01 16:30 VS, revision 64788

Don't assume size_t is either int- or long-sized. On 64bit Windows systems, sizeof(int)==sizeof(long)=4, but size_t is 8 bytes large. Fixes #12179.

2010-07-01 14:03 JJ, revision 64787

allow USE_UNICODE=1 for wxMOTIF on OpenVMS

2010-06-30 23:51 JWE, revision 64786

modify invalid status add keyboard numpad support and modify sample

2010-06-30 22:22 JWE, revision 64785

remove TABS

2010-06-30 22:20 JWE, revision 64784

add documentation and modify some methods ( in particulary SetMask).

2010-06-30 18:10 SJL, revision 64783

Add wxCheckListBox generic tests and a specific item check test.

2010-06-30 15:05 SJL, revision 64782

Add wxItemContainer tests to ComboBoxTestCase as cppunit doesn't like multiple inheritance from TextEntryTestCase and ItemContainerTestCase.

2010-06-30 12:04 SJL, revision 64781

Multiple selection tests for wxListBox.

2010-06-30 11:08 SJL, revision 64780

Tests for a sorted wxListBox control.

2010-06-30 10:56 SJL, revision 64779

Tests for a sorted wxChoice control.

2010-06-29 19:43 SJL, revision 64778

Add ItemContainerTestCase and basic implementation for wxListBox and wxChoice.

2010-06-28 23:21 JS, revision 64777

Added missing wxTEXT_ATTR_PAGE_BREAK from wxTEXT_ATTR_PARAGRAPH

2010-06-28 23:21 JS, revision 64776

Added missing wxTEXT_ATTR_PAGE_BREAK from wxTEXT_ATTR_PARAGRAPH

2010-06-28 22:24 SJL, revision 64775

wxListCtrl column dragging tests added.

2010-06-28 19:22 SJL, revision 64774

EventCounter class added to make sure events are disconnected at the end of each test. This ensures that when getting the total event count events from previous tests are not counted.

2010-06-28 16:14 SJL, revision 64773

Add test for wxTreeCtrl menu request event.

2010-06-28 16:06 SJL, revision 64772

Add tests for wxTreeCtrl item selection change events.

2010-06-28 15:50 SJL, revision 64771

Add tests for expanding and collapsing wxTreeCtrl events.