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

1999-01-12 23:47 VZ, revision 1386

added an error message if a bitmap can't be addedto the image list

1999-01-12 23:46 VZ, revision 1385

catches program exceptions in release build (VC++ only)

1999-01-12 23:44 VZ, revision 1384

some really minor changes (the most important one: small memory hole in wxList plugged)

1999-01-12 23:39 VZ, revision 1383

changed "inline"s to "extern"

1999-01-12 23:37 VZ, revision 1382

WX_CLEAR_ARRAY() now calls Empty() too

1999-01-12 23:10 VZ, revision 1381

more files I forgot to commit (wxFile/wxTempFile/wxTextFile docs)

1999-01-12 20:49 JS, revision 1380

Fixed silly error (what was Bool = int is now bool = 1/0)

1999-01-12 18:28 JS, revision 1379

Some .tex tweaks; pngdemo fix.

1999-01-12 17:53 RR, revision 1378

image update listbox fix iODBC fixes

1999-01-12 17:02 UG, revision 1377

no message

1999-01-12 08:31 VZ, revision 1376

changed #ifdef wxUSE_XXX into #if wxUSE_XXX

1999-01-11 22:15 JS, revision 1375

Fixed stupid crash-on-exit bug.

1999-01-11 16:13 VZ, revision 1374

TestDestroy() bug corrected

1999-01-11 16:05 JS, revision 1373

Corrected thread.h inline problem. Set WXWIN_COMPATIBILITY to 0 by default in wxMSW.

1999-01-11 15:51 VZ, revision 1372

wxCriticalSection implemented using mutexes for !MSW (sample compiles again)

1999-01-11 13:36 VZ, revision 1371

added the missing sentence end...

1999-01-10 23:39 JS, revision 1370

Corrected some typos.

1999-01-10 23:28 JS, revision 1369

Added some makefiles, cured some wxMotif bugs

1999-01-10 23:15 VZ, revision 1368

1. wxFile docs updated, wxTextFile and wxTempFile docs written (thanks HelpGen :-) Added file classes section to the "classes by category" and tfile.tex - file classes/functions overview, feel free to add stuff there. 2. wxArray docs finally written.

1999-01-10 20:29 JS, revision 1367

Cured Dialog Editor position/size setting problem

1999-01-10 20:23 GL, revision 1366

* Fixes.

1999-01-10 20:16 GL, revision 1365

* Deleted debug messages.

1999-01-10 20:14 GL, revision 1364

* Socket doc update.

1999-01-10 18:45 JS, revision 1363

Makefile correction

1999-01-10 12:04 JS, revision 1362

Got Penguin sample running under Windows.