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-08 23:05 RD, revision 34603

For consistency with the other ports don't send an event when a radio button is deselected in response to another in the same group being selected.

2005-06-08 21:47 VZ, revision 34602

include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h

2005-06-08 21:42 VZ, revision 34601

added tech note for MSW programmers

2005-06-08 21:28 VZ, revision 34600

test for TB_SETBUTTONINFO instead of _WIN32_IE in wxToolBar::FindToolForPosition(), this fixes crash with older compilers/DSK headers

2005-06-08 20:13 VZ, revision 34599

don't define WINVER as 0x0600 for VC6, its standard headers warn against this if we do

2005-06-08 17:49 SC, revision 34598

guard against erases during tlw window destruction

2005-06-08 15:17 ABX, revision 34597

[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.

2005-06-08 14:49 ABX, revision 34596

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 14:37 ABX, revision 34595

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 14:32 ABX, revision 34594

Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-08 13:56 VZ, revision 34593

define MIM_STYLE and MNS_CHECKORBMP for mingw32 which doesn't have them

2005-06-08 00:30 SC, revision 34592

adding dynamic build fixes

2005-06-07 23:59 SC, revision 34591

xcode 2.1 support

2005-06-07 23:54 SC, revision 34590

xcode 2.1 support

2005-06-07 23:40 SC, revision 34589

xcode 2.1 support

2005-06-07 20:20 VZ, revision 34588

don't use WINVER for tests, work around bug in VC6 headers in another way

2005-06-07 20:19 VZ, revision 34587

don't define WINVER in platform.h, do it in wrapwin.h and always define it as 0x0600 (current max)

2005-06-07 20:18 SC, revision 34586

correcting condition

2005-06-07 20:15 VZ, revision 34585

don't draw edge around the bitmap for pseudo owner-drawn items, this doesn't look well

2005-06-07 20:13 VZ, revision 34584

InsertMenuItem() works with bitmaps under Win98 too (not only ME)

2005-06-07 20:09 VZ, revision 34583

don't test for WINVER inside the library, we do all the tests at run-time, not compile-time

2005-06-07 19:16 ABX, revision 34582

First part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-07 19:01 ABX, revision 34581

First part of '[ 1216148 ] cleanup: unused variables and declarations'.

2005-06-07 18:55 VZ, revision 34580

VC6 (harmless) warning fix

2005-06-07 18:46 ABX, revision 34579

Reuse wxTempFile and wxFile in wxConcatFiles.