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-06-11 19:57 VS, revision 46406

compilation fix for gcc 3.3

2007-06-11 17:16 JS, revision 46405

Added a new overload of wxDecToHex and used it in wxRichTextImageBlock::WriteHex

2007-06-11 12:16 VS, revision 46404

added long int operators to wxUniChar (fixes wxMac compilation)

2007-06-11 12:11 VS, revision 46403

use wxString argument and not wxChar* in wxHtmlParser::AddText(), for compatibility with STL build without implicit wxString conversions

2007-06-11 12:00 VS, revision 46402

added wchar_t, wxUniChar overloads for wxStrchr

2007-06-11 10:06 VS, revision 46401

VC6 doesn't like 'return callToVoidFunc();' statements

2007-06-11 07:49 VS, revision 46400

gcc on OS X has problems with compiling empty files on SMB shares, added a comment to make macsock.h non-empty

2007-06-11 07:28 VS, revision 46399

OS X compilation fix

2007-06-11 07:12 VS, revision 46398

OS X compilation fix

2007-06-11 06:34 VS, revision 46397

ATTRIBUTE_PRINTF doesn't work with wchar_t* format strings in gcc

2007-06-11 06:10 VS, revision 46396

compilation fixes for PCH-less build

2007-06-11 06:08 VS, revision 46395

use wx/crt.h as the 'official' header for wxCRT wrappers instead of wxchar.h; add comments explaining that users should include wx/crt.h to implementation headers

2007-06-10 21:38 VS, revision 46394

fixed signed/unsigned comparison warning

2007-06-10 21:33 VS, revision 46393

PCH-less compilation fix

2007-06-10 20:44 VS, revision 46392

1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode variants are now defined 2. split wxcrt.h into wxcrtbase.h with lowlevel compiler-specific definitions and wxcrt.h with ANSI- and Unicode-compatible wx wrappers

2007-06-10 17:42 VS, revision 46391

don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future

2007-06-10 17:14 VS, revision 46390

1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode variants are now defined 2. split wxcrt.h into wxcrtbase.h with lowlevel compiler-specific definitions and wxcrt.h with ANSI- and Unicode-compatible wx wrappers

2007-06-10 16:32 VZ, revision 46389

make PositionTextCtrl() virtual (patch 1734405)

2007-06-10 09:24 VZ, revision 46388

generate disconnection event if recv() returns 0 in Detected_Read() (patch 1730589) [backport from HEAD]

2007-06-09 17:52 JS, revision 46387

Faster hex encoding

2007-06-09 17:04 VZ, revision 46386

initialize the variable as XtVaGetValues() may not do it apparently [backport from HEAD]

2007-06-09 17:02 VZ, revision 46385

initialize the variable as XtVaGetValues() may not do it apparently

2007-06-09 11:05 VZ, revision 46384

generate disconnection event if recv() returns 0 in Detected_Read() (patch 1730589)

2007-06-09 10:58 VZ, revision 46383

fix custom draw bug for controls with only one column (patch 1731024) [backport from HEAD]

2007-06-09 10:57 VZ, revision 46382

fix custom draw bug for controls with only one column (patch 1731024)