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

2001-09-18 22:33 VS, revision 11640

wxFrame for wxUniv

2001-09-18 22:33 VS, revision 11639

wxDialog for wxUniv

2001-09-18 21:00 GD, revision 11638

corrections related to wxDialog inheritance changes (wxTopLevelWindow)

2001-09-18 18:22 VZ, revision 11637

compilation warning fix for Intel C++

2001-09-18 18:17 VZ, revision 11636

changes to shared library options code and to allow building them with Intel compiler

2001-09-18 16:10 , revision 11635
  • A /wxWidgets/tags/wxPy_2_3_2b4
  • D /wxWidgets/tags/wxPy_2_3_2b4/.cvsignore
  • D /wxWidgets/tags/wxPy_2_3_2b4/aclocal.m4
  • D /wxWidgets/tags/wxPy_2_3_2b4/autogen.sh
  • D /wxWidgets/tags/wxPy_2_3_2b4/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_2_3_2b4/config.guess
  • D /wxWidgets/tags/wxPy_2_3_2b4/config.sub
  • D /wxWidgets/tags/wxPy_2_3_2b4/configure
  • D /wxWidgets/tags/wxPy_2_3_2b4/configure.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/contrib
  • D /wxWidgets/tags/wxPy_2_3_2b4/debian
  • D /wxWidgets/tags/wxPy_2_3_2b4/demos
  • D /wxWidgets/tags/wxPy_2_3_2b4/descrip.mms
  • D /wxWidgets/tags/wxPy_2_3_2b4/difflast.pl
  • D /wxWidgets/tags/wxPy_2_3_2b4/distrib
  • D /wxWidgets/tags/wxPy_2_3_2b4/docs
  • D /wxWidgets/tags/wxPy_2_3_2b4/include
  • D /wxWidgets/tags/wxPy_2_3_2b4/install-sh
  • D /wxWidgets/tags/wxPy_2_3_2b4/lib
  • D /wxWidgets/tags/wxPy_2_3_2b4/locale
  • D /wxWidgets/tags/wxPy_2_3_2b4/Makefile.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_2_3_2b4/make-deb
  • D /wxWidgets/tags/wxPy_2_3_2b4/misc
  • D /wxWidgets/tags/wxPy_2_3_2b4/mkinstalldirs
  • D /wxWidgets/tags/wxPy_2_3_2b4/regen
  • D /wxWidgets/tags/wxPy_2_3_2b4/samples
  • D /wxWidgets/tags/wxPy_2_3_2b4/setup.h.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/setup.h_vms
  • D /wxWidgets/tags/wxPy_2_3_2b4/src
  • D /wxWidgets/tags/wxPy_2_3_2b4/tests
  • D /wxWidgets/tags/wxPy_2_3_2b4/user
  • D /wxWidgets/tags/wxPy_2_3_2b4/utils
  • D /wxWidgets/tags/wxPy_2_3_2b4/wx-config.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxBase.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxBaseVC.dsp
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxGTK.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxMotif.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxWINE.spec

This commit was manufactured by cvs2svn to create tag 'wxPy_2_3_2b4'.

2001-09-18 16:10 RD, revision 11634

version number update

2001-09-18 15:03 VZ, revision 11633

test for long long directly instead of testing for gcc

2001-09-18 13:28 GT, revision 11632

Fix for bug 462533, spelling typo in docs "wxAGJUST_MIN" should be "wxADJUST_MINSIZE"

2001-09-18 12:39 VZ, revision 11631

fix for event processing in wxScrollHelper

2001-09-17 23:30 RL, revision 11630

use 'local' quoting for wx headers in lib source

2001-09-17 23:12 RL, revision 11629

fixed c++ style comments

2001-09-17 22:42 RD, revision 11628

minor fixes

2001-09-17 22:20 RD, revision 11627

Regenerated from filelist.txt

2001-09-17 22:08 RD, revision 11626

Fixed compile error.

2001-09-17 21:47 RD, revision 11625

Significantly changed how the Python interpreter lock and thread state are managed, which should fix the problem of running on a multi-processor machine.

2001-09-17 20:37 GD, revision 11624

added missing destructor for Darwin/Mac OS X (wxGtk, wxMotif, wxMac)

2001-09-17 19:53 SC, revision 11623

added carbonaccessors.o

2001-09-17 19:51 SC, revision 11622

added toplvlcmn

2001-09-17 04:56 RL, revision 11621

added tn0012.txt -- detailing library name conventions as discussed on -dev

2001-09-17 02:54 RL, revision 11620

Trimmed the list of external libs for MSW builds (some make NT break, some are simply unproven to be required) and cleaned up resource compiler handling. Moved OpenGL headers test to occur before we start using wxUSE_OPENGL. Added --gl-libs option to wx-config -- useful only for wxGTK at present, but will supply correct libs for apps linking to libwxgtk_gl wx-config --cxxflags now returns a more complete set of build parameters that the library was compiled with in some cases. Changed the AC_OUTPUT test for a pre-existing wx-config to test for the symlink, not the moved file. Rerunning config{ure,.status} would stomp the symlink with a real file otherwise. Added missing #include to regconf.h Bumped version.h to 2.2.8

2001-09-16 22:10 VS, revision 11619

added toplevel.cpp

2001-09-16 22:09 VS, revision 11618

updated generated file

2001-09-16 15:44 GD, revision 11617

added tree layout define

2001-09-16 11:46 GD, revision 11616

corrected tree layout option