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-03-18 23:57 VZ, revision 44906

fixed all the other ports broken by controls labels in wxToolBar patch commit

2007-03-18 23:52 VZ, revision 44905

replaced c_str() with mb_str() to fix compilation after c_str() changes

2007-03-18 23:18 VZ, revision 44904

fixed typo in last commit

2007-03-18 23:13 VZ, revision 44903

added labels support for toolbar controls for wxMac and wxMSW (modified patch 1613603)

2007-03-18 23:07 VZ, revision 44902

fix assert because of passing more than one border bit in style to the base class Create()

2007-03-18 22:33 VZ, revision 44901

wxMediaCtrl improvements from 2.8 (patches 1448442 and 1448518)

2007-03-18 21:12 VZ, revision 44900

modify m_encoding, not m_name, in wxCSConv::CreateConvIfNeeded() if we don't have either (as is the case with wxConvLocal); this fixes an infinite recursion in wxMac after the latest changes as wxLocale::GetSystemEncodingName() there returned empty (and not NULL) string which resulted in call to wxFontMapperBase::CharsetToEncoding() and reentrancy into wxConvLocal

2007-03-18 21:08 VZ, revision 44899

don't check if the file exists if we don't use it

2007-03-18 20:39 VZ, revision 44898

give us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible behind it (patch 1683221)[backport from HEAD]

2007-03-18 20:34 VZ, revision 44897

give us wxSTAY_ON_TOP style if our parent has it, otherwise we wouldn't be visible behind it (patch 1683221)

2007-03-18 19:26 DE, revision 44896

wxTopLevelWindowCocoa::SetTitle title parameter is used as of VZ 1.35. Compilation fix.

2007-03-18 17:49 VZ, revision 44895

fix XModifierKeymap memory leak (patch 1683137) [backport from HEAD]

2007-03-18 17:48 VZ, revision 44894

fix XModifierKeymap memory leak (patch 1683137)

2007-03-18 17:34 VZ, revision 44893

use wxStandardPaths and wxFileName in wxFileConfig resulting in big code simplification and cleanup but also in change of the default file locations under Windows (replaces patch 1620492)

2007-03-18 15:32 VZ, revision 44892

wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)

2007-03-18 14:56 VZ, revision 44891

fix the run-time behaviour after the last compilation fixing patch

2007-03-18 14:43 VZ, revision 44890

added wxJoin and wxSplit functions (modified patch 1638950)

2007-03-18 14:32 VZ, revision 44889

fix VC warning about applying unary minus to unsigned type yielding still unsigned result by using wxFileOffset instead of size_t

2007-03-18 14:29 VZ, revision 44888

compilation fixes after c_str() changes

2007-03-18 12:00 VZ, revision 44887

updated copyright and version

2007-03-18 11:59 VZ, revision 44886

added samples/minimal/Info.plist

2007-03-18 11:54 VZ, revision 44885

removed minimal-specific Info.plist; updated the version in the generic one

2007-03-18 11:51 VZ, revision 44884

list samples/Info.plist in one manifest only (the Mac one); remove samples/minimal/Info.plist and (non existent) samples/minimal/minimal.pbproj/project.pbxproj

2007-03-17 23:19 VZ, revision 44883

corrected typo in \texttt in last commit

2007-03-17 23:05 VZ, revision 44882

updated portability note for wxGetDiskSpace (patch 1682889)