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-01-02 15:23 MW, revision 36628

Test the archive streams work with non-seekable parent streams that return an error instead of Eof

2006-01-02 15:21 MW, revision 36627

Changes to cope with parent streams which return an error instead of eof at the end of the file.

2006-01-02 15:06 ABX, revision 36626

wxpresets adjustement to dmars format.

2006-01-02 14:52 ABX, revision 36625

wxpresets adjustement to dmars format.

2006-01-02 14:28 JS, revision 36624

Removed no longer needed code to fix combo sizing (causes layout problems on Windows)

2006-01-02 14:26 JS, revision 36623

Added caption parameter to wxGetFontFromUser and wxGetColourFromUser.

2006-01-02 11:03 JG, revision 36622

Make radiobuttons siblings instead of children in radioboxes again and remove refresh hack. Fixes bug #1387591.

2006-01-02 02:29 vell, revision 36621

cleanup - reformat

2006-01-02 02:10 vell, revision 36620

cleanup - reformat

2006-01-02 00:12 vell, revision 36619

added runtime protection for no SL_LABEL style case

2006-01-01 20:19 vell, revision 36618

relaxed ReadGIF error checking as per review

2006-01-01 20:17 KO, revision 36617

wxScrolledWindow no longer receives focus-on-click, so we need to explicitly set focus when a left down mouse event occurs.

2006-01-01 18:44 VZ, revision 36616

fixed typo in event name (bug 1394834)

2006-01-01 01:47 VZ, revision 36615

fixed VC7 unreachable code warning (given even in debug build)

2006-01-01 01:42 VZ, revision 36614

don't test for __WIN95__ which doesn't exist any more; don't do compiler checks here as they belong to other files

2005-12-31 20:01 VZ, revision 36613

don't set frame size to maximized one if we're restoring it (backport from HEAD)

2005-12-31 19:59 VZ, revision 36612

don't set frame size to maximized one if we're restoring it

2005-12-31 18:56 SN, revision 36611

No obnoxious warnings if threading is disabled.

2005-12-31 09:19 vell, revision 36610

fix wxMac-QD - blank focusesed text; minor reformat

2005-12-31 01:33 vell, revision 36609

cleanup - reformat

2005-12-30 23:11 RD, revision 36608

Merged modifications from the 2.6 branch

2005-12-30 23:02 RD, revision 36607

Merged modifications from the 2.6 branch

2005-12-30 22:37 RD, revision 36606

Switch to using wx.CallAfter instead of EVT_IDLE

2005-12-30 20:48 RD, revision 36605

wxHotkeyModifier --> wxKeyModifier

2005-12-30 20:48 RD, revision 36604

Note that some deprecated items have been removed