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

2005-09-26 13:48 ABX, revision 35728

Warning fixes for BCC, VC, OW and MinGW.

2005-09-26 13:43 ABX, revision 35727

Default serting by name.

2005-09-26 13:37 ABX, revision 35726

MSWUniv build fix.

2005-09-26 13:30 ABX, revision 35725

Better fix for modal/modeless wizards.

2005-09-26 12:53 MR, revision 35724

Revert revision 1.102.2.2: date: 2002/10/13 21:03:45; author: RR; state: Exp; lines: +4 -2 Combox gets its own SetFocus() wxDialog() set the focus to itself when shown. This will the propagate to some control in the dialog. I am not sure if this will override preceding user's call to SetFocus() in one of the child windows. ========================= It will override preceding users call to SetFocus, effectively introducing bug #1288889 (wxWindow::SetFocus does not work on modal dialogs, and therefore wxButton::SetDefault does not work either). Reverting fixes that. Need to investigate why it was needed in relation to Comboboxes, but SetFocus/SetDefault breakage is worser imho, hence the revert for now.

2005-09-26 12:39 VZ, revision 35723

corrected #ifdef order (might help linking with wxUSE_MEMORY_TRACING==1)

2005-09-26 12:29 VZ, revision 35722

fixed function declaration in wxFORCE_LINK_MODULE

2005-09-26 09:02 VZ, revision 35721

reset libtool version for new branch

2005-09-26 08:59 VZ, revision 35720

added comment about things to update in version.bkl when changing the version

2005-09-26 08:44 ABX, revision 35719

Root for OS2 - feedback from openwatcom newsgroups.

2005-09-26 05:24 SC, revision 35718

fixing focus handling for generic controls in carbon-cfm

2005-09-26 04:55 SC, revision 35717

fixing focus handling for generic controls in carbon-cfm

2005-09-26 01:02 VZ, revision 35716

fixed wide char codeset detection for systems which do support LE/BE variants (broken by recent commit)

2005-09-26 00:53 VZ, revision 35715

added tracing code to wide char codeset detection

2005-09-26 00:31 VZ, revision 35714

use wxIsNullDouble instead of comparing m_ration with 0

2005-09-26 00:29 VZ, revision 35713

fixed variable shadowing icc warnings

2005-09-26 00:21 VZ, revision 35712

fixed warnings about truncating 64 bit integers

2005-09-25 23:58 VZ, revision 35711

added wxIsNullDouble()

2005-09-25 23:57 VZ, revision 35710

fixed warnings about truncating 64 bit integers

2005-09-25 23:38 VZ, revision 35709

added pragmas to disable icc warning when va_arg is used with a pointer type

2005-09-25 23:36 VZ, revision 35708

fixed warnings about pointer to integer cast

2005-09-25 23:30 VZ, revision 35707

fix icc warning about printf() format mismatch

2005-09-25 23:28 VZ, revision 35706

removed more extraneous semicolons

2005-09-25 23:27 VZ, revision 35705

use wxIsSameDouble() and wxIsNullDouble() for warning-less double comparison of doubles

2005-09-25 22:51 VZ, revision 35704

fix hiding a local variable by another one in the inner scope