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-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