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.

2002-01-05 19:30 VS, revision 13390
  • D /wxWidgets/trunk/misc/mgl_data

move wxMGL cursor files to Scitech MGL itself

2002-01-05 19:30 VS, revision 13389

MSLU fixes for RichEdit

2002-01-05 16:40 SC, revision 13388

corrected the non masked blitting code, brush hatched colors corrected

2002-01-05 16:40 SC, revision 13387

made sure the alignment for the non-carbon fake list def resource is always 68k

2002-01-05 16:39 SC, revision 13386

memory leak fixed

2002-01-05 16:37 SC, revision 13385

when the system is not yet start fully (macos not inited) mutexes and critical sections take shortcuts, these are ok since at this time there is always only on thread

2002-01-05 16:36 SC, revision 13384

added method for finding out, whether the macos system is fully initialized for this app (e.g. it is not during static initialization)

2002-01-05 16:25 VS, revision 13383

MSLU fixes

2002-01-05 16:25 VS, revision 13382

REALLY fixed the leak (Dimitri)

2002-01-05 15:58 RR, revision 13381

Recorrected calculation of client size in wxListCtrl. Also added comments on why this is correct.

2002-01-05 12:06 GD, revision 13380

removed obsolete files and added missing ones

2002-01-05 01:34 VZ, revision 13379

fixed incorrect calls to SelectObject(hdc, NULL)

2002-01-05 01:25 VZ, revision 13378

fixed resource leak in CreateIconFromBitmap() (Dimitri)

2002-01-04 22:51 VS, revision 13377

fixed memory leak when saving XPMs

2002-01-04 22:06 SC, revision 13376

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

2002-01-04 21:52 GD, revision 13375

added missing include file for Apple DevTools

2002-01-04 21:51 GD, revision 13374

added missing casts after removal of dependancy on mac headers

2002-01-04 17:47 JS, revision 13373

Reversed breakage

2002-01-04 17:36 JS, revision 13372

Fixes for GNUPro 00r1

2002-01-04 17:27 VZ, revision 13371

fixed assert failure in wxStaticCast()

2002-01-04 17:26 SC, revision 13370

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

2002-01-04 17:19 SC, revision 13369

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

2002-01-04 17:13 SC, revision 13368

removing dependancy on mac headers from public wx headers

2002-01-04 17:09 SC, revision 13367

removing dependany on mac headers from public wx headers

2002-01-04 17:00 SC, revision 13366

removing dependany on mac headers from public wx headers

2002-01-04 16:44 VZ, revision 13365

added 2.2.9 release date

2002-01-04 16:15 , revision 13364

This commit was manufactured by cvs2svn to create tag 'WX_2_2_9'.

2002-01-04 16:15 VZ, revision 13363

regenerated

2002-01-04 16:14 VZ, revision 13362

fixes for the build system changes

2002-01-04 15:40 VZ, revision 13361

include the locale files in the RPM

2002-01-04 15:28 VZ, revision 13360

wxBase-devel RPM generation updates

2002-01-04 15:28 VZ, revision 13359

compilation fix

2002-01-04 15:20 VZ, revision 13358

fixed the dialog event table (bug #498611)

2002-01-04 15:04 VZ, revision 13357

fixes to the bzip dist creation

2002-01-04 15:04 VZ, revision 13356

use --no-recursion configure switch when building wxBase RPM

2002-01-04 14:56 VZ, revision 13355

1. updated the version number to 2.2.9 2. use tar.bz2 instead of tar.gz

2002-01-04 14:51 VZ, revision 13354

regenerated the files to not include wx/setup.h

2002-01-04 14:50 VZ, revision 13353

removed setup.h

2002-01-04 14:18 JS, revision 13352

Corrected (maybe) the object.h token syntax; corrected typo in makefile.g95

2002-01-04 13:06 VZ, revision 13351

always make the name of the file to replace absolute before using it

2002-01-04 13:04 VZ, revision 13350

typo which prevented TMP env var from being used in CreateTempFile fixed

2002-01-04 11:06 JS, revision 13349

Fixed missing membersections bug and also bug with functions not being written in the right class

2002-01-04 01:39 VZ, revision 13348

fixed wxIsPathSeparator() to work for Mac

2002-01-03 23:16 VS, revision 13347

fixed MSW makefiles

2002-01-03 23:08 VS, revision 13346

made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)

2002-01-03 23:08 VS, revision 13345

(Hopefully) fixed bad MSW makefiles (Vadim, can you please check if I haven't screw up something in that executable noise?)

2002-01-03 19:07 VZ, revision 13344

moved Watcom thread stack size fix from .h to the .cpp

2002-01-03 18:23 JS, revision 13343

Added ignoreBadRefs so e.g. the PMF manual doesn't generate bad references to wxWindows classes.

2002-01-03 18:19 , revision 13342
  • A /wxWidgets/tags/wxPy_LAST_2_3_2
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/.cvsignore
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/aclocal.m4
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/autogen.sh
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/config.guess
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/config.sub
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/configure
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/configure.in
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/contrib
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/debian
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/demos
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/descrip.mms
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/difflast.pl
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/distrib
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/docs
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/include
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/install-sh
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/lib
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/locale
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/Makefile.in
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/make-deb
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/misc
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/mkinstalldirs
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/regen
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/samples
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/setup.h.in
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/setup.h_vms
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/src
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/tests
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/user
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/utils
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wx-config.in
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxBase.spec
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxGTK.spec
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxMotif.spec
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxWINE.spec
  • D /wxWidgets/tags/wxPy_LAST_2_3_2/wxwin.m4

This commit was manufactured by cvs2svn to create tag 'wxPy_LAST_2_3_2'.

2002-01-03 18:19 RD, revision 13341

PyCrust updates