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

2011-08-06 15:55 SJL, revision 68573

Remove old WXCOCOA code.

2011-08-06 15:32 SJL, revision 68572

Implement GetSelectedSource for the OSX WebKit backend.

2011-08-06 14:58 SJL, revision 68571

Implement SelectAll for OSX WebKit.

2011-08-06 14:48 SJL, revision 68570

Implement GetPageText for the OSX WebKit implementation.

2011-08-06 14:20 SJL, revision 68569

Implement ClearSelection for the OSX WebKit backend.

2011-08-06 13:38 TIK, revision 68568

Handle positional printf arguments. Fixes #10965.

2011-08-06 09:15 JC, revision 68567

Migrated window resize grip drawing function from gtk2.0 to gtk3.0

2011-08-06 07:55 JC, revision 68566

Picked up the latest updates from trunk

2011-08-06 07:38 JC, revision 68565

Picked up the latest updates from trunk

2011-08-05 21:12 SJL, revision 68564

Remove string conversion functions and use the wx provided ones.

2011-08-05 21:02 VZ, revision 68563

Implement wxFileType::GetOpenCommand() in wxOSX. This method used to work in 2.8 but was unimplemented in 2.9. Restore more or less the old implementation using the data that we already have in wxMimeTypesManager anyhow.

2011-08-05 20:58 SJL, revision 68562

Remove redundant InternalLoadURL method.

2011-08-05 20:41 SJL, revision 68561

Remove now unnecessary comment.

2011-08-05 20:23 SJL, revision 68560

Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the page title.

2011-08-05 18:40 SJL, revision 68559

Implement GetBackwardHistory, GetForwardHistory and LoadHistoryItem for OSX WebKit.

2011-08-05 17:37 SJL, revision 68558

Implement ClearHistory using the built in WebBackForwardList rather than a shared WebHistory on OSX.

2011-08-05 15:56 SJL, revision 68557

Add a WebHistory to the OSX WebKit backend and implement ClearHistory.

2011-08-05 15:25 SJL, revision 68556

Remove now unused GetSelection from the OSX WebKit backend.

2011-08-05 15:17 SJL, revision 68555

Add undo / redo support to OSX WebKit.

2011-08-05 11:06 SJL, revision 68554

Add support for loading resources in custom schemes for the WebKitGTK+ backend.

2011-08-05 01:50 LV, revision 68553

wxNavigationCtrl wxiOS tests

2011-08-05 01:49 LV, revision 68552

wxNotebook support for non-system tabs

2011-08-05 01:49 LV, revision 68551

wxNotebook wxiOS InsertPage, DeletePage, DeleteAllPages tests

2011-08-05 01:48 LV, revision 68550

Increased wxiOS tests logging level

2011-08-05 00:53 VZ, revision 68537

