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-03-30 17:05 RD, revision 38453

Bumped subrelease number. Since there was previously a mismatch between configure.in and version.h I skipped .1 and set it to .2 instead.

2006-03-30 15:35 RR, revision 38452

Fix previous crashes when scrolling generic version of wxDataViewCtrl. Added in-place editing of strings (no user vetoing and such). The code uses the corrected version of the respective code from wxListCtrl.

2006-03-30 15:29 KH, revision 38451

Fix GetTraits() check for event loop in wxSocketBase::_Wait() [ bug 1460607 ] [ patch by Angel / elkry ]

2006-03-30 15:25 RR, revision 38450

Fix wxListCtrl in-place editing (to not crash when editin is finished by clicking somewhere else and thus taking the focus away from the wxTextCtrl). Also, "delete this" in the middle of code isn't optimal.

2006-03-30 14:04 VZ, revision 38449

don't process previously read characters twice in OnRead()

2006-03-30 14:04 ABX, revision 38448

Better backward compatibility and deprecation markup for interface deprecated in comments.

2006-03-30 11:35 JS, revision 38447

Unicode correction

2006-03-30 11:32 JS, revision 38446

Generate Mac bundle for helpview

2006-03-30 10:36 RR, revision 38445

Make GetUnicodKey() return useful values if we synthesize the wxCharEvent by intercepting the key_press event from native controls.

2006-03-30 09:53 RR, revision 38444

Use memcpy instead of strcpy.

2006-03-30 09:52 RR, revision 38443

Use memcpy instead of strcpy as the copied data has no trailing zero anymore.

2006-03-30 09:21 JS, revision 38442

Reverted wxChoice size fix due to problems in W2K and below

2006-03-30 01:41 RD, revision 38441

Need to tell which object to Destroy()

2006-03-30 01:38 RD, revision 38440

Fixed reference leak in wx.gizmos.TreeListCtrl.GetSelections.

2006-03-30 01:31 RD, revision 38439

Fix for Bug #1460847 and Patch #1460853, fixes compile error due to having conditional compilation directives used within a macro.

2006-03-29 20:52 vell, revision 38438

simplify OnActivate menubar install code

2006-03-29 19:19 SC, revision 38437

formatting and native HIView compilation fixes

2006-03-29 19:17 SC, revision 38436

clean-up and fix

2006-03-29 16:48 VS, revision 38435

made WX_CONFIG default configurable

2006-03-29 16:30 VZ, revision 38434

don't use -- inside XML comments, this is not allowed

2006-03-29 14:33 VZ, revision 38433

added func parameter to wxOnAssert

2006-03-29 14:30 VZ, revision 38432

don't return void values

2006-03-29 14:22 VZ, revision 38431

wxUSE_STL==1 compilation fix

2006-03-29 10:43 JS, revision 38430

Tweaks to announcement

2006-03-29 02:34 RD, revision 38429

Added GetResourcesDir and GetLocalizedResourcesDir to wx.StandardPaths.