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-25 17:22 GL, revision 3487

Added wxSound for Windows support (successful WAV playback on VC++ 5) Fixes/Updates for the rest. PNM decoder uses now wxBufferedInputStream to (to be tested). Support for G72X is on the road ...

1999-08-25 16:39 RR, revision 3486

Many distribution things.

1999-08-25 13:47 HH, revision 3485

fixed mingw32 problem. Now correctly deals with egcs / <=gcc-2.8 issue.

1999-08-25 07:52 MB, revision 3484

Fixed bug (hopefully) that caused windows to be only partially repainted. Last update rect was being missed in wxCanvasRepaintProc().

1999-08-25 06:27 MB, revision 3483

Fixed but in wxButton::SetDefault() that was causing core dumps when a generic colour dialog was created.

1999-08-25 04:59 RD, revision 3482
  • D /wxWidgets/trunk/utils/wxPython/src/glcanvas.i
  • D /wxWidgets/trunk/utils/wxPython/src/glcanvasc.def
  • D /wxWidgets/trunk/utils/wxPython/src/gtk/glcanvas.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/gtk/glcanvas.py
  • D /wxWidgets/trunk/utils/wxPython/src/gtk/utils.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/gtk/utils.py
  • D /wxWidgets/trunk/utils/wxPython/src/msw/glcanvas.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/msw/glcanvas.py
  • D /wxWidgets/trunk/utils/wxPython/src/msw/utils.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/msw/utils.py
  • D /wxWidgets/trunk/utils/wxPython/src/utils.i
  • D /wxWidgets/trunk/utils/wxPython/src/utilsc.def

glcanvas and utils have mode to the modules directory

1999-08-25 04:50 RD, revision 3481
  • D /wxWidgets/trunk/utils/wxPython/modules/glcanvas/Makefile.pre.in
  • D /wxWidgets/trunk/utils/wxPython/modules/glcanvas/makefile.vc
  • D /wxWidgets/trunk/utils/wxPython/modules/glcanvas/Setup.in
  • D /wxWidgets/trunk/utils/wxPython/modules/html/Makefile.pre.in
  • D /wxWidgets/trunk/utils/wxPython/modules/html/makefile.vc
  • D /wxWidgets/trunk/utils/wxPython/modules/html/Setup.in
  • D /wxWidgets/trunk/utils/wxPython/modules/lseditor/Makefile.pre.in
  • D /wxWidgets/trunk/utils/wxPython/modules/lseditor/makefile.vc
  • D /wxWidgets/trunk/utils/wxPython/modules/lseditor/Setup.in
  • D /wxWidgets/trunk/utils/wxPython/modules/Makefile
  • D /wxWidgets/trunk/utils/wxPython/modules/makefile.vc
  • D /wxWidgets/trunk/utils/wxPython/modules/makeinc.vc
  • D /wxWidgets/trunk/utils/wxPython/modules/stubs/Makefile.pre.in
  • D /wxWidgets/trunk/utils/wxPython/modules/stubs/makefile.vc
  • D /wxWidgets/trunk/utils/wxPython/modules/stubs/Setup.in
  • D /wxWidgets/trunk/utils/wxPython/src/Makefile.pre.in
  • D /wxWidgets/trunk/utils/wxPython/src/makefile.vc
  • D /wxWidgets/trunk/utils/wxPython/src/Setup.in
  • D /wxWidgets/trunk/utils/wxPython/src/Setup.in.linux
  • D /wxWidgets/trunk/utils/wxPython/src/Setup.in.solaris

Death to all Makefiles and associates!

1999-08-24 23:45 MB, revision 3480

Added test for wxUSE_STATLINE so that wizard will compile under wxMotif

1999-08-24 23:00 RD, revision 3479

More execute bit setting... (again!)

1999-08-24 22:59 RD, revision 3478
  • D /wxWidgets/trunk/utils/wxPython/modules/buildall.py

More execute bit setting... (again!)

1999-08-24 22:58 RD, revision 3477

More execute bit setting...

1999-08-24 22:57 RD, revision 3476
  • D /wxWidgets/trunk/utils/wxPython/modules/buildall.py

More execute bit setting...

1999-08-24 22:55 RD, revision 3475

Fixed a typo

1999-08-24 22:13 GRG, revision 3474

Added CanRead()

1999-08-24 22:10 GRG, revision 3473

Fixed CanRead(), which incorrectly forced version 89a, thus preventing valid GIFs with older version numbers (87a) to be loaded correctly. Also, CanRead() is now in gifdecod.cpp

1999-08-24 20:30 RR, revision 3472

Forgot to add the files.

1999-08-24 20:26 RR, revision 3471

Added new wxFontDialog, Added PICFLAGS to parser compilation, Implemented COL_CLICK and wxLC_NO_HEADER

1999-08-24 20:14 RD, revision 3470

Deleting and re-adding to get the execute bit set

1999-08-24 20:13 RD, revision 3469
  • D /wxWidgets/trunk/utils/wxPython/demo/demo.py
  • D /wxWidgets/trunk/utils/wxPython/demo/demoMainLoop.py

Deleting and re-adding to get the execute bit set

1999-08-24 20:11 RD, revision 3468

Trying to get the execute bit set by default...

1999-08-24 20:10 RD, revision 3467
  • D /wxWidgets/trunk/utils/wxPython/distrib/build.py

Trying to get the execute bit set but default...

1999-08-24 19:53 RD, revision 3466

Build tool updates

1999-08-24 19:08 SB, revision 3465

2c : check menu was inversely set

1999-08-24 17:38 GL, revision 3464

Renamed UnRead to Unread in the doc

1999-08-24 16:17 SB, revision 3463

Fixed ctor declaration : some default were missing