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

2000-02-27 16:09 GL, revision 6313

Added wxMMedia doc. For the moment only a few files are really a documentation. (sndbase.tex). The rest will come progressively.

2000-02-27 15:56 RR, revision 6312

More wxPlotWindow goodies.

2000-02-27 10:44 GL, revision 6311

Inserted "stdio catch" in wxExecute. The activation is controlled by wxProcess. Completed some TODO in wxMMedia (wxSoundUlaw, ...) Reworked the PCM converted: it should be simpler to add converters now and it is cleaner. Implemented status information in wxVideoWindows but it doesn't work on my Win98SE (UNSUPPORTED_FUNCTION) Changed *ERR into *ERROR Added a TODO: we must detect the best format in wxSoundWindows

2000-02-27 05:06 GRG, revision 6310

Added support for wxSCROLL[WIN]_THUMBRELEASE events

2000-02-27 04:59 GRG, revision 6309

Large parts rewritten and reorganized

2000-02-27 04:56 GRG, revision 6308

Added support for bitmap buttons with standard Win95/98 LNF if __WIN95__ is #defined

2000-02-26 22:14 GT, revision 6307

Updated the ODBC-related ToDos

2000-02-26 21:00 VZ, revision 6306

wxGrid::AutoSize() added

2000-02-26 20:42 VZ, revision 6305

SHARED_LD/LDFLAGS correction

2000-02-26 20:40 VZ, revision 6304

oops, a stray C++ comment

2000-02-26 20:35 VZ, revision 6303

removing the IsWindow() test in ~wxWindow

2000-02-26 19:46 GRG, revision 6302

Corrected small miniframe-realted bug (itsy bitsy is never used for win32)

2000-02-26 14:42 VS, revision 6301

fixed reference to wxEvtHandler

2000-02-26 14:42 VS, revision 6300

added base.t to the script

2000-02-26 13:47 GL, revision 6299

Reenabled OSS support

2000-02-26 12:45 RR, revision 6298

Compile fixes.

2000-02-25 23:57 VZ, revision 6297

only modal dialogs ignore busy cursor, not all dialogs

2000-02-25 23:49 VZ, revision 6296

1. cursor fixes: frame does have hand cursor in the controls sample now, modal dialogs don't have busy cursor even if wxIsBusy() 2. wxTextCtrl sets client data field in the generated events 3. added wxEnhMetaFile::SetClipboard()

2000-02-25 21:28 GL, revision 6295

Ok. Vidwin works again on Windows. Extremely urgent: it must behave the same way as wxVideoXANIM

2000-02-25 20:36 GT, revision 6294

Replaced <iostream.h> reference with "wx/ioswrap.h" Replaced wxMessageBox() with wxLogDebug() calls When calling GetColumns(), some drivers/datasources would not return a proper value for columnSize. If columnSize is less than 1, columnSize gets set to bufferLength Some cout statements in DBDEBUG_CONSOLE were treating char* variables as if they were wxString variables.

2000-02-25 20:27 GT, revision 6293

Replaced <iostream.h> reference with "wx/ioswrap.h" Replaced wxMessageBox() with wxLogDebug() calls When calling GetColumns(), some drivers/datasources would not return a proper value for columnSize. If columnSize is less than 1, columnSize gets set to bufferLength

2000-02-25 19:23 VZ, revision 6292

WX_DECLARE_HASH() macro for type safe hashes

2000-02-25 19:07 GL, revision 6291

Removed unnecessary code from utilsunx.cpp Corrected the support for seeking in wxSoundFileStream. Added support for seeking in wxMultimediaBoard Reindentation of the code (conforming or nearly to the coding standard)

2000-02-25 18:50 GL, revision 6290

Windows stdio capture is working on my MSVC5. Here is the first alpha release.

2000-02-25 16:27 BJ, revision 6289

Tentative fix for UNICODE