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-07-21 17:18 ABX, revision 34903

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 17:08 ABX, revision 34902

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 17:00 ABX, revision 34901

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 16:22 ABX, revision 34900

wxOS2 with Open Watcom: correct PCH usage, missing headers, warning fixes, source cleaning and other Watcom adjustements.

2005-07-21 10:19 VZ, revision 34899

reverted last change with setting the focus only if we hadn't had it, this breaks under wxGTK

2005-07-21 10:16 VZ, revision 34898

added mouse wheel event test; don't trap left mouse clicks in MyCanvas as this makes it impossible to give focus to the window and so to use mouse wheel in it

2005-07-21 10:14 VZ, revision 34897

position of wxEVT_MOUSEWHEEL events is now in client, not screen, coordinates

2005-07-20 18:32 VZ, revision 34896

check the validity of wxString pointer itself too

2005-07-20 15:32 VZ, revision 34895

check that wxString is valid before dumping it

2005-07-20 14:39 VZ, revision 34894

fixed assert when dumping a string which is locked for writing

2005-07-20 13:41 VZ, revision 34893

update from Liou Xiao (accelerator key format changed)

2005-07-20 13:30 VZ, revision 34892

take the address of the member in wxON_BLOCK_EXIT_OBJ macros

2005-07-20 13:29 VZ, revision 34891

regenerated to include scope guard test

2005-07-20 10:23 VZ, revision 34890

tooltips work under Mac as well; no need for wxUSE_TOOLTIP (especially spellt incorrectly)

2005-07-19 19:55 JS, revision 34889

Make sure text part of combobox is enabled/disabled too

2005-07-19 19:08 ABX, revision 34888

Updated info after recent PODS 1.2 release.

2005-07-18 17:52 KH, revision 34887

QueryValue should use Open(Read) rather than Open [ Bug 1240345 ]

2005-07-18 16:58 ABX, revision 34886

Missing wxUSE_* markup.

2005-07-18 15:27 DW, revision 34885

Add upwards recursion to UpdateAccel method.

2005-07-18 14:39 JS, revision 34884

Patch from Andre Reitz to correct a couple of bugs 1. Error when fetching papersize from dev-mode somebody changed if {...} else if {...} else {...} to: ............. if {...} else {...} 2. Error when getting bin from devmode: - no translation to wxPRINTBIN_... constants when getting from devMode->dmDefaultSource - but: translation when setting to devMode->dmDefaultSource

2005-07-18 13:46 ABX, revision 34883

wxScopeGuard adjustements for Open Watcom.

2005-07-18 13:43 ABX, revision 34882

Code simplification and warning fixes.

2005-07-18 13:39 ABX, revision 34881

Comment correction.

2005-07-18 13:36 ABX, revision 34880

wxMSWUniv build fix.

2005-07-18 11:17 MW, revision 34879

wxABI_VERSION >= 20601 for wxLaunchDefaultBrowser