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

2004-01-31 03:29 RD, revision 25428

reSWIGged

2004-01-31 03:23 RD, revision 25427

Fixed a compile error

2004-01-31 02:56 RD, revision 25426

Fix compile error

2004-01-31 01:48 RD, revision 25425

reSWIGged

2004-01-31 01:45 RD, revision 25424

%addtofunc --> %pythonAppend

2004-01-31 01:19 RD, revision 25423

A few comments tweaked

2004-01-31 01:18 RD, revision 25422

%addtofunc --> %pythonAppend Also used %pythonPrepend to provide backwards compatibility for a few parameter name changes.

2004-01-31 01:13 RD, revision 25421

Updated SWIG runtime code

2004-01-31 01:11 RD, revision 25420

Updated SWIG patches to CWIG CVS 20040130. Added a new patch that changes addtofunc to pythonAppend and adds pythonPrepend.

2004-01-30 12:57 VS, revision 25419

(blind) fix for gcc warning on some platforms

2004-01-30 12:20 VS, revision 25418

prefix symbols with wx_ to reduce risk of collision

2004-01-30 11:25 VS, revision 25417

reverted rev 1.113

2004-01-29 23:30 DS, revision 25416

Applied most of patch #880002: "Warning free plot contrib".

2004-01-29 23:11 DS, revision 25415

Applied patch #880008: "Unused parameters in FL contrib reported by VC".

2004-01-29 21:33 DS, revision 25414

Fixed a few typos.

2004-01-29 09:44 RN, revision 25413

added newline

2004-01-29 09:43 SC, revision 25412

xcode native target adaption

2004-01-29 08:19 RN, revision 25411
  • D /wxWidgets/trunk/MPW.make

Bad newlines in the mpw makefile, so it is removed

2004-01-29 06:34 DE, revision 25410

Use wxBitmap::GetNSImage(false) instead of duplicating code.

2004-01-29 06:26 DE, revision 25409

ConvertToImage: Check !Ok() (we may not have any ref data at all) and if the bitmap is not okay return wxNullImage (instead of a dummy 5x5 image)

2004-01-29 06:21 DE, revision 25408

wxCocoa: Don't use listbox for logging until it's more fully implemented.

2004-01-29 01:43 RN, revision 25407

Makefile for MPW

2004-01-28 14:41 DS, revision 25406

Applied patch #886192: "Minor fix to XRC contrib"; Minor cosmetic cleanups.

2004-01-28 11:17 DS, revision 25405

Applied remainder of patch #876969: "Fixes to Borland warnings".

2004-01-28 00:29 DS, revision 25404

Applied patch #875658: "Fixes to console sample"; Further code cleanup.