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

2001-09-16 09:29 GD, revision 11615

Since there was no #include before the #if wxUSE_JOYSTICK then nothing would ever be compiled in this module.

2001-09-16 01:51 RD, revision 11614

Significantly changed how the Python interpreter lock and thread state are managed, which should fix the problem of running on a multi-processor machine. Some fixes for some of the contributed library modules.

2001-09-15 22:13 VS, revision 11613

wxMGL update

2001-09-15 22:13 VS, revision 11612

wxTopLevelWindow (only for wxGTK for now)

2001-09-15 20:39 SC, revision 11611

changed FindControl to FindControlUnderMouse and use ControlRef != NULL instead of ControlPart = noPart , we had false ControlPart = 0 returned under Carbon in MacOS X

2001-09-15 17:03 GD, revision 11610

added missing conditional compilation for wave (2) fixed some warnings

2001-09-15 13:53 GD, revision 11609

added missing conditional compilation for wave

2001-09-15 11:24 GD, revision 11608

added missing conditional compilation test for MSW specific events

2001-09-15 10:39 VS, revision 11607

compilation (hot)fixes for Mingw

2001-09-15 10:39 VS, revision 11606

compilation fix

2001-09-15 10:08 RL, revision 11605

install and search path fixes for cross built libs.

2001-09-14 19:48 GD, revision 11604

removed copystring function already defined in common wx utilities

2001-09-14 19:01 RL, revision 11603

typo fix on package deps.

2001-09-14 16:15 RD, revision 11602

Updates to contributed library stuff, a new version of PyCrust

2001-09-14 16:14 RD, revision 11601

A better way to handle the OOR wxPyListCtrl --> wxLIstCtrl thing

2001-09-14 16:13 RD, revision 11600

some little demo tweaks

2001-09-14 02:41 RL, revision 11599

typo fix.

2001-09-14 02:39 RL, revision 11598

fixed msw-cross package dependencies.

2001-09-13 23:25 RL, revision 11597

fix for change to gtk_gl libname (and the fact it's now included by wx-config if built with --with-opengl)

2001-09-13 21:17 RL, revision 11596

Added msw-cross Debian packages for wxMSW and wxBase. Removed common setup.h in favor of including $toolchain/wx/setup.h directly. Cleaned more unused cruft out of configure.in and further factored duplicate code. Implemented new toolchain naming scheme.

2001-09-12 19:38 GD, revision 11595

added missing object files (sorted alphabetically for easier updating)

2001-09-12 19:15 GD, revision 11594

added missing object files

2001-09-12 18:56 GD, revision 11593

corrected aggregate initializer

2001-09-12 18:41 GD, revision 11592

removed inexistant object file

2001-09-11 17:04 VZ, revision 11591

don't try to translate the standard encoding names