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

2012-03-04 01:29 VZ, revision 70793

No changes, just cleanup TopLevelWindowTestCase unit test a little. Remove the unnecessary overrides of setUp() and tearDown(). Also get rid of trailing whitespace.

2012-03-04 01:29 VZ, revision 70792

Add documentation of wxFileSelectorEx() and wx{Load,Save}FileSelector(). Document all wxFileDialog-related functions and not just wxFileSelector(). See #14051.

2012-03-04 01:29 VZ, revision 70791

Better documentation for the default parameters values. Use symbolic names for them and document them separately. Closes #14051.

2012-03-04 01:29 VZ, revision 70790

Fix showing MDI child from wxDocManager::ActivateDocument(). This fix has 2 components: first, call Raise() instead of simple SetFocus() from ActivateDocument() as this corresponds better to what we want to do here. And second, override Raise() to call Activate() in wxMDIChildFrame to ensure that it works as expected as raising an MDI child doesn't work otherwise in most ports (with the exceptions for wxOSX which, on the contrary, needs a small fix to preserve the existing working Raise() behaviour). Closes #13946.

2012-03-04 01:28 VZ, revision 70789

Use wxHAS_IMAGES_IN_RESOURCES instead of explicit platform checks. Add a special symbol which is defined only if the icons and other images (e.g. cursor) are in the separate resource files and don't need to be embedded as XPMs in the main program. This makes the checks more clear and more customizable as it's enough to change wxHAS_IMAGES_IN_RESOURCES definition instead of changing many platform checks. Closes #14050.

2012-03-03 21:23 VZ, revision 70788

Czech translations update from Zbynek Schwarz.

2012-03-03 18:30 SC, revision 70787

we have to export every virtual method in this template class for clang

2012-03-03 14:09 SC, revision 70786

just in case we have an erroneous character on the server as well at the end of this file

2012-03-03 11:36 SC, revision 70785

testing another implementation for avoiding WakeUp Problems within tracking loops

2012-03-02 23:26 VZ, revision 70784

Add Tamil translations by DINAKAR T.D.

2012-03-02 22:51 RD, revision 70774

fix missing and broken items in the datetime interface

2012-03-02 13:43 JS, revision 70773

Darker border for wxComboCtrl on Mac

2012-03-02 13:43 JS, revision 70772

Small improvements to wxComboCtrl appearance on Mac: darker border and no white button border

2012-03-02 09:55 JS, revision 70771

Use a non-native toolbar on Mac so small buttons aren't stretched horribly. The style combo control also appears now that the toolbar is non-native.

2012-03-02 08:17 SC, revision 70770

adding translation of NSDragOperationGeneric to wxDragCopy fixes #14059

2012-03-01 19:52 JS, revision 70769

Improved the appearance of the property grid checkbox on Mac and GTK+

2012-03-01 17:44 PC, revision 70768

remove signal-blocking variable, instead just connect to signal when ready

2012-03-01 17:36 PC, revision 70767

use m_ prefix for web_view member, and make it a WebKitWebView* to eliminate many casts

2012-03-01 17:14 PC, revision 70766

remove extra g_object_ref() on web view widget

2012-03-01 16:04 JS, revision 70765

Added MacInternalOnSize() to allow windows to resize themselves independently of size events

2012-03-01 08:09 PC, revision 70764

Fixes to allow running with 64-bit wxGTK - use correct printf format specifiers - don't perform operations requiring a window until the window has been created

2012-03-01 08:09 SC, revision 70763

applying Andrew's patch, closes #13440, fine now that we have raised the minimum deployment to 10.5

2012-03-01 02:05 VZ, revision 70759

Add wxGCDC benchmarks to graphics benchmark for comparison with wxDC. Also benchmark rectangles and bitmaps in addition to lines drawing.

2012-03-01 02:05 VZ, revision 70758

Correct wxCOMPILER_PREFIX definition when wxMSVC_VERSION is predefined. Fix the wrong concatenation macro name that was used as using wxMSVC_VERSION could not work as expected before (which also shows that nobody ever used it).

2012-02-29 23:40 VZ, revision 70757

Recognize MSVC 11 instead of warning about unknown MSVC version. Define __VISUALC11__ for it.