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-10-14 21:09 VZ, revision 11990

attempt to fix file ownership in the RPMs

2001-10-14 20:28 RL, revision 11989

didn't I commit these yesterday?? Version updates to .spec files

2001-10-14 14:10 JS, revision 11988

Updated my email address

2001-10-14 14:08 JS, revision 11987

Updated email address

2001-10-14 09:51 GD, revision 11986

added conditional compilation test around wxGetDiskSpace for Mac OS X

2001-10-14 08:25 GD, revision 11985

use MoreFiles under Mac OS X

2001-10-14 08:23 GD, revision 11984

include wxWindows headers using "..." instead of <...>

2001-10-14 08:22 GD, revision 11983

corrected comment

2001-10-14 08:21 GD, revision 11982

corrections for Mac OS X

2001-10-14 08:19 GD, revision 11981

use native dialogs instead of generic ones under Mac OS X

2001-10-14 01:49 RL, revision 11980

Fixed debian/rules clean target to catch all build time cruft. Brown Paper bag fix to IA64 patch.

2001-10-14 01:48 RL, revision 11979

Fixed clean target to really clean all the cruft that gets created at build time.

2001-10-14 00:20 RL, revision 11978

Merged IA64 build fixes from 2.2 (this will undoubtably need to be tested before we can claim 2.3 works on that platform) Updated config{guess,sub}

2001-10-14 00:18 RL, revision 11977

Changes to enable IA64 build. (Yes there are incredibly few!) Updated config.{guess,sub} (as part of the above).

2001-10-13 22:49 VS, revision 11976

better windows painting in wxMGL

2001-10-13 22:49 VS, revision 11975

fixed mouse capture release code -- it previously released capture of window that didn't gain it

2001-10-13 21:34 VZ, revision 11974

changed some Remove()s into RemoveAt()s

2001-10-13 21:12 GD, revision 11973

use MoreFiles under Mac OS X

2001-10-13 21:07 GD, revision 11972
  • D /wxWidgets/trunk/src/mac/carbon/makefile.nt
  • D /wxWidgets/trunk/src/mac/carbon/makefile.unx
  • D /wxWidgets/trunk/src/mac/makefile.nt
  • D /wxWidgets/trunk/src/mac/makefile.unx

removed useless files

2001-10-13 21:05 GD, revision 11971

updated wxMac file list (use MoreFiles)

2001-10-13 19:29 GD, revision 11970

corrected typo in conditional compilation for Darwin/Mac OS X

2001-10-13 18:54 GD, revision 11969

strcasecmp is in the system libraries under Mac OS X

2001-10-13 18:43 GD, revision 11968

use CXX instead of CC to compile and link C++

2001-10-13 16:02 GD, revision 11967

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-10-13 12:26 GD, revision 11966

Added flat Carbon and MoreFiles headers to compile flags Added MoreFiles to wxMac toolkit VPATH Removed check for strings.h for wxMac (conflict with flat Carbon headers)