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

2009-05-09 18:04 VZ, revision 60571

compilation fix for Windows after the last change (misplaced #endif)

2009-05-09 16:45 SC, revision 60570

adapting to new font method

2009-05-09 15:24 VZ, revision 60569

don't call Disconnect() if the connection had been already lost (closes #10747) [backport of r60568 from trunk]

2009-05-09 15:19 VZ, revision 60568

don't call Disconnect() if the connection had been already lost (closes #10747)

2009-05-09 15:07 VZ, revision 60567

initialize the local address before calling getsockname() on it (closes #10779)

2009-05-09 15:06 VZ, revision 60566

add tests for GetLocal() and GetPeer() (see #10779)

2009-05-09 14:57 VZ, revision 60565

remove unneeded wxFindSuitableParent()

2009-05-09 14:42 FM, revision 60564

typo fix (closes #10699)

2009-05-09 14:41 FM, revision 60563

add a few comments about wxDEPRECATED stuff to ease upgrade path (closes #10628)

2009-05-09 14:40 FM, revision 60562

add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)

2009-05-09 14:32 FM, revision 60561

build fix for gcc4.3.3 (different types for arguments of ?: operator)

2009-05-09 14:31 VZ, revision 60560

remove another occurrence of FindSuitableParent

2009-05-09 14:26 VZ, revision 60559

remove wxMSW-specific FindSuitableParent() and use GetParentForModalDialog() everywhere; extend it with additional checks and remove redundant ones elsewhere

2009-05-09 14:22 VZ, revision 60558

set wxWS_EX_TRANSIENT flag for splash screen to prevent it from being implicitly used as dialog parent

2009-05-09 01:12 VZ, revision 60555

check for Python and disable automatic STC files updating which requires it if it's not available

2009-05-09 01:10 VZ, revision 60554

set native EOL styles for more files

2009-05-08 21:45 VZ, revision 60553

corrections to setting the height of the visible part of wxChoice after recent changes

2009-05-08 19:07 RR, revision 60552

Add wxDataViewCtrl implementation for OSX/Cocoa (closes #10617: wxDataView for wxOSX-Cocoa)

2009-05-08 18:38 VZ, revision 60551

remove error message from wxCSConv initialization: there is no easy way to suppress it and no way to test if the encoding is supported so rely on calling code using IsOk() itself if necessary

2009-05-07 19:29 VZ, revision 60548

add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647)

2009-05-07 19:09 VZ, revision 60547

generate the click event from the button with correct id if SetEscapeId() was called instead of always using wxID_CANCEL (closes #10746)

2009-05-07 19:01 VZ, revision 60546

add SetEscapeId() test (see #10746)

2009-05-07 10:58 VZ, revision 60545

document that setting an empty clipping region destroys the existing one

2009-05-07 10:57 SC, revision 60544

fixing usage of common generic files for all osx_ ports, adding webkit to common osx files, fixes #10768

2009-05-07 10:52 SC, revision 60543

explicitly export symbols