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-01-11 02:59 GRG, revision 5337

Mumit Khan's fixes to allow DLL compilation

2000-01-10 23:58 GT, revision 5336

No #if wxUSE_DRAG_AND_DROP around the wxMetafileDataObject class, so compilation failed if wxUSE_DRAG_AND_DROP was 0 and wxUSE_METAFILE was 1

2000-01-10 23:01 RD, revision 5335

MSW Caret is now destroyed and recreated when resized.

2000-01-10 22:59 RD, revision 5334

incremented version number for DLL

2000-01-10 19:07 DW, revision 5333

New VA 4.0 .icc file the minimal sample

2000-01-10 19:06 DW, revision 5332

New wxWin.icc for monolithic build.

2000-01-10 17:25 SN, revision 5331

SN: WXPM wants wxUSE_OWNER_DRAWN to be defined to 1 as well.

2000-01-10 17:12 VZ, revision 5330

fixes for 'make install' for wxBase - seems to work

2000-01-10 17:11 SN, revision 5329

SN: Fixes to OS/2 specific problems (use LEX_STEM and PATH_IFS set by configure). SN: Added support for compiling wxPM with EMX using Unix-Makefiles.

2000-01-10 17:07 SN, revision 5328

SN: Several workarounds for OS/2-specific problems. SN: "--with-pm" only allowed on OS/2.

2000-01-10 16:56 JS, revision 5327

Makefiles and .rsp file edited for demos/samples

2000-01-10 15:58 VZ, revision 5326

wxAPIENTRY fixes (?)

2000-01-10 15:29 VZ, revision 5325

check for wxUSE_DYNLIB_CLASS corrected

2000-01-10 10:41 BJ, revision 5324

#define DEBUG_MAIN_THREAD for non __WXDEBUG__ compilation

2000-01-10 07:21 RD, revision 5323

Wrong Init was being called in ctor.

2000-01-10 03:54 GRG, revision 5322

Important changes to avoid dependence on events inside wxSocket implementation (should also ease a console only version soon)

2000-01-10 01:06 GRG, revision 5321

Ops, small typo

2000-01-10 01:00 GRG, revision 5320

Fixed from Mumit Khan to allow DLL compilation for mingw32

2000-01-10 00:55 GRG, revision 5319

Fixes from Mumit Khan to allow DLL compilation; most fixes related to missing WXDLLEXPORTs

2000-01-09 16:12 RR, revision 5318

Themes crash fix.

2000-01-09 15:13 GL, revision 5317

Some other mini test I used for wxmedia2

2000-01-09 13:12 GRG, revision 5316

Add XPM handlers by default if XPM support is enabled

2000-01-09 13:10 GRG, revision 5315

Was using CPPFLAGS instead of CFLAGS for C files

2000-01-09 13:09 GRG, revision 5314

Removed mingw32 fix

2000-01-08 23:45 VS, revision 5313

added IsEncodingAvailable and GetAltForEncoding extended by facename argument and added GetAltForEncoding alternative that returns only wxFontEncoding (and thus more useful for wxWin users)