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-06-21 23:23 MW, revision 34728

Rebaked after removal of notebook.rc

2005-06-21 21:31 VZ, revision 34727

wxDragImage is not in wxAdv

2005-06-21 20:17 MBN, revision 34726

Implemented loading 256-color bitmaps.

2005-06-21 20:16 MBN, revision 34725

Avoid warnings with MSVC 5.

2005-06-21 16:15 JS, revision 34724

Applied [ 1213375 ] MSW wxMediaCtrl minor debugging and cleanup

2005-06-21 16:08 JS, revision 34723

Applied [ 1223134 ] [wxMSW] Proper repainting when resizing - take 2, part 2 Jamie Gadd Applied [ 1223491 ] splitter sizes not initialized on wx2.6.1 Aron Pongo

2005-06-21 16:06 JS, revision 34722

Applied [ 1223122 ] [wxMSW] Proper repainting when resizing - take 2 Jamie Gadd

2005-06-21 09:56 VS, revision 34721

rolled back exceptions handling patch, it relied on incorrect assumption about vtables

2005-06-20 17:45 MR, revision 34720

Remove #pragma implementation and #pragma interface lines from 2.4 branch to fix issues with gcc.

2005-06-20 14:43 CE, revision 34719

Fix Error between Get and Set

2005-06-20 14:02 JS, revision 34718

Reverted patch which appears to be responsible for intermittent crashes on exit in 2.6.1

2005-06-20 08:20 VS, revision 34717

changed exceptions handling to work under wxGTK

2005-06-20 00:25 VZ, revision 34716

define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef all its calls in wx code to allow compilation with wxUSE_HELP==0

2005-06-20 00:24 VZ, revision 34715

compilation fix for wxUSE_LOGWINDOW==0

2005-06-20 00:24 VZ, revision 34714

compilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for WinCE

2005-06-20 00:23 VZ, revision 34713

compilation fix for wxUSE_OLE==0 for WinCE

2005-06-20 00:22 VZ, revision 34712

(harmless) eVC4 release mode warning fix

2005-06-19 23:50 VZ, revision 34711

documented that wxFileModificationTime() returns 0 (and not a more natural -1) if an error occurs

2005-06-19 23:50 VZ, revision 34710

reimplemented wxFileModificationTime() for CE without using wxDateTime (it also should be more efficient like this)

2005-06-19 23:49 VZ, revision 34709

disable warning for eVC 4 (_MSC_VER == 1201) as well

2005-06-19 23:48 VZ, revision 34708

added AutoHANDLE class to close a HANDLE automatically

2005-06-19 22:44 VZ, revision 34707

WinCE does support strftime() now, no need to #ifdef it out

2005-06-19 22:37 VZ, revision 34706

WinCE compilation fix (no SM_C[XY]DRAG under CE as there is no mouse cursor)

2005-06-19 22:23 VZ, revision 34705

added scopeguardtest.cpp

2005-06-19 19:11 MBN, revision 34704

Fix crash on exit with Lesstif (and possibly Motif 1.x).