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-07-30 23:33 VZ, revision 28553

fixed wxDateTime::GetWeekDayName() for wday > Wed (patch 998646)

2004-07-30 23:18 VZ, revision 28552

fixed delete[]/free mismatch in SetAlpha (part of patch 991168)

2004-07-30 23:05 VZ, revision 28551

fixed quitting the sample; fixed memory leak of CDummyWindow

2004-07-30 23:01 VZ, revision 28550

fixed MFC sample (bug 978194)

2004-07-30 22:54 VZ, revision 28549

switched to wxEventLoopBase/wxEventLoop implementation (instead of m_impl based one) for wxMSW; minimal changes for the other ports

2004-07-30 22:51 VZ, revision 28548

define WXMSG same as Win32 MSG instead of untyped pointer

2004-07-30 19:23 ABX, revision 28547

Additional configuration check.

2004-07-30 19:14 ABX, revision 28546

Conditional compilation fix.

2004-07-30 17:44 ABX, revision 28545

Warning cleaning.

2004-07-30 15:55 ABX, revision 28544

Code and warning cleaning.

2004-07-30 15:41 ABX, revision 28543

wxUSE_STL fixes

2004-07-30 15:28 ABX, revision 28542

wxUSE_STL fixes and suggested coding of -1/TRUE/FALSE

2004-07-29 20:21 JS, revision 28541

Can't use directives within a macro

2004-07-29 20:17 JS, revision 28540

Needs log.h

2004-07-29 13:52 DE, revision 28539

Removed unused event table entries

2004-07-29 09:39 VZ, revision 28538

fix for assert when copying bitmap in CloneRefData()

2004-07-29 08:44 JS, revision 28537

Checkbox needs an extra pixel in height on WinCE

2004-07-29 02:07 DE, revision 28536

C/C++ differences

2004-07-29 02:03 DE, revision 28535

Copied from src/msw/gsocket.c revision 1.61

2004-07-29 01:40 DE, revision 28534

Applied gsockmsw.c 1.20 to 1.25 changes

2004-07-28 19:34 DE, revision 28533

wxWindowMSW::OnInitDialog is only implemented for WinCE

2004-07-28 16:02 SN, revision 28532

Switched from wxUsleep to wxMilliSleep/wxMicroSleep.

2004-07-28 14:22 VZ, revision 28531

fixed subrelease test in wxCHECK_VERSION_FULL

2004-07-28 13:56 SC, revision 28530

trying to get coordinates of native controls and wx coordinates in synch. as native controls cannot draw arbitrary borders we have to take care of that ourselves...

2004-07-28 13:51 SC, revision 28529

HasFlag is not set at this point