Add support for wxHELP button to wxMessageDialog. Implement support for wxHELP for wxMSW, wxGTK and wxOSX/Cocoa (at least when showing the message box from the main thread, there doesn't seem to be any way to show more than three buttons with CFUserNotificationDisplayAlert() so "Help" button is not supported when using it). This is useful not only on its own, i.e. to allow the user to ask for help, but also because it brings the total number of buttons supported by the message dialog to 4, meaning that more choices can be offered to the user (which is rarely, but not quite never, useful).

2011-08-04 20:46 SJL, revision 68523

Add documentation for virtual file system support in wxWebView.

2011-08-04 18:12 VZ, revision 68522

Add missing header for minimalistic builds not using PCH. wxWindow might not be fully declared in dcbase.cpp but we need its full declaration for wxDCImpl::InheritAttributes() so explicitly include wx/window.h -- while this is usually already included from somewhere else it might not be in minimal builds with a lot of features disabled. Closes #13380.

2011-08-04 18:12 VZ, revision 68521

Compilation fixes for wxUSE_GEOMETRY==0 build. Add missing wxUSE_GEOMETRY checks to wxAffineMatrix2D-related code. Closes #13379.

2011-08-04 18:12 VZ, revision 68520

Use wxWindowMSW instead of wxWindow to fix wxUniv/MSW compilation. wxFindWindowAtPoint() only returns wxWindowMSW, not the derived wxWindow, in wxUniv build so assign its return value to wxWindowMSW to avoid compilation problems in it. Closes #12534.

2011-08-04 15:19 VZ, revision 68519

Avoid unwanted line break in wxDataViewListModel::GetCount() docs. Using "i.e." in the brief Doxygen comment makes it end it after the second period and results in truncated brief description and an unwanted line break in the full description. Just avoid using periods for now inside the brief description. Maybe a better solution could be found in the future.

2011-08-04 14:31 JS, revision 68518

Added Page Break control to spacing page

2011-08-04 14:31 JS, revision 68517

Added Page Break control to spacing page

2011-08-04 10:54 SJL, revision 68516

Update wxWebFileHandler to handle paths with fragments correctly, some backends pass this to the handler and some don't so we strip it if necessary.

2011-08-04 10:30 SJL, revision 68515

Fix recursion problems when loading pages from a virtual file system using the WebKitGTK+ backend. Navigating through pages in an archive now works correctly.

2011-08-04 02:49 LV, revision 68514

Some wxNotebook tests

2011-08-04 02:49 LV, revision 68513

wxTableCell checks for bitmap validity

2011-08-04 02:49 LV, revision 68512

Most UIButtons stopped showing themselves, sizeToFit reports (0; 0)

2011-08-03 20:51 SJL, revision 68509

Rename wxWebFileHandler name from test to file.

2011-08-03 20:31 SJL, revision 68507

Rework IE virtual file system support to use new syntax. Remove now unused code for resolving links ourselves, we can let the backend resolves them itself.

2011-08-03 17:46 JS, revision 68506

Return sensible major and minor version numbers for Mac OS X

2011-08-03 13:41 JS, revision 68505

Outline and line spacing can now be reset via the UI; format dialog layout improvements

2011-08-03 13:40 JS, revision 68504

Outline and line spacing can now be reset via the UI; format dialog layout improvements

2011-08-03 11:29 SJL, revision 68503

Initial work on virtual file system support for the WebKitGTK+ backend. It now supports loading single pages from the VFS system.

2011-08-03 02:45 VZ, revision 68502

Fix bug with TAB being able to switch focus between MDI frames. The keyboard navigation code correctly checked that TAB was not propagated above the TLW containing the window in which the key was pressed to avoid switching focus between different TLWs by pressing TAB. However wxMDIChildFrame is not a TLW and so it was possible to switch focus between two different MDI child frames by pressing TAB. This was unexpected and counterintuitive, especially because the frame receiving focus was not even activated (which might be another bug). Fix this by adding a new wxWindow::IsTopNavigationDomain() virtual method that can be overridden to indicate that a window is a self-contained "keyboard navigation domain" and that keyboard events shouldn't propagate outside of it and override it in both wxTopLevelWindow and wxMDIChildFrame to ensure that it behaves correctly.

2011-08-03 02:45 VZ, revision 68501

No real changes, just rename a variable. "focussed" spelling is unusual and inconsistent with "focused" used in many other places in the same file, so renamed "focussed_child_of_parent" and also use standard camelCase naming convention for it.

2011-08-02 22:23 RD, revision 68495

If -1 is passed to InsertItem for the imageIndex then don't set wxLIST_MASK_IMAGE

2011-08-02 21:49 RD, revision 68494

Initialize the native printer info for ConvertFromNative if it hasn't been done already.

2011-08-02 21:46 VZ, revision 68493

Don't un-maximize the window when Iconize(false) is called in wxMSW. Calling Iconize(false) on a maximized window restored it to its normal state instead of doing nothing as expected. Return immediately from Iconize() if the requested state is already the current one to avoid it. Closes #13373.

2011-08-02 21:46 VZ, revision 68492

Fix wxSocket::WaitForAccept() in blocking mode. When wxSocket::WaitForAccept() was called from another thread or on a socket with wxSOCKET_BLOCK flag it didn't work because it called wxSocketImpl::Select() with wxSOCKET_CONNECTION_FLAG which was only handled for the client sockets in this function. Handle it now for the server ones too, this should allow blocking server sockets to work again. Closes #12836.

2011-08-02 21:46 VZ, revision 68491

Remove documentation of non-existent wxTextAttr::CreateFont(). This method doesn't exist (only GetFont() does), so don't document it. Closes #13372.