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

2004-02-04 20:04 RD, revision 25503

fix for SEARCH_LIB so libs can still be found in the non-lib64 locations.

2004-02-04 19:58 VS, revision 25502

autoconf_inc.m4 was corrupted as well, fixed

2004-02-04 19:39 VS, revision 25501

fixed bug #890430, parameter documented twice

2004-02-04 18:05 VZ, revision 25500

updated with the latest sources

2004-02-04 17:06 JS, revision 25499

2.5.1, not 2.5.2

2004-02-04 15:46 VZ, revision 25498

fix for AIX build

2004-02-04 15:14 VZ, revision 25497

define WX_DEFINE_ARRAY_PTR for forward compatibility with 2.5

2004-02-04 14:56 VZ, revision 25496

added wxTextCtrl::HitTest(); implemented it for MSW

2004-02-04 12:26 JS, revision 25495

Reverted last change (use of regex) that broke eVC4 compilation

2004-02-04 10:21 VZ, revision 25494

look for Motif 2.1 headers before Motif 1.2 ones

2004-02-04 10:11 VZ, revision 25493

look for libs under /usr/lib64 and /usr/X11R6/lib64 (needed for some Linux distributions on AMD64 )

2004-02-04 09:40 VS, revision 25492

blind attempt to fix wxMac compilation (__UNIX__ defined on OS X?)

2004-02-04 02:01 RD, revision 25491

Updated note about wxWANTS_CHARS

2004-02-04 02:00 RD, revision 25490

Also allow key events for Shift-Tab when wxWANTS_CHARS style is used

2004-02-03 23:36 RD, revision 25489
  • D /wxWidgets/trunk/wxPython/wx/py/wxd

Decorator classes are no longer needed

2004-02-03 03:58 RD, revision 25488

Added a typecheck typmap for wxString

2004-02-03 03:55 RD, revision 25487

wxWave --> wxSound

2004-02-03 03:43 RD, revision 25486

Added export decl

2004-02-03 00:11 RD, revision 25485

Take advantage of the new ctors accepting a wxArrayString

2004-02-03 00:08 RD, revision 25484

Use a compatible bitmap if a depth of -1 is given

2004-02-02 23:09 DE, revision 25483

* GetValue() now returns true if the state is undetermined * Commented out some assertions that are handled in the base class

2004-02-02 20:22 DS, revision 25482

Updated (c)-year to 2004.

2004-02-02 16:19 VS, revision 25481

configure got corrupted somehow, regenerated

2004-02-02 14:35 VS, revision 25480

documented new API

2004-02-02 14:34 VS, revision 25479

renamed wxWave to wxSound