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-05-08 19:51 MBN, revision 15440

Fix _ quoting to make tex2rtf happier

2002-05-08 19:44 GD, revision 15439

added missing include file

2002-05-08 19:00 JS, revision 15438

Added Ok() member for print data, print dialog, page dialog, page dialog data so we can test in advance whether the print/page setup dialogs will fail. Removed assertions that would fire if the default printer was not found, for example. Added call to Ok() from HTML print code with suitable error message. Commented out my erroneous fix to wxStaticText.

2002-05-08 18:45 GD, revision 15437

improved dependencies for Info.plist corrected makefile (spaces => tabs)

2002-05-08 18:18 GD, revision 15436

corrected application bundle building for Mac OS X

2002-05-08 17:13 GD, revision 15435

added handling of -undefined and -flat_namespace options

2002-05-08 14:17 GD, revision 15434

corrected warnings when compiling with -Wall -W

2002-05-08 14:14 VZ, revision 15433

added missing header for not PCH case

2002-05-08 14:11 GD, revision 15432

improved out of memory handling by return failure status where possible and adding asserts in debug mode (suggested by SourceForge patch # 544906) corrected warnings when compiling with -Wall -W

2002-05-08 14:02 GD, revision 15431

removed useless trailing semicolon

2002-05-08 14:00 GD, revision 15430

corrected warnings when compiling with -Wall -W

2002-05-08 13:55 GD, revision 15429

implemented missing copy constructor (needed for non trivial member) corrected warnings when compiling with -Wall -W

2002-05-08 13:47 GD, revision 15428

ignore Mac OS X specific files

2002-05-08 13:30 GD, revision 15427

added DECLARE_NO_COPY_CLASS where appropriate since wxObject should not provide implicit copy constructor or assignement (will be corrected)

2002-05-08 13:28 MBN, revision 15426

Fixed programming error (and BCC warning).

2002-05-08 13:24 GD, revision 15425

corrected warnings when compiling with -Wall -W

2002-05-08 13:19 GD, revision 15424

corrected conditional compilation for Darwin / Mac OS X

2002-05-08 13:17 GD, revision 15423

corrected warnings when compiled with -Wall -W

2002-05-08 13:14 GD, revision 15422

ignore Mac OS X specific files

2002-05-08 12:48 GD, revision 15421

improved dynamic shared library creation for Darwin / Mac OS X

2002-05-08 12:42 JJ, revision 15420

Committing in . updates for OpenVMS Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/motif/clipbrd.cpp Added Files: wxWindows/samples/db/descrip.mms ----------------------------------------------------------------------

2002-05-08 12:36 GD, revision 15419

implemented cbCommonPaneProperties copy constructor and assignment operator

2002-05-08 12:32 GD, revision 15418

pi is static to avoid link error under Mac OS X (already defined by system lib)

2002-05-08 05:22 DW, revision 15417

More of the same.

2002-05-07 23:29 VZ, revision 15416

added src/msw/popupwin.cpp to the makefiles

2002-05-07 23:27 VZ, revision 15415

fixed Windows style of wxPopupWindow

2002-05-07 23:16 VZ, revision 15414

fixed typos and tmakecmd/TMAKE/TM confusion

2002-05-07 22:27 DW, revision 15413

More image processing updates

2002-05-07 21:58 GD, revision 15412

corrected warnings when compiling with -Wall -W

2002-05-07 20:40 GD, revision 15411

implemented explicit copy constructor and assignement operator

2002-05-07 19:59 VZ, revision 15410

Added wx/build.h

2002-05-07 19:56 VZ, revision 15409

added wxBuildOptions and check that they are the same for the program and the library on startup

2002-05-07 19:52 GD, revision 15408

ignore CodeWarrior output files

2002-05-07 17:03 DW, revision 15407

More image updates

2002-05-07 16:40 VZ, revision 15406

fixed typo for MSW cross-compilation

2002-05-07 16:40 VZ, revision 15405

fixed compilation without PCH

2002-05-07 16:35 VZ, revision 15404

removed Left(char ch) version which doesn't exist any more

2002-05-07 04:56 DW, revision 15403

Mono bitmap processing updates

2002-05-06 22:35 RR, revision 15402

Fixed tree control redraw bug, which had nothing ro do with scrolling. Someone just removed my use

2002-05-06 21:48 DW, revision 15401

OS/2 Image processing updates along with some statusbar updates

2002-05-06 21:47 DW, revision 15400

OS/2 Image processing updates

2002-05-06 14:59 RD, revision 15399

Fixed nested triple quotes problem

2002-05-06 14:09 VZ, revision 15398

wxPanel is a canvas in wxUniv sense of the word

2002-05-06 13:46 JS, revision 15397

Did a small amount of proofreading of the ODBC docs.

2002-05-06 11:40 VZ, revision 15396

added wxCheckBox::IsChecked() to wxMac and documented it

2002-05-06 10:52 VZ, revision 15395

include wx/defs.h to get wxUSE_FFILE

2002-05-06 10:51 VZ, revision 15394

typo fixed: __WXUNIV__ => __WXUNIVERSAL__

2002-05-05 23:09 VZ, revision 15393

fixed multiple bugs in multiple selection wxCheckListBoxes

2002-05-05 21:31 VZ, revision 15392

fixed compilation and added a test for OnErase() to the sample

2002-05-05 20:03 GD, revision 15391

use Darwin specific double step shared library linking script do not add shared library resources to generated executables