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

2006-04-02 20:02 VZ, revision 38528

properly terminate UTF-32 test string

2006-04-02 15:59 VZ, revision 38527

compilation fix for iconv call

2006-04-02 15:51 JS, revision 38526

Johny Quest <johny_quest@poczta.onet.pl>

2006-04-02 15:50 JS, revision 38525

Corrected index passed

2006-04-02 15:02 VZ, revision 38524

added filename comparison test

2006-04-02 14:59 VZ, revision 38523

replaced recently added wxMBConv::GetMBNul() with a less clever but better working GetMinMBCharWidth(): the idea is that we can't deal with completely arbitrary encodings anyhow using the current API as we get confused by NUL runs in the middle of the string, so instead just deal correctly with normal multibyte encodings, UTF-16/UCS-2 and UTF-32/UCS-4 which should cover 99.9% of the cases

2006-04-02 14:57 VZ, revision 38522

added wxBuffer::reset()

2006-04-02 14:06 VZ, revision 38521

added UTF-32 test

2006-04-02 14:01 VZ, revision 38520

added test UTF-16 string with embedded NUL NUL which makes the current code fail

2006-04-02 13:45 VZ, revision 38519

added test UTF-16 string with embedded NUL NUL not terminating the string

2006-04-02 13:39 VZ, revision 38518

removed extra returns to fix compilation with old compilers such as VC6 (patch 1463007)

2006-04-02 04:56 KH, revision 38517

Make the Connect that also takes a local bind port non-virtual. This silences some compiler warnings (Borland, Watcom). Plus, it's not likely that this method would need to be overridden anyway since it has rather limited and specific uses.

2006-04-02 03:04 RD, revision 38516

Mention the toolbar fix

2006-04-02 01:50 RD, revision 38515

reSWIGged

2006-04-02 01:29 VZ, revision 38514

document missing default parameters in ctor (patch 1458151)

2006-04-02 01:27 VZ, revision 38513

don't crash when loading images with verbose==false (patch 1449823)

2006-04-02 01:21 VZ, revision 38512

report error for GIF images without CLEAR code in the stream instead of crashing (patch 1449734)

2006-04-02 01:10 VZ, revision 38511

use proper dllexport declaration with _WX_LIST_HELPER_

2006-04-02 00:58 VZ, revision 38510

added wxTimeSpan::Millisecond[s]() for consistency

2006-04-02 00:58 RD, revision 38509

Add Mandriva 2006 build host

2006-04-02 00:57 RD, revision 38508

Get rid of any binaries from the embedded sample

2006-04-02 00:52 VZ, revision 38507

seconds and milliseconds in wxTimeSpan ctor should be long long, not long

2006-04-01 18:16 JS, revision 38506

Reset the position when auto-sizing toolbar

2006-04-01 16:40 vell, revision 38505

fix compilation problem in prior commit

2006-04-01 15:53 VZ, revision 38504

let the UTF7 test fail but not crash