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

2002-03-06 17:50 JS, revision 14465

Applied patch for Forty, print patch and wxHTML book patch

2002-03-06 16:26 VZ, revision 14464

fixes to the new pointer array implementation

2002-03-06 15:52 VZ, revision 14463

explained how the existing array declarations must be updated

2002-03-06 14:05 VZ, revision 14462

check for sizeof(void *), not sizeof(int *) - not really different but looks nicer

2002-03-06 11:38 VZ, revision 14461

forbid copying wxEvtHandlers

2002-03-06 11:17 VZ, revision 14460

added missing include guards

2002-03-06 09:34 JS, revision 14459

Moved typedef to within public block to avoid compile error in VC++ (can't access privately declared typedef)

2002-03-06 06:31 GD, revision 14458

wxArray<T> macros have been changed to fix runtime problems under 64 bit architectures. The base class is now implemented once for each needed primitive type in order to avoid invalid reference casts. Macros are provided to implement new arrays using these primitive base arrays.

2002-03-06 01:25 VZ, revision 14457

fixed creation of the dialogs with a simple (non 3D, non resizeable) border; also fixed handling of minimize/maximize box style bits (but is this really needed for the dialogs?)

2002-03-06 01:24 VZ, revision 14456

fixed menu accel

2002-03-06 01:23 VZ, revision 14455

removed the dialog templates unneeded/unused any longer

2002-03-06 00:24 VZ, revision 14454

correct Insert() docs (bug #526172)

2002-03-05 21:23 MBN, revision 14453

More blind fixes for daily builds

2002-03-05 18:55 VZ, revision 14452

added missing WXDLLEXPORT

2002-03-05 16:38 VZ, revision 14451

compilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case

2002-03-05 13:32 VZ, revision 14450

changed charset to iso8859-2

2002-03-05 00:52 VZ, revision 14449

fix for wxScreenDC::GetSize

2002-03-05 00:32 VZ, revision 14448

added missing default values for the 2nd argument of DeleteEntry()

2002-03-05 00:18 VS, revision 14447

fixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0

2002-03-04 20:22 MBN, revision 14446

Blind fix for daily builds

2002-03-04 16:01 VZ, revision 14445

added Hungarian translations

2002-03-04 16:01 , revision 14444

This commit was manufactured by cvs2svn to create branch 'WX_2_2_BRANCH'.

2002-03-04 16:01 VZ, revision 14443

added Hungarian translations

2002-03-04 14:22 JJ, revision 14442

Committing in . OpenVMS updates Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/src/motif/utils.cpp ----------------------------------------------------------------------

2002-03-04 07:52 JS, revision 14441

Removed obsolete -WE flags from WIN32 BC++ makefiles Doc corrections