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-02-23 19:50 RD, revision 14365

Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object.

2002-02-23 19:16 RD, revision 14364

Changes for wxOGL since wxFatalError has been deprecated.

2002-02-23 18:59 RR, revision 14363

Some work on GTK focus handling and events. Removed some code #ifdeffed for GTK from wxListCtrl.

2002-02-23 18:58 RR, revision 14362

Applied wxList::Prepend() patch.

2002-02-23 18:57 RR, revision 14361

applied doc patch for wxPostEvent().

2002-02-23 18:57 RR, revision 14360

Added new stream tests to typetest.

2002-02-23 17:45 JS, revision 14359

Added some notes on the Nano-X port.

2002-02-23 17:36 JS, revision 14358

wxUSE_CONSTRAINTS now refers to constraints only, since sizers are now crucial to wxWindows. Further Nano-X fixes; now compiles and links in Nano-X mode.

2002-02-23 16:06 RR, revision 14357

Minor fixes to buffered stream in connection with ungetch. See comments in the code.

2002-02-23 13:22 VS, revision 14356

fix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build

2002-02-23 13:21 VS, revision 14355
  • D /wxWidgets/trunk/src/xpm

removed libxpm

2002-02-22 23:30 DW, revision 14354

Style updates

2002-02-22 21:42 GD, revision 14353

Darwin dlopen functions is needed both for DYNLIB_CLASS and DYNAMIC_LOADER

2002-02-22 18:48 VZ, revision 14352

fix for a nasty bug with colouor copying

2002-02-22 18:18 VZ, revision 14351

1. made wxDebugMsg, wxError and wxFatalError deprecated (still available with WXWIN_COMPATIBILITY_2_2) 2. moved wxInternalErrorStr and wxFatalErrorStr to a common file CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: include/wx/app.h include/wx/chkconf.h include/wx/utils.h CVS: src/common/appcmn.cpp src/common/fontmap.cpp CVS: src/common/utilscmn.cpp src/gtk/data.cpp src/mac/data.cpp CVS: src/mac/utils.cpp src/msw/data.cpp src/msw/utils.cpp CVS: src/os2/DATA.CPP src/os2/UTILS.CPP src/unix/utilsunx.cpp CVS: ----------------------------------------------------------------------

2002-02-22 18:18 VZ, revision 14350

ensure that the compatibility defines are not set for wxBase which doesn't need them

2002-02-22 18:13 VZ, revision 14349

wxLogFatalError() now always aborts the program and doesn't use the active log target but always shows the standard message box

2002-02-22 15:09 VZ, revision 14348

added a menu item to toggle live splitter update

2002-02-22 15:08 VZ, revision 14347

fixed dead update splitters

2002-02-22 13:19 JJ, revision 14346

Committing in . OPENVMS MAKEFILE UPDATE Modified Files: wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2002-02-22 00:48 VZ, revision 14345

misc fixes for (absense of) the borders

2002-02-22 00:48 VZ, revision 14344

fixes to handling of 0 and negative splitter position when splitting it initially

2002-02-22 00:09 RD, revision 14343

Updated PyCrust from Patrick O'Brien

2002-02-21 16:19 VZ, revision 14342

applied a fix for the patch 446325

2002-02-21 16:17 VZ, revision 14341

don't crash if editing of the cell wasn't started for whatever reason (patch 502692)