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-16 06:01 LV, revision 68707

wxListBox events and implementation

2011-08-16 06:01 LV, revision 68706

wxSearchCtrl wxiOS tests

2011-08-16 04:45 JC, revision 68705

Fixed a bug in bitmap_gtk3.cpp. samples/combo works but seems to have memory leak. cairo stuff needs more careful releases

2011-08-16 02:40 JC, revision 68704

Fixed a bug that bit per pixel m_bpp is not set

2011-08-15 23:00 JC, revision 68703

glcanvas can be compiled

2011-08-15 18:08 JC, revision 68701

working on samples/combo. m_originalMatrix should be initialized. A bug in wxBitmap still crashes the program.

2011-08-15 15:10 SJL, revision 68700

Add a menu item linking to a custom scheme example.

2011-08-15 14:37 SJL, revision 68699

Update bakefile for new header names.

2011-08-15 14:31 SJL, revision 68698

Rename wxWebHistoryItem to wxWebViewHistoryItem.

2011-08-15 13:03 SJL, revision 68697

Rename wxWebNavigationError to wxWebViewNavigationError and wxWebNavigationEvent to wxWebViewEvent. This makes the names more consistent with other parts of wxWidgets.

2011-08-15 08:40 JC, revision 68696

wxWindowDCImpl::DoGetAsBitmap() needs to be implemented with gtk+3. But how to get the bitmap of a widnowDC in gtk+3?

2011-08-14 22:15 JC, revision 68695

Merged from trunk

2011-08-14 21:39 VZ, revision 68694

Fix return value of wxMBConvUTF8::ToWChar() when not using MAP_INVALID_UTF8_NOT. wxMBConvUTF8::ToWChar() was off by 1 when the input length was explicitly specified, the extra NUL should only be added in the implicit length case. This bug didn't occur for the default wxMBConvUTF8 object as it simply forwarded to the base class wxMBConvStrictUTF8 implementation but it happened when MAP_INVALID_UTF8_TO_OCTAL or MAP_INVALID_UTF8_TO_PUA was used.

2011-08-14 17:43 SC, revision 68693

fixing comment

2011-08-14 17:42 SC, revision 68692

fixing open application event handling, fixes #13397

2011-08-14 17:41 SC, revision 68691

adding two missing strings (used in docview)

2011-08-14 14:25 SJL, revision 68690

Add missing bakefile from previous commit.

2011-08-14 14:15 SJL, revision 68689

Rename wxWebFileHandler to wxWebViewArchiveHandler, wxWebHandler to wxWebViewHandler. Update the documentation and the sample. Add a constructor taking a wxString to specify the scheme in wxWebViewHandler.

2011-08-14 13:55 SC, revision 68688

using proper cmd constant

2011-08-14 02:38 JC, revision 68687

Fixed a bug in gtk/renderer.cpp. Now samples/artprov works

2011-08-13 18:17 PC, revision 68685

simplify global cursor setting

2011-08-13 18:01 SJL, revision 68684

Merge in from trunk r68626 - r68683

2011-08-13 17:45 SJL, revision 68683

Add various selection menu items to the sample.

2011-08-13 16:53 SJL, revision 68682

Add Run Script menu option to the sample.

2011-08-13 16:11 SJL, revision 68681

Add history list to the sample.