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

2005-12-09 16:24 VZ, revision 36353

added msw/ole subdirectories

2005-12-09 16:18 vell, revision 36352

cleanup in preparation for patch 1376506

2005-12-09 12:34 VS, revision 36351

made wxHtmlWindow::SetPage virtual so that the behaviour can be customized

2005-12-09 00:10 vell, revision 36350

format cleanup; some new comments; minor optimizations

2005-12-08 21:49 JS, revision 36349

Use ~/Application Support folder on Mac

2005-12-08 21:44 vell, revision 36348

applied patch 1376506 - remove unneeded member variable from GTK wxRadioButton

2005-12-07 09:35 SN, revision 36347

Compilation fix.

2005-12-06 19:07 JS, revision 36346

Initialize values (uninitialized variables reported to cause problems on WinME)

2005-12-06 16:34 vell, revision 36345

fix binary math in alignment flag assignment

2005-12-06 12:33 VZ, revision 36344

fixed typo in previous commit which, instead of fixing the bug in wxSizerflags::Align(), made it worse

2005-12-05 16:25 vell, revision 36343

applied patch 1373127

2005-12-05 01:07 vell, revision 36342

applied Paul Cornett's suggested changes

2005-12-04 13:01 VZ, revision 36341

fixed broken code using readlink(): please don't just cast wxChar * to char *, this doesn't risk to ever work

2005-12-04 07:54 vell, revision 36340

applied patch 1372567, with some minor mods and cleanup

2005-12-04 05:00 vell, revision 36339

fixed compilation bug in prior checkin (Pt. 2)

2005-12-04 01:04 vell, revision 36338

fixed compilation bug in prior checkin

2005-12-03 21:17 vell, revision 36337

fix for bug 1371386, with some minor mods and cleanup

2005-12-03 17:55 vell, revision 36336

applied patch 1372197, with some minor mods and cleanup

2005-12-03 12:47 VZ, revision 36335

corrected wxCHECK messages

2005-12-03 08:43 SC, revision 36334

avoiding unkown namespace std

2005-12-03 07:58 SC, revision 36333

correcting CGImage handling to be always correctly initialized and freed on OSX builds, even when not using CoreGraphics, Ryan's Patch 1372209

2005-12-02 10:05 MW, revision 36332

Backport recent changes:, use wx_truncate_cast for narrowing conversions and do a CloseEntry internally when OpenEntry is called on an already open stream.

2005-12-02 08:52 JJ, revision 36331

Committing in . OpenVMS compile updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms ----------------------------------------------------------------------

2005-12-02 00:53 VZ, revision 36330

fixed problems with sometimes processing the events twice introduced in rev 1.170 but still don't leak memory (Tim Kosse)

2005-12-01 23:32 vell, revision 36329

minor cleanup, part 2