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-06-25 23:02 RD, revision 64741

Oops, I was in the wrong folder. Put back the property and let it use a revision number so it can still get the old files.

2010-06-25 22:56 RD, revision 64740

Removing svn:exterals property

2010-06-25 22:53 RD, revision 64739

Move build tools into the main part of the repository tree

2010-06-25 22:50 RD, revision 64738

Remove svn:external property for build/tools as per wx-dev discussion

2010-06-25 21:05 SJL, revision 64737

Tidy up ListCtrlTestCase positioning logic.

2010-06-25 20:42 SJL, revision 64736

Start work on a set of wxGrid tests. Initial setup code and an item editing test added.

2010-06-25 16:05 JS, revision 64735

Added PaintAboveContent function for drawing on top of text (#12176)

2010-06-25 16:03 RAW, revision 64734

wxCommandLinkButton implementation.

2010-06-25 14:32 SJL, revision 64733

Add wxListCtrl item deletion tests.

2010-06-25 13:05 SJL, revision 64732

Add test for key down events in wxListCtrl.

2010-06-25 13:00 JTN, revision 64731

Switch to generic icon for Qt

2010-06-25 12:39 SJL, revision 64730

Add wxTestableFrame::CountWindowEvents to reduce the repetitive Connect usage in tests and update existing tests to make use of it.

2010-06-25 12:19 SJL, revision 64729

Add a set of tests to check the correct events are emitted from wxListCtrl when it is clicked in a variety of ways. Also checks focussed events are only sent once when an item is clicked many times.

2010-06-25 11:42 VZ, revision 64728

Fix posting of binary data using wxHTTP. Don't use mbc_str() which can fail to convert contents of the string created using wxString::From8BitData(). Use To8BitData() instead. This fixes posting of binary data via HTTP using binary content transfer encoding.

2010-06-25 10:47 JJ, revision 64727

synchronize setup.h_vms with setup.h.in

2010-06-25 10:47 VZ, revision 64726

Remove duplicate sample.xpm inclusion from stc sample. This sample already included sample.xpm even before the recent changes replacing mondrian.xpm (which it also included) inclusion with sample.xpm so now it included it twice.

2010-06-25 06:31 PC, revision 64725

invalidate border area when showing or hiding a pizza widget, fixes #12174

2010-06-24 18:41 SJL, revision 64724

Added a test of wxStaticText::EscapeMarkup to LabelTestCase::Statics.

2010-06-24 18:31 JWE, revision 64723

attempt to test with empty value

2010-06-24 17:59 SJL, revision 64722

Added TextCtrlTestCase::Redirector, a test of the wxStreamToTextRedirector class.

2010-06-24 17:32 SJL, revision 64721

Added TextCtrlTestCase::StreamInput, it tests the native stream capabilities as well as std::ostream functionality if it is supported. All natively supported types are input and tested.

2010-06-24 16:43 SJL, revision 64720

Ensure that a default text control is recreated after using a more specific version. Move the hint test to TextEntryTestCase as it can be generalised.

2010-06-24 16:20 SJL, revision 64719

Added TextCtrlTestCase::Hint, a simple test to ensure that the hint text is not returned by GetValue.

2010-06-24 15:58 SJL, revision 64718

Add a TextCtrlTestCase::MaxLength test to ensure the correct events are sent when a maximum length has been set. We add this here rather than a wxTextEntry test because wxGTK only supports a maximum length in single line text controls.

2010-06-24 13:25 VS, revision 64717

Fix another bad format string in the testsuite.