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

2002-01-06 15:48 GD, revision 13415

removing dependancy on mac headers from public wx headers (eventually adding wx/ mac/private and typecasts)

2002-01-06 15:43 GD, revision 13414

unified Carbon/Classic and Session/Port printing member name

2002-01-06 15:42 GD, revision 13413

moved TARGET_CARBON define to private include for MacOS X

2002-01-06 15:40 GD, revision 13412

use "..." instead of <...> for wx headers

2002-01-06 15:38 GD, revision 13411

removing dependancy on mac headers from public wx headers

2002-01-06 14:51 VS, revision 13410

copyright update

2002-01-06 14:50 VS, revision 13409

1. fixed CR/LF mess (sorry) 2. applied Dimitri's patch for foo..bar case 3. explained while my workaround for MSLU bug will have to stay here forever

2002-01-06 14:48 GD, revision 13408

correction for wxMac

2002-01-06 14:39 RR, revision 13407

Further correction to wxListCtrl line wrapping.

2002-01-06 14:12 GD, revision 13406

removed unneeded ;

2002-01-06 14:12 GD, revision 13405

added missing virtual for overidden function

2002-01-06 01:43 RD, revision 13404

Updated wxPython version number

2002-01-06 01:41 RD, revision 13403

Updated DLL version number

2002-01-06 01:40 RD, revision 13402

SWIGged updates for wxGTK

2002-01-06 01:14 RD, revision 13401

Some compilation fixes

2002-01-06 01:14 RD, revision 13400

SWIGged code updates for wxMAC

2002-01-05 23:45 RD, revision 13399

Some updates to go with changes in current CVS. Added wxSplashScreen.

2002-01-05 23:27 VS, revision 13398

fix order of initializiton of rootless treectrl

2002-01-05 23:26 VS, revision 13397

fix for root behavior under MSW

2002-01-05 23:16 JS, revision 13396

Added bone structure for Gizmos docs

2002-01-05 23:02 JS, revision 13395

Added makefile

2002-01-05 22:59 JS, revision 13394

Added bone structure for FL documentation

2002-01-05 22:49 RD, revision 13393

Fixed an off-by-one error in the rectangle converter

2002-01-05 22:48 RD, revision 13392

Fixed gs_metricsMap so the constants line up correctly, there was an off-by-one since the wx enum starts at 1 instead of 0.

2002-01-05 22:47 RD, revision 13391

Added missing wxNativeFontInfo::GetFamily(). I think I did it right but somebody who knows should check it.