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-09-28 21:08 MBN, revision 35753

Fix wxMotif checkbox for Motif 1.2. (need to backport)

2005-09-28 09:48 VZ, revision 35752

backported fix for crash in Unicode build (bug 1303851)

2005-09-28 09:41 VZ, revision 35751

fix for a crash due to using NULL inputConv in Unicode build introduced in rev 1.162

2005-09-28 09:30 VZ, revision 35750

wxGTK1 compilation fix after last commit

2005-09-28 09:24 VZ, revision 35749

don't include forward declarations in tags file

2005-09-27 21:45 MW, revision 35748

Use the new wx_truncate_cast for any narrowing conversions

2005-09-27 21:20 ABX, revision 35747

wxItemContainerImmutable::FindString unified.

2005-09-27 19:29 MW, revision 35746

Remove symbol versions now that we are on a new branch

2005-09-27 19:24 MW, revision 35745

Remove cast of hash value to unsigned long, hash value can be bigger

2005-09-27 19:11 MW, revision 35744

Extend the hashmap tests to cover integer and pointer keys

2005-09-27 19:08 MW, revision 35743

Add hashes for long long keys

2005-09-27 17:05 ABX, revision 35742

wxItemContainerImmutable::FindString unified.

2005-09-27 16:54 ABX, revision 35741

wxItemContainerImmutable::FindString unified.

2005-09-27 16:38 ABX, revision 35740

wxItemContainerImmutable::FindString unified.

2005-09-27 16:23 ABX, revision 35739

Fix for broken MSWUniv after wxABI_VERSION removal (otherwise wxQTMediaBackend::QTWndProc() breaks builds).

2005-09-27 15:46 VZ, revision 35738

typo

2005-09-27 11:19 VZ, revision 35737

yet more extra semicolons removed (patch 1305031)

2005-09-27 11:08 VZ, revision 35736

(blind) fix for keyboard cues display under XP (bug 1298512)

2005-09-26 22:13 VZ, revision 35735

made Shift-JIS encoding upper case; made SJIS the canonical name for it (just because it's shorter and so will be less unweildy in directory names...)

2005-09-26 21:25 VZ, revision 35734

added directory with encoding-specific name to test recent enhancements to catalog-loading code

2005-09-26 20:06 VZ, revision 35733

fixed the sample to work with conforming C++ compiler: local struct can't reference enclosing function's locals

2005-09-26 19:24 KH, revision 35732

In GetTextColour, use GetDefaultAttributes instead of ListView_GetTextColor because the latter seems to return black all the time (instead of the theme color)

2005-09-26 16:20 DE, revision 35731

Make wxToolBar accept first mouse clicks. That is, clicking on a toolbar tool when the window is inactive will both activate the window and cause the tool to be clicked. TODO: User should be provided a way to override this behavior. The Apple HIG are basically that "dangerous" tools (like delete) should not function on an inactive window.

2005-09-26 15:42 DE, revision 35730

Add EndDialog helper which calls EndModal with the given return code if the dialog is modal, and Show(false) if the dialog is not modal. This allows the default handlers for OK and Cancel to function without assertions. This code is copied more or less directly from src/msw/dialog.cpp.

2005-09-26 15:17 MW, revision 35729

Fixes for solaris: crash in ~wxWindows(), remove '-mt' from pkg-config output and add '-lX11' for a static build