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

2006-02-12 12:54 VZ, revision 37528

fixed memory leak in the sample and simplified wxCheckListBox creation code

2006-02-12 12:40 VZ, revision 37527

typo in comment

2006-02-12 12:16 MW, revision 37526

Warning fixes for VC5 (Igor Korot)

2006-02-12 11:00 MW, revision 37525

Some compilers don't define SIZE_T (e.g. dmc) so use size_t instead.

2006-02-12 10:56 JS, revision 37524

Script tweak

2006-02-12 10:28 JS, revision 37523

Script tweak

2006-02-12 09:21 SC, revision 37522

intel fixes

2006-02-12 09:17 JS, revision 37521

Regenerated configure for upgrade to bakefile 0.2.0

2006-02-12 09:00 SC, revision 37520

intel fixes

2006-02-12 09:00 JS, revision 37519

Updated to bakefile 0.2.0

2006-02-12 08:43 JG, revision 37518

Replace deprecated wxNB_* flags with wxBK_* used in last commit.

2006-02-12 08:17 RD, revision 37517

Forward decalre wxPyFindSwigType

2006-02-12 08:16 RD, revision 37516

Added the wx.DC.GradientFillConcentric and wx.DC.GradientFillLinear methods.

2006-02-12 03:43 KH, revision 37515

Add missing include for non-PCH builds

2006-02-12 03:11 KH, revision 37514

Add missing include for non-PCH builds

2006-02-12 02:21 VZ, revision 37513

typo

2006-02-12 01:57 VZ, revision 37512

added linear and concentric gradient fill functions (modified/fixed patch from Ryan Norton)

2006-02-12 01:55 MW, revision 37511

Add -fno-strict-aliasing to the optimisation flags for gcc as discussed on wx-dev

2006-02-12 00:46 KH, revision 37510

Note wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch 1415505 ]

2006-02-12 00:44 KH, revision 37509

Document new SetLocal method, new capabilities for wxSOCKET_REUSEADDR, and new overloaded Connect method [ Documentation changes for extended patch 1415505 ]

2006-02-11 23:44 KH, revision 37508

Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified [ Extension of patch 1415505 ]

2006-02-11 23:43 KH, revision 37507

Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified; add SO_REUSEPORT wherever SO_REUSEADDR is used if SO_REUSEPORT is defined, otherwise reuse fails on BSD systems (e.g. Mac OS X) [ Extension of patch 1415505 ]

2006-02-11 23:39 KH, revision 37506

Add SetLocal method; overload Connect to accept a local address and move common Connect code into DoConnect; DoConnect handles wxSOCKET_REUSEADDR flag and setting local address [ Heavily modified and expanded patch 1415505 ]

2006-02-11 20:11 RD, revision 37505

reSWIGged

2006-02-11 19:46 RD, revision 37504

Rearrainge things so the SWIG_VERSION values doesn't need to be written to the C++ wrapper file.