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

2004-02-02 14:16 CE, revision 25478

fixes from Arjan Knepper for D Mars

2004-02-02 14:13 VS, revision 25477

wxWave->wxSound, Unix wxSound improvements

2004-02-02 14:12 VS, revision 25476

renamed wxWave to wxSound

2004-02-02 13:42 VS, revision 25475

renamed wxWave to wxSound

2004-02-02 13:34 VS, revision 25474

renamed wxWave to wxSound; compatibility fixes

2004-02-02 13:26 VS, revision 25473

hopefully better description of GetSocketGUIFunctionsTable's purpose

2004-02-02 13:16 VS, revision 25472

renamed wxWave to wxSound; compatibility fixes

2004-02-02 13:15 VS, revision 25471

renamed wxWave to wxSound

2004-02-02 13:03 VS, revision 25470

renamed wxWave to wxSound

2004-02-02 11:32 VS, revision 25469

fool proof fix for gcc warnings on mac

2004-02-02 11:23 VS, revision 25468

fixed typo

2004-02-02 11:03 VZ, revision 25467

removed obsolete wxToLower/Upper() documentation

2004-02-02 04:58 DE, revision 25466

Applied modified 3-state checkbox patch from Mathew Cucuzella

2004-02-02 00:50 VS, revision 25465

fixed flags to make and tests easier

2004-02-02 00:49 VS, revision 25464

API and code changes to allowing stopping playback

2004-02-02 00:02 VS, revision 25463

oops, more fixes needed

2004-02-01 23:33 VS, revision 25462

don't release audio after the sound finishes playing, it ruins GUI responsivity

2004-02-01 23:10 VS, revision 25461

don't queue sounds

2004-02-01 22:41 VS, revision 25460

removed duplicated code and really fixed setup.h problems in regex.lib

2004-02-01 18:54 VS, revision 25459

use x.y.z version in unstable branch

2004-02-01 18:31 VS, revision 25458

changes to make building plugins possible; build wxSound SDL plugin on Unix

2004-02-01 18:29 VS, revision 25457

1. optionally use libSDL for wxSound 2. added --enable-plugins for dynamically loadable SDL backend 3. fixed OSS detection to not be Linux specific

2004-02-01 18:27 VS, revision 25456

renamed wxWave to wxSound

2004-02-01 18:25 VS, revision 25455

added support for async playback to Unix implementation of wxSound, implemented SDL backend for playback if OSS is not available, fixed OSS to work on non-Linux Unices

2004-02-01 16:52 SN, revision 25454

Fixed typo in MBN's extensions.