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

2008-10-09 09:02 VZ, revision 56188

fix errors due to missing wxPrintf() declaration in STL build

2008-10-09 08:52 VZ, revision 56187

reverted the last commit and do not define operator<<(wxFileOffset) for VC > 6

2008-10-09 07:46 SC, revision 56186

rebaked with glgrab again

2008-10-09 05:36 SC, revision 56185

forgot to commit this file ...

2008-10-08 21:32 VZ, revision 56173

apparently operator<<(wxFileOffset) is needed for all VC versions, not just VC6

2008-10-08 18:55 RR, revision 56172

Added test for Select()

2008-10-08 18:46 RR, revision 56171

Forgot to set GtkIter stamp in Select() and friends

2008-10-08 18:19 JMS, revision 56170

Removed '#ifndef DOXYGEN' sections

2008-10-08 18:15 JMS, revision 56169

Removed dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its functionality with wxPropertyGrid::GetPendingEditedValue(); Added wxPropertyGrid::PerformValidation() flags so it can be called in generic context.

2008-10-08 17:53 SN, revision 56168

Fixed header file conflict.

2008-10-08 17:02 JMS, revision 56167

Removed wxPropertyGridInterface::SetPropertyAttributes()

2008-10-08 16:53 VZ, revision 56166

regenerated after updating to 0.2.4 bakefile.m4

2008-10-08 16:52 VZ, revision 56165

define operator<<(wxFileOffset) for VC6 only, it breaks compilation for at least wxMac

2008-10-08 16:42 VZ, revision 56164

add VC9 project files (closes #9960)

2008-10-08 16:32 VZ, revision 56163

update to 0.2.4 version

2008-10-08 16:09 VZ, revision 56162

added wxDC::GetHDC() for backwards compatibility with the existing wxMSW code

2008-10-08 16:06 VZ, revision 56161

VC6 compilation fixes (#10059)

2008-10-08 15:58 VZ, revision 56160

added propgrid files

2008-10-08 15:47 VZ, revision 56159

rebaked makefiles with 0.2.4 (and now with forgotten files)

2008-10-08 15:44 VZ, revision 56158

rebaked makefiles with 0.2.4

2008-10-08 14:35 SC, revision 56157

focus propagation, fixes #10047

2008-10-08 14:32 SC, revision 56156

focus propagation, fixes #10047

2008-10-08 12:13 SN, revision 56155

Added missing include.

2008-10-08 12:11 SN, revision 56154

Workaround for bug in gcc-3.1 through gcc-3.3 in handling deprecation.

2008-10-07 22:22 SN, revision 56153

Avoid cyclic includes by forward declaring wxColour.