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

2003-11-24 17:26 RD, revision 24653

Fixed "" default value

2003-11-24 14:48 ROL, revision 24652

correct typemap type

2003-11-24 14:25 DS, revision 24651

Applied patch #809019 (Adds embedded/plugin capabilities to wxMac).

2003-11-23 23:00 VZ, revision 24650

fixed wxDateTime compilation in Unicode mode

2003-11-23 22:49 SN, revision 24649

Enabled handling of drive letters on OS/2.

2003-11-23 22:38 SN, revision 24648

Fixed drive handling on OS/2.

2003-11-23 22:29 SN, revision 24647

Fixed & improved file handling on OS/2.

2003-11-23 22:19 SN, revision 24646

Avoid doubling of path separator (needed to make it work on OS/2).

2003-11-23 22:11 SN, revision 24645

Try to insure usability of this file in non-PM ports.

2003-11-23 22:10 SN, revision 24644

Try to insure usability of this file in non-PM ports. Hack to try to reduce flicker by creating controls without WS_VISIBLE (define WS_VISIBLE to 0).

2003-11-23 22:09 SN, revision 24643

Insure suitable choices of path/drive separator on OS/2.

2003-11-23 18:45 SN, revision 24642

Unified OS/2 and Unix code.

2003-11-23 12:06 GD, revision 24641

applied SF patch #846738 mousewheel support

2003-11-23 08:17 MBN, revision 24640

Avoid double free in wxComboBox::SetClientObject.

2003-11-23 08:16 MBN, revision 24639

Compilation fixes for wxUSE_STL == 1 and for wxUSE_UNICODE == 1.

2003-11-23 08:12 MBN, revision 24638

New wxHashTable implementation when wxUSE_STL == 1. Replaces the old implementation based upon wxHashMap. Removed support for wxHashTable in wxHashMap. Rationale: using wxHashMap for wxHashTable implementation required special support in wxHashMap. This precluded using STL-provided hash_map to implement wxHashMap. This new implementation does not use keyed wxList interface and should be almost totally compatible with the old non-STL wxHashTable.

2003-11-23 08:04 MBN, revision 24637

Compilation fix.

2003-11-23 01:34 RD, revision 24636

reSWIGged

2003-11-22 23:26 RD, revision 24635

reSWIGged

2003-11-22 22:57 RD, revision 24634

Lots of little bug fixes, API updates, etc.

2003-11-22 22:55 RD, revision 24633

Version number

2003-11-22 22:45 VZ, revision 24632

fixed HAVE_STD_WSTRING test

2003-11-22 22:15 RD, revision 24631

Uses wxSystemSettings for colour when there is no window

2003-11-22 21:16 RD, revision 24630

Forgot to remove the debug prints

2003-11-22 21:08 RD, revision 24629

Fix problems with the wxHtmpTagHandler wrappers and related