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-10 15:26 VZ, revision 70864

Fix wxDataObject::GetFormatCount() signature in the documentation. It should be const but wasn't. Closes #14080.

2012-03-10 14:13 SC, revision 70863

using 10.5 API for cursor updates as well

2012-03-10 13:37 SC, revision 70862

removing NSWindow based mouse tracking in favour of 10.5+ trackingArea implementation

2012-03-10 01:01 RD, revision 70855

Document the non-deprecated version of InsertTool, and some other tweaks.

2012-03-10 01:01 RD, revision 70854

Make the CreateTool factories be public so they can be used from application code

2012-03-10 01:01 RD, revision 70853

Add wxToolBarToolBase, missing flags, etc.

2012-03-09 16:26 JS, revision 70852

Added wxRIBBON_PANEL_STRETCH to allow a single panel to stretch to fill the parent page.

2012-03-09 13:49 SC, revision 70851

reflect correct position for native toolbar, fixes #14049

2012-03-09 11:12 VZ, revision 70850

Correct the test for wxHAS_IMAGES_IN_RESOURCES in listctrl sample. wxHAS_XXX symbols need to be checked with #ifdef, not #if. See #1614 (as this change was part of the patch submitted there, even if the ticket itself is unrelated).

2012-03-09 11:12 VZ, revision 70849

Exclude wxMSW-only code from wxUniversal build under Windows. wxListCtrl::EndEditLabel() isn't available in wxUniv, it's wxMSW-only. This fixes the sample compilation in wxUniv/MSW build.

2012-03-09 06:50 PC, revision 70848

add the usual default parameter for Show()

2012-03-09 02:09 VZ, revision 70847

Check for iterator validity when parsing "%%" in wxDateTime::Format() too. This is similar to the previous commit and adds another missed check for the iterator not being at the end of string.

2012-03-09 02:09 VZ, revision 70846

Check for end of string when parsing "%z" in wxDateTime::Format(). We could dereference an invalid iterator when parsing "%z", check for this in the code and add a unit test for this case. Closes #14075.

2012-03-08 18:06 PC, revision 70844

adjust Blit destination rect if source rect is clipped

2012-03-08 17:45 PC, revision 70843

fix incorrect tests of wxUSE_ macros

2012-03-08 16:48 SC, revision 70842

removing unnecessary hook

2012-03-08 16:37 SC, revision 70841

removing 10.4 code, adding webkit trick for showing dynamic tooltips

2012-03-08 14:23 VZ, revision 70840

Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible(). Also fix handling of wxSP_NOSASH. Closes #14074.

2012-03-08 14:23 VZ, revision 70839

Revert the zoom direction on Ctrl-mouse wheel in wxStyledTextCtrl. The direction of the zoom in wxSTC didn't correspond to the usual conventions which is to zoom in on Ctrl-Wheel-Up and zoom out on Ctrl-Wheel-Down, while wxSTC did exactly the converse. Change it to behave as everybody else. Closes #14031.

2012-03-08 00:50 VZ, revision 70838

Deprecate wxWindow::MakeModal(). Using this function was never the right way to show a modal window and it didn't really work correctly. Instead of futilely trying to fix it, just deprecate it. Closes #1561.

2012-03-07 17:15 VS, revision 70835

Don't eat unhandled events in wxHtmlWindow::OnKeyUp().

2012-03-07 13:21 JS, revision 70834

When SetSplitterLeft measures all pages, it should also set the splitter for all pages.

2012-03-06 17:59 JS, revision 70828

wxCB_SORT not currently supported on OSX/Cocoa

2012-03-06 15:19 VZ, revision 70827

Mention the limitations of wxDC::GetPixel() and FloodFill() in wxGTK. These methods can't be used directly on wxPaintDC in wxGTK and it doesn't seem possible to fix this so just document this limitation. Closes #14067.

2012-03-06 14:18 SC, revision 70826

catching veto AND handled events