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

2003-07-19 21:40 VZ, revision 22127

GetFirst/NextChild() now use wxTreeItemIdValue instead of long

2003-07-19 21:36 VZ, revision 22126

reverted the last change (colour values changes), it cerated too many problems

2003-07-19 21:22 VZ, revision 22125

warning 4284 doesn't have to be suppressed any more for VC++

2003-07-19 21:11 VZ, revision 22124

moved smart phone test to chkconf.h from features.h

2003-07-19 21:06 VZ, revision 22123

replaced untyped hash with a typed one; 64 bit fixes (don't cast pointers to long...)

2003-07-19 21:01 VZ, revision 22122

reduced compilation dependencies

2003-07-19 20:27 VS, revision 22121

must convert filename to URL

2003-07-19 19:56 VZ, revision 22120

compatibiltiy functions should be inline, we don't want to take space hit for using them nor speed hit for the user code!

2003-07-19 19:52 VZ, revision 22119

define a special PTR version of LIST macros which should be used if you want operator->()

2003-07-19 19:46 VZ, revision 22118

added NO_PTR versions of ARRAY macros to suppress warnings (based on patch 770983)

2003-07-19 19:16 VZ, revision 22117

don't disable warnings for VC7, not necessary

2003-07-19 19:01 VZ, revision 22116

added Show/HideNativeCaret() (patch 759924)

2003-07-19 18:52 VZ, revision 22115

don't set focus to radiobox in SetSelection() (patch 759456)

2003-07-19 17:46 JS, revision 22114

Added minimal file dialog for SmartPhone Use wxSYSTEM_MENU to get X symbol on PocketPC

2003-07-19 17:22 VZ, revision 22113

extracted common code into a single wxfileDialogBase class (patch 758901)

2003-07-19 17:06 VZ, revision 22112

added GetForbiddenChars() and TRUE -> true (patch 757777)

2003-07-19 16:47 VS, revision 22111

more sorting

2003-07-19 16:26 VS, revision 22110

fixed wrong order of libraries for contrib samples

2003-07-19 16:06 VS, revision 22109

fix resources

2003-07-19 15:14 MBN, revision 22108

Some bakefile fixes.

2003-07-19 15:05 MBN, revision 22107

Fix some compilation and linking errors in samples. Replace some calls to wxString::getWriteBuffer with wxStringBuffer.

2003-07-19 15:01 MBN, revision 22106

Added bakefiles for cube OpenGL sample.

2003-07-19 14:15 VZ, revision 22105

undecorate C++ names if possible

2003-07-19 12:21 VZ, revision 22104

added medium orange/gold corresponding to the old (2.4) values

2003-07-19 12:17 VZ, revision 22103

mention colour change