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

2007-10-09 09:18 JJ, revision 49106

Give NULL explicit type to make interface recognizeable

2007-10-09 09:17 JJ, revision 49105

Update OpenVMS Build

2007-10-09 07:25 BIW, revision 49104

in LoadPerspective, if pane wasn't found, just skip it instead of bailing out

2007-10-09 07:22 BIW, revision 49103

in LoadPerspective, if pane wasn't found, just skip it instead of bailing out

2007-10-09 00:10 VZ, revision 49102

added a trivial test for wxString stream insertion operators

2007-10-09 00:09 VZ, revision 49101

renamed a strangely named variable

2007-10-09 00:09 VZ, revision 49100

define insertion operator in std::wostream in Unicode build

2007-10-09 00:01 VZ, revision 49099

fixed operator<<(ostream&, wxString) to output string contents and not wchar_t pointer value in Unicode build

2007-10-09 00:01 VZ, revision 49098

don't define operator<<(ostream&, wxString) at all if it's already defined in the library

2007-10-09 00:00 VZ, revision 49097

no need to use ToAscii() explicitly in wxBase64Decode() call after r49095

2007-10-08 23:50 VZ, revision 49096

compilation fix for wxUSE_STL==1 build

2007-10-08 23:41 VZ, revision 49095

added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build

2007-10-08 22:29 RD, revision 49094

On Mac the first visible line needs to be recalculated after the Scroll because it can be set to the wrong value in Scroll because of the paint event generated by the Update() there.

2007-10-08 22:28 RD, revision 49093

On Mac the first visible line needs to be recalculated after the Scroll because it can be set to the wrong value in Scroll because of the paint event generated by the Update() there.

2007-10-08 22:16 RD, revision 49092

Added missing wxPython event binders for the notebook tab events

2007-10-08 13:00 VZ, revision 49091

removed extra const in DoGetFilenames() declaration

2007-10-08 11:35 VZ, revision 49090

use wxFD_XXX constants instead of wxXXX in the docs

2007-10-08 08:10 CE, revision 49089

remove reference to old sample

2007-10-08 08:00 CE, revision 49088

set minimum bcc32 version to turbo explorer

2007-10-07 23:24 VZ, revision 49087

blind fix for Borland problems with operator?: after latest changes

2007-10-07 22:11 VZ, revision 49086

simplify the code for extended flags handling fixing a rare bug with wxSTAY_ON_TOP being ignored in some situations

2007-10-07 21:58 VZ, revision 49085

made wxTreeCtrl::GetNextVisible() behave in the same way in Win32 as in the generic version and implemented GetPrevVisible() in the generic version

2007-10-07 21:48 VZ, revision 49084

don't create m_dottedPen with an invalid 0 style which results in an assert under MSW

2007-10-07 21:20 VS, revision 49083

compilation fixes for x86_64; use wxLogDebug instead of wxPrintf

2007-10-07 19:54 VZ, revision 49082

no changes, just fixed a typo in an error message