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-07 16:51 DW, revision 13440

toplevel fixes to deal with base class fixes. Create interface change to support passing in stacksize and OS/2 SystemSettingsNative support

2002-01-07 16:45 DW, revision 13439

OS/2 fix to support removal of WXPM ifdefs in header.

2002-01-07 16:44 DW, revision 13438

implemented OS/2's wxSystemSettingsNative

2002-01-07 16:44 DW, revision 13437

Removal of WXPM ifdefs.

2002-01-07 16:40 DW, revision 13436

toplevel fixes and USE_RUL and PRTOTCOL stuff

2002-01-07 16:18 DW, revision 13435
  • D /wxWidgets/trunk/include/wx/os2/settings.h

No longer needed

2002-01-07 15:24 VZ, revision 13434

don't assign string literals to a char * variable

2002-01-07 14:34 VZ, revision 13433

patch from Dimitri fixing crashes when decoding the invalid GIFs

2002-01-07 14:25 VZ, revision 13432

fix for GL library soname under Solaris

2002-01-07 00:49 DW, revision 13431

Toplevel window support

2002-01-07 00:49 DW, revision 13430

OS/2 scrolling support for controls

2002-01-07 00:45 DW, revision 13429

Some things needed in the base class of OS/2

2002-01-07 00:44 DW, revision 13428

Support for Toplevel window

2002-01-07 00:43 DW, revision 13427

Some needed OS/2 things in the base class for OS/2 Toplevel support.

2002-01-07 00:38 VZ, revision 13426

unfortunately the fuzzy colour comparison is really needed (why?)

2002-01-06 23:11 VS, revision 13425

hasSubDirs already defined in dircmn

2002-01-06 23:11 VS, revision 13424

compilation fix

2002-01-06 23:11 VS, revision 13423

Nuked Sections

2002-01-06 23:10 VS, revision 13422

merged both implementations of wxGenericDirCtrl

2002-01-06 22:46 VZ, revision 13421

removed extra erroneous DeleteContents()

2002-01-06 16:13 GD, revision 13420

moved TARGET_CARBON to mac private header disabled MacOS X -cpp-precomp option which has problems with _T macro and precompiled Carbon headers (order of includes has changed)

2002-01-06 16:00 GD, revision 13419

unified Carbon/Classic and Session/Port printing member name

2002-01-06 15:59 GD, revision 13418

removed conditional for Apple DevTools now that mac headers are not included

2002-01-06 15:54 GD, revision 13417

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

2002-01-06 15:49 GD, revision 13416

unified Carbon/Classic and Session/Port printing member name

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.