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-02-01 14:02 VS, revision 25453

don't forget to update distrib scripts as I did

2004-02-01 13:24 JS, revision 25452

Updated scripts for new sound sample

2004-02-01 12:30 RN, revision 25451

Fixed setup.h logic again

2004-02-01 12:27 RN, revision 25450

Fix for [ 877037 ] It is no longer possible to build using wxWindows.dsw Fixed setup.h logic

2004-02-01 12:19 RN, revision 25449

added back $id

2004-02-01 12:17 RN, revision 25448

Added setup.h logic

2004-02-01 10:53 VS, revision 25447

added wxWave sample

2004-02-01 10:52 VS, revision 25446

minor updates

2004-02-01 10:48 VS, revision 25445

prefix symbols with wx, for smaller risk of collision

2004-02-01 10:40 VS, revision 25444

use at most -O1 with BCC, it is broken and cannot correctly compile this file with -O2

2004-02-01 08:49 DS, revision 25443

Reverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when running in wxUniv release mode using BCC.

2004-02-01 01:55 DE, revision 25442

Assert that m_pendingEvents is not NULL (patch #886852 sort of)

2004-01-31 18:23 MBN, revision 25441

Compilation fix for !WXWIN_COMPATIBILITY_2_4.

2004-01-31 18:21 MBN, revision 25440

Added some missing STL-like wxArray/wxArrayString constructors. Added helper class wxCArrayString, better replacement for wxArrayString::GetStringArray. Added overloaded constructors and Create() methods taking a wxArrayString for wxCheckListBox, wxChoice, wxComboBox, wxListBox, wxRadioBox, wxSingleChoiceDialog, wxMultipleChoiceDialog.

2004-01-31 17:47 SN, revision 25439

Reordered includes to have OS2EMX_PLAIN_CHAR defined prior to including os2.h

2004-01-31 16:37 VS, revision 25438

wxClassInfo (un)registration now happens automatically, no need to do it in wxPluginLibrary

2004-01-31 14:49 VS, revision 25437

fixed wxFSVolume definition if !wxUSE_GUI

2004-01-31 14:45 MBN, revision 25436

Fixed idle event processing in wxMotif.

2004-01-31 14:44 VS, revision 25435

cleanup: all definitions missing from std headers should be in missing.h

2004-01-31 14:32 VS, revision 25434

wxUSE_STL affect binary compatibility

2004-01-31 14:13 JS, revision 25433
  • D /wxWidgets/trunk/utils/dialoged

Removed remaining DialogEd files

2004-01-31 14:03 JS, revision 25432

Removed DialogEd

2004-01-31 12:49 SN, revision 25431

Fixed variable name mismatch.

2004-01-31 12:44 SN, revision 25430

Fixed compile error with gcc-3.2.

2004-01-31 12:41 SN, revision 25429

Fixed compile error.

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.