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 17:17 SC, revision 68732

integrating sizers

2011-08-16 17:15 SC, revision 68731

integrating sizers

2011-08-16 17:15 SC, revision 68730

integrating sizers

2011-08-16 17:12 SC, revision 68729

integrating sizers

2011-08-16 17:10 SC, revision 68728

integrating Layout

2011-08-16 15:46 SC, revision 68727

adapting to new ctrl constant handling on OSX

2011-08-16 15:45 SC, revision 68726

adapting to new ctrl constant handling on OSX

2011-08-16 15:36 SC, revision 68725

adapting to new ctrl constant handling on OSX

2011-08-16 14:42 SC, revision 68724

supporting full style mask

2011-08-16 14:24 VZ, revision 68723

wxMSW compilation fix when not using PCH. Add missing "wx/menu.h" include. Coses #13399.

2011-08-16 14:17 SC, revision 68722

adjust init to standard

2011-08-16 14:17 SC, revision 68721

support for raw ctrl shortcut

2011-08-16 14:01 SC, revision 68720

emulate more arrow keys on non msw platforms

2011-08-16 14:00 SC, revision 68719

adapt defines for ctrl/command key

2011-08-16 13:55 SC, revision 68718

adapt defines

2011-08-16 09:02 PC, revision 68717

Avoid creating rect with negative size while clipping to DC size. Also, don't convert result of wxDC::GetSize() to device coords, it's already device coords.

2011-08-16 08:45 JC, revision 68716

Improved bitmap_gtk3.cpp

2011-08-16 08:34 LV, revision 68715

Disable wxViewController tests for now

2011-08-16 08:34 LV, revision 68714

Correct wxNavigationBar creation

2011-08-16 07:22 JC, revision 68713

Improved bitmap_gtk3.cpp. Now samples/opengl can run but the glcanvas doesn't show anything

2011-08-16 07:00 JC, revision 68712

Fixed a bug in destructor in bitmap_gtk3.cpp

2011-08-16 06:02 LV, revision 68711

wxNavigationBar and friends (wxNavigationItem, wxBarButton)

2011-08-16 06:02 LV, revision 68710

wxViewController wxiOS tests

2011-08-16 06:02 LV, revision 68709

More wxListBox wxiOS tests

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

wxListBox wxiOS tests

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.