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-28 15:35 SJL, revision 64770

Add test for key down events in wxTreeCtrl.

2010-06-28 15:21 SJL, revision 64769

Make sure we Disconnect from wxEVT_COMMAND_TREE_DELETE_ITEM events as they are generated in other tests.

2010-06-28 15:18 SJL, revision 64768

Add label editing tests for wxTreeCtrl. We have to add the wxTR_EDIT_LABELS style initially as it cannot be toggled at runtime (at least in wxMSW).

2010-06-28 12:05 SJL, revision 64767

Add simple wxTreeCtrl item deletion test. We do not test DeleteAllItems as the events are not always generated.

2010-06-28 11:49 SJL, revision 64766

Added TreeCtrlTestCase::ItemClick, a set of tests for item click events.

2010-06-28 10:58 CE, revision 64765

delete docs after building

2010-06-28 10:41 JJ, revision 64764

Update Makefile for OpenVMS

2010-06-27 21:59 JTN, revision 64763

wxWindow::Update without rect updates everything

2010-06-27 21:57 JTN, revision 64762

Stippled brushes implementation

2010-06-27 20:50 JTN, revision 64761

Use wx defaults for pens

2010-06-27 20:43 JTN, revision 64760

wxDC: Text extent operations

2010-06-27 19:38 JTN, revision 64759

wxDC fixes: scale/translate and background modes

2010-06-26 16:15 SJL, revision 64758

Add test for item insert events in wxListCtrl

2010-06-26 16:05 SJL, revision 64757

Add test for column click events in wxListCtrl

2010-06-26 14:49 SJL, revision 64756

Add test for column sort event in wxGrid

2010-06-26 13:44 FM, revision 64755

fix error (more arguments for wxString::Format than specifiers) occurring because of a misplaced bracket

2010-06-26 13:43 FM, revision 64754

fix couple of typos

2010-06-26 13:24 SJL, revision 64753

Add tests for correct wxGrid cell selection events

2010-06-26 13:03 SJL, revision 64752

Add tests for correct events when wxGird labels are clicked.

2010-06-26 12:40 SJL, revision 64751

Set correct properties for gridtest.cpp

2010-06-26 12:29 SJL, revision 64750

Add tests for correct events when wxGird cells are clicked.

2010-06-26 11:15 JS, revision 64749

Documentation change for new wxRTC function

2010-06-26 10:01 VS, revision 64748

Document that wxRearrange* controls exist since 2.9.0.

2010-06-25 23:08 RD, revision 64743

Copy of the build/tools for the 2.8 branch

2010-06-25 23:06 RD, revision 64742

Removing svn:externals property

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.