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-22 17:55 KO, revision 36528

Backporting fix to allow wx parent windows to handle non-wx child events, i.e. for wxActiveX controls.

2005-12-22 06:57 KO, revision 36527

Fixes so that wxPython builds on 2.7. Mostly removing references to all functions that require WXWIN_2_4_COMPATIBILITY to be defined.

2005-12-22 06:09 KO, revision 36526

Use the now 'official' makemo.py when building packages.

2005-12-22 05:55 KO, revision 36525

Updating version.

2005-12-22 03:24 KO, revision 36524

Moving the 2.6 branch change in how SWIG is found to CVS HEAD now that Robin's build system uses it too.

2005-12-22 03:10 VZ, revision 36523

added wxListAttr::AssignFrom()

2005-12-22 03:07 VZ, revision 36522

don't overwrite the existing attributes when setting one new one, i.e. SetItemBackgroundColour() after SetItemTextColour() doesn't reset the text colour to default one any more

2005-12-22 02:43 VZ, revision 36521

update from liou xiao <liouxiao@hotmail.com> (backport from HEAD)

2005-12-22 02:41 VZ, revision 36520

update from liou xiao <liouxiao@hotmail.com>

2005-12-22 01:14 vell, revision 36519

fixed error in prior checkin

2005-12-22 00:17 VZ, revision 36518

Unicode compilation fix

2005-12-22 00:11 VZ, revision 36517

regenerated makefiles after adding tokenizer.cpp

2005-12-21 20:51 RD, revision 36516

After a conversaion with Vadim I reverted the last change and instead just allowed for the specific situation that was incorrectly causing the assert.

2005-12-21 20:19 RD, revision 36515

Fix for Bug #1387359, bail out early from DoWriteText if the string is empty.

2005-12-21 19:54 vell, revision 36514

minor cleanup; remove focus patch scaffolding

2005-12-21 16:12 VZ, revision 36513

g++ 4/wxMAC_USE_CORE_GRAPHICS warning fixes

2005-12-21 16:11 VZ, revision 36512

just added a comment

2005-12-21 16:03 RD, revision 36511

Applied patch #1238825 adding search backward capabilities to the demo. Modified to use the up/down options in the wx.FindReplaceDialog instead of a separate menu item.

2005-12-21 01:23 VZ, revision 36510

compilation test for Unicode build

2005-12-20 23:51 RD, revision 36509

Applied patch from Morgan Hua to fix bug #1219423: CommandManager should not repeat old commands after a branch.

2005-12-20 16:52 DS, revision 36508

fixed compile errors (code was using unnamed objects, resulting in compiler ambiguity)

2005-12-20 16:48 VZ, revision 36507

added tests showing that current wxStringTokenizer code doesn't handle multiple delimiters at the end of string properly in mode != wxTOKEN_STRTOK

2005-12-20 16:34 VZ, revision 36506

extracted wxStringTokenizer tests in their own file and rewrote them to be table based and more clear (separated strtok()-compatibility test from the other one)

2005-12-20 16:30 VZ, revision 36505

extracted wxStringTokenizer tests in their own file and rewrote them to be table based and more clear (separated strtok()-compatibility test from the other one)

2005-12-20 14:44 VZ, revision 36504

update from Wei-Lun Chao (backport from HEAD)