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)

2001-10-13 12:22 GD, revision 11965

added wxMac distribution target

2001-10-13 08:52 GD, revision 11964

added MoreFiles sources to wxMac under Mac OS X

2001-10-13 00:41 RD, revision 11963

Second phase of OOR completed. (Original python object return for wxEvtHandler and derived classes.

2001-10-12 23:26 RD, revision 11962

Second phase of OOR completed. (Original python object return for wxEvtHandler and derived classes.

2001-10-12 23:21 VZ, revision 11961

don't define wxUSE_OWNER_DRAWN for wxUniv

2001-10-12 20:26 VZ, revision 11960

added base parameter to wxString::To[U]Long

2001-10-12 18:11 RD, revision 11959

Added style parameter to wxPopupWindow ctors so they match the Create method.

2001-10-12 17:29 VZ, revision 11958

fix for Solaris realloc() which moves the memory block even when the block size is reduced

2001-10-12 16:38 DW, revision 11957

Added new cmdline parsing classes to wxOS2

2001-10-12 16:38 DW, revision 11956

Cleaned up makedfile to handle setup.h better. Added command line parsing

2001-10-12 16:11 SC, revision 11955

fixed memory leak and optimized GetSubBitmap (Kudos to Eric Lavigne)

2001-10-12 15:25 DW, revision 11954

New wxUSE entries to support some new wx features.

2001-10-12 15:24 DW, revision 11953
  • D /wxWidgets/trunk/include/wx/os2/setup.h

Not really needed in CVS

2001-10-12 14:16 VZ, revision 11952

fix to avoid internal compiler error with gcc 2.95.2 on Alpha

2001-10-12 14:09 VZ, revision 11951

made wxString::assign() more efficient (don't force buffer reallocation)

2001-10-12 14:01 DW, revision 11950

Some updates

2001-10-12 06:51 GD, revision 11949

updated with latest morefiles

2001-10-12 06:16 VZ, revision 11948

make the main dialog resizeable

2001-10-12 06:15 VZ, revision 11947

do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE problem

2001-10-12 06:14 VZ, revision 11946

create wxNotebook without any extended style

2001-10-12 03:18 RD, revision 11945

Moved client data stuff directly into wxEvtHandler, #if'd out wxClientDataContainer for now.

2001-10-11 16:15 RD, revision 11944

fixed leaking wxColour

2001-10-11 16:15 RD, revision 11943

add a newline to the log message

2001-10-11 00:14 RL, revision 11942

added DEFINE_LOCAL_EVENT_TYPE() macro

2001-10-11 00:08 RL, revision 11941

added missing (2.4 forward compatible) event macros.