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

2004-07-28 13:48 SC, revision 28528

Refresh is necessary in earlier systems, no penalty when doing in 10.3+

2004-07-28 09:36 ABX, revision 28527

Score dialog improvements.

2004-07-28 09:34 JS, revision 28526

Worked around static box opaqueness problem on WinCE by setting the z-order in OnInitDialog

2004-07-28 09:24 ABX, revision 28525

Fixed lack of copying help. Regenerated makefiles.

2004-07-28 00:35 VZ, revision 28524

removed GSocket_[Un]Streamed

2004-07-27 20:30 JS, revision 28523

Under WinCE, we need to send the groupbox z position to the bottom to reveal the controls that were created after the group control.

2004-07-27 19:14 ABX, revision 28522

Finally whole configtool works regardless of wxUSE_STL value (at least with Borland). Changes followed adjustements of other things like better styles, storing pointers, unified headers of files, etc. etc.

2004-07-27 18:12 ABX, revision 28521

Missing headers.

2004-07-27 18:04 ABX, revision 28520

Missing DMC OFN_* values.

2004-07-27 11:34 VS, revision 28519

fixed memory leak

2004-07-27 11:28 SC, revision 28518

region from polygon added

2004-07-27 09:40 VS, revision 28517

removed useless event handlers that were breaking focus handling in wxGTK

2004-07-27 08:53 VS, revision 28516

fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl item (same thing as patch 978403 for treectlg.cpp)

2004-07-27 02:15 DE, revision 28515

Incorporated src/unix/gsocket.c 1.86 to 1.92 changes (except 1.90 to 1.91 which was applied by Vadim as 1.9 to 1.10 of src/unix/gsocket.cpp)

2004-07-26 22:14 VZ, revision 28514

removed GSocket_Unstreamed() call

2004-07-26 21:35 VZ, revision 28513

removed GSocket_[Un]Streamed(), GSocket_SetNonOriented() must be used instead

2004-07-26 21:33 VZ, revision 28512

removed _GSocket::m_oriented

2004-07-26 20:55 JS, revision 28511

Don't return wxEmptyString for e.g. wxPathOnly("\file.txt")

2004-07-26 20:16 JS, revision 28510

Stub out SetToolTip to avoid massive ifdefing when encountering a platform that doesn't support them

2004-07-26 18:48 JS, revision 28509

OFN_ENABLESIZING not appropriate for WinCE

2004-07-25 23:42 VZ, revision 28508

check if wxTheApp still exists in FreeColour(); fixes crash on shutdown

2004-07-25 23:34 VZ, revision 28507

IsTopLevel() may return true not only for wxTLW: this fixes crash when opening a menu

2004-07-25 23:13 VZ, revision 28506

detach removed submenu from the menubar too

2004-07-25 23:09 VZ, revision 28505

replace wxHashTable with a type safe hash map of Window to wxWindow

2004-07-25 23:05 VZ, revision 28504

insert now returns pair<iterator, bool>, as for the standard map