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

1999-08-29 05:12 MB, revision 3512

Regenerated with tmake to add imagpcx for all platforms.

1999-08-28 16:50 RR, revision 3511

Added German translation to internat sample. Fixed recursion in wxLogGui::Flush()

1999-08-28 15:31 HH, revision 3510

Added a hack to configure.in to enable cross compiling of glcanvas; search for GL_TOOLKIT_DIR to see what I mean. Added Makefile.in to glcanvas/win

1999-08-28 12:28 GL, revision 3509

Fixed compilation/link errors

1999-08-27 17:40 GL, revision 3508

Implemented Read in the PCM converter Changed size_t to wxUint32 Added support for G72X WAV format multi-codec handling

1999-08-27 16:00 GRG, revision 3507

CanRead() now restores the stream to its previous state (potential bug when mixing with other handlers' CanRead() code.)

1999-08-27 15:23 KB, revision 3506

included imagpcx for wxGTK

1999-08-27 13:16 PA, revision 3505

Adding GetPrevSibling() & GetNextSibling() in winundef.h

1999-08-27 11:56 PA, revision 3504

Adding GetFisrtChild in winundef.h

1999-08-27 11:46 PA, revision 3503

Removing some level 3 warning Updating samples\makefile.vc

1999-08-27 11:42 GRG, revision 3502

Added testing code for PCX Handler (which is still not working because PCX Handler is still a do-nothing and besides, there is no horse.pcx file, but hey... it doesn't hurt)

1999-08-27 11:34 GRG, revision 3501

Added imagpcx.cpp

1999-08-27 11:31 GRG, revision 3500

Added wxBITMAP_TYPE_PCX

1999-08-27 11:31 GRG, revision 3499

Added PCX Handler

1999-08-27 11:29 GRG, revision 3498

small change (honour 'verbose' parameter in LoadFile)

1999-08-27 11:28 GRG, revision 3497

New PCX Image Handler (still empty)

1999-08-27 08:23 MB, revision 3496

Fix for compilation under AIX.

1999-08-27 08:22 MB, revision 3495

Fixes for compilation under AIX.

1999-08-26 18:04 GL, revision 3494

Better fix for thread sample code

1999-08-26 17:35 GL, revision 3493

Fixed thread sample SEGV on wxGTK

1999-08-26 17:05 PA, revision 3492

Solving link problem with 16 bits versions (wxProcessEvent, wxSpinEvent) Various makefile.dos in Samples/ dir are now up-to-date msvc\Ctl3dv2.lib changed to a valid one

1999-08-26 16:15 RR, revision 3491

Distrib and make install fixes. Docs for wxSizer finished.

1999-08-26 04:41 MB, revision 3490

Changed value setting code in ctor and function SetValue so that widget uses a copy of the source string rather than a pointer to the source string. This fixes problems with wxGrid.

1999-08-26 04:05 RD, revision 3489

Better uninstall handling and some other tweaks

1999-08-25 17:48 GL, revision 3488

Fixed a bug in threadpsx.cpp (wxBaseArray bug).