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-30 22:39 VS, revision 3537

wxHtmlTag::ScanParam now returns value

1999-08-30 22:37 VS, revision 3536

removed html/version.h

1999-08-30 08:35 PA, revision 3535

removing w4 level warning

1999-08-30 07:11 PA, revision 3534

Removing most of level 4 warnings, particulary in 16 bits mode

1999-08-29 20:08 HH, revision 3533

fixed problem in mimetype database and put a temp. fix for font tags like <FONT SIZE=gaga>, i.e. without an proper integer argument

1999-08-29 20:02 GRG, revision 3532

fixed bug for 24bit images

1999-08-29 20:00 GRG, revision 3531

*** empty log message ***

1999-08-29 19:57 GRG, revision 3530

binary

1999-08-29 19:56 GRG, revision 3529
  • D /wxWidgets/trunk/samples/image/horse.pcx

*** empty log message ***

1999-08-29 19:55 GL, revision 3528

PNM horse

1999-08-29 19:49 GRG, revision 3527

*** empty log message ***

1999-08-29 19:49 GRG, revision 3526
  • D /wxWidgets/trunk/samples/image/horse.pcx

*** empty log message ***

1999-08-29 19:48 GL, revision 3525

Removed LastError() from wxFilterStream Added a better Peek() to wxBufferedInputStream Fixed wxPNMHandler (it is a lot faster on text PNM now) Image sample loads a PNM

1999-08-29 19:40 GRG, revision 3524

Added horse.pcx

1999-08-29 19:38 GRG, revision 3523

binary

1999-08-29 19:36 GRG, revision 3522
  • D /wxWidgets/trunk/samples/image/horse.pcx

*** empty log message ***

1999-08-29 14:40 GL, revision 3521

Start xanim only when we are ready to play Renamed StartPlay in Play Added wxVideoBaseDriver::GetSize

1999-08-29 13:32 SB, revision 3520

Fixed wxBufferedInputStream support ...

1999-08-29 11:53 GRG, revision 3519

PCX image for testing

1999-08-29 11:52 GRG, revision 3518

PCX handler now working for reading (8bit and 24bit images). Still no wxPCXHandler::SaveFile, though.

1999-08-29 11:50 GRG, revision 3517

Added error messages when (verbose == TRUE) to know why the load failed.

1999-08-29 07:49 SB, revision 3516

fixed unsolved link

1999-08-29 06:37 MB, revision 3515

Regenerated from tmake to add imagpcx.

1999-08-29 06:30 MB, revision 3514

Script runs tmake for all template files in distrib/msw/tmake. Writes wxMSW makefiles to src/msw. Writes Makefile.in to top wxWindows dir.

1999-08-29 05:49 MB, revision 3513

A shell script to run tmake for all template files similar to Vadim's makeall.bat for DOS.

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