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-12-24 00:37 RD, revision 36553

Mention IEHtmlWindow fix too.

2005-12-24 00:12 VZ, revision 36552

1. changed wxStringTokenizer to not modify the string we're iterating over but to just update our position in it (makes the code much more clear) 2. added GetLastDelimiter() to make up for lack of mode combining wxTOKEN_RET_EMPTY_ALL and RET_DELIMS 3. documented it and added unit tests for it

2005-12-24 00:01 VZ, revision 36551

added a couple more wxTOKEN_RET_DELIMS tests

2005-12-23 23:54 VZ, revision 36550

even more test cases

2005-12-23 23:38 VZ, revision 36549

corrected expected test results to conform to current wxTOKEN_RET_EMPTY behaviour; added the value of loop index for which the test fails to the diagnostic messages

2005-12-23 23:27 VZ, revision 36548

more test cases

2005-12-23 18:54 RD, revision 36547

reSWIGged

2005-12-23 18:49 RD, revision 36546

Not sure why yesterday's version appeared to work so well. (It didn't work at all!) The obj.this attribute is the one that should be checked for being a PySwigObject, not obj itself.

2005-12-23 16:53 RD, revision 36545

reSWIGged

2005-12-23 16:38 RD, revision 36544

Corrected comment

2005-12-23 16:36 RD, revision 36543

reSWIGged

2005-12-23 07:42 JJ, revision 36542

Committing in . configuration update for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-12-23 05:16 vell, revision 36541

more cleanup - added comment regarding possible stipple brush problem

2005-12-23 01:20 VZ, revision 36540

corrected handling of timeouts in wxConditionInternal::WaitTimeout(): check for wxSEMA_TIMEOUT, not wxSEMA_BUSY; return wxCOND_TIMEOUT, not wxCOND_MISC_ERROR (bug 1387179)

2005-12-23 01:00 VZ, revision 36539

don't set minimal column width, it should be possible to set it even to 0 if desired (e.g. to hide a column)

2005-12-23 00:59 VZ, revision 36538

correct dll export declaration for wxVolume (backport from HEAD)

2005-12-23 00:59 VZ, revision 36537

correct dll export declaration for wxVolume

2005-12-23 00:58 VZ, revision 36536

added wxRTTI macros to wxControlWithItems: it's not private any longer

2005-12-22 23:49 RD, revision 36535

reSWIGged

2005-12-22 23:43 RD, revision 36534

Fixup error message

2005-12-22 23:43 RD, revision 36533

Move wxPySwigInstance_Check() and wxPySwigInstance_Check into the core API module, change wxPySwigInstance_Check to use the SWIG runtime function PySwigObject_Check.

2005-12-22 23:33 RD, revision 36532

Fix for bug #1266745 and #1387725 in the wxFindReplaceDialog on MSW. Actually check we are using MSLU before doing the hack designed to workaround a bug in MSLU!

2005-12-22 23:11 VS, revision 36531

reverted previous accidental commit

2005-12-22 23:04 VS, revision 36530

wxMac linking fix

2005-12-22 17:58 KO, revision 36529

Backporting fix for proper TAB, RETURN, etc. handling for IE ActiveX control.