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

2000-03-05 19:18 RL, revision 6463

couple of typo/thinko bug fixes

2000-03-05 19:05 GL, revision 6462
  • D /wxWidgets/trunk/utils/wxMMedia2

Removed all wxMMedia2 files

2000-03-05 19:03 GL, revision 6461

Moved wxMMedia to contrib/src/mmedia Added contrib configure Made wxSocket sample compile Made OGL compile Modified main configure to pass some more parameter to children Changed the wxProcess doc according to the modification Still some win makefiles to come

2000-03-05 18:46 SN, revision 6460

Fixed apparent typo (int->wxWindowID)

2000-03-05 17:49 RR, revision 6459

Various makefile and installation things. main() is now always in the program. Also added a macro that doesn't set main at all so that users can have their own. The isosurf sample doesn't work anymore.

2000-03-05 16:25 SN, revision 6458

*** empty log message ***

2000-03-05 16:05 GL, revision 6457
  • D /wxWidgets/trunk/docs/latex/wx/cdaudio.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdaudlnx.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdaudwin.tex
  • D /wxWidgets/trunk/docs/latex/wx/cdtoc.tex
  • M /wxWidgets/trunk/docs/latex/wx/classes.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndaiff.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndbase.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndcodec.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndesd.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfg72x.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfile.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfpcm.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfrmt.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndfulaw.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndg72x.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndoss.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndpcm.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndrter.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndulaw.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndwave.tex
  • D /wxWidgets/trunk/docs/latex/wx/sndwin.tex
  • D /wxWidgets/trunk/docs/latex/wx/vidbase.tex
  • D /wxWidgets/trunk/docs/latex/wx/vidxanm.tex

Removed wxMMedia classes doc from the main wx doc

2000-03-05 14:15 VS, revision 6456

added missing wxImageList::Add methods

2000-03-05 11:45 JS, revision 6455

Fixed blatant non-initialisation bug

2000-03-05 02:31 VZ, revision 6454

test for 'backwards clock' bug

2000-03-05 02:23 VZ, revision 6453

1. wxStopWatch tests in console 2. some more messages in exec

2000-03-05 02:14 VZ, revision 6452

create null, not empty, region in default wxRegion ctor

2000-03-05 02:12 VZ, revision 6451

1. wxWindowDisabler modified to bring parent window back to top under MSW 2. modal dialogs without parent now use the app top window as parent or use wxWindowDisabler if none 3. modal dialogs bring parent windows to top when activated 4. wxBase dsp will now compile it with MT CRT

2000-03-05 00:06 VZ, revision 6450

regenerated from configure.in

2000-03-04 23:59 SN, revision 6449

Compilation fixes (true->TRUE, false->FALSE)

2000-03-04 23:59 VZ, revision 6448

fix for --with-libpng=sys warning

2000-03-04 23:38 SN, revision 6447

Added a fix for compilers with problems to compute signed % unsigned

2000-03-04 23:21 VZ, revision 6446

removed warning about wxDrawRectangle being unused

2000-03-04 23:09 SN, revision 6445

Improved handling of selection/deselection events. Improved keyboard navigation.

2000-03-04 22:54 VZ, revision 6444

removed extern from inline function declarations

2000-03-04 20:37 VS, revision 6443

fixed couple of bugs in wxZlibInputStream -- mainly incorrect handling of underlaying stream errors and absolutely wrong bytes counting

2000-03-04 20:37 VS, revision 6442

fixed wxDataInputStream::ReadString for empty strings

2000-03-04 20:37 VS, revision 6441

fixes for wxBase compilation

2000-03-04 20:36 VS, revision 6440

added more stuff to wxBase: zipstrm, zstream, fs_*, mstream

2000-03-04 19:56 SN, revision 6439

Bugfixes; added selection modes demo to griddemo