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-08-12 19:24 RR, revision 3362

Augmented beta to 9, Removed a few old Makefiles, Added one missing one (blush), Added first sample makefiles,

1999-08-12 17:41 RR, revision 3361

make install, make uninstall and wx-coonfig work again.

1999-08-12 15:36 KB, revision 3360

Useful little fix that automatically hides the busy cursor in modal dialogs.

1999-08-12 15:02 SB, revision 3359

just disable alpha buffer to make it more portable as many hardware doesn't have a true alpha plane !

1999-08-12 14:03 VS, revision 3358

wxHtmlWidgetCells now destroys window correctly

1999-08-12 14:02 RR, revision 3357

Corrected PNG etc include paths Added install for Motif (not tested)

1999-08-12 13:37 VS, revision 3356

minor fix in wxHtmlWindow::CreateLayout

1999-08-12 13:36 VS, revision 3355

fixed crash in tables deallocation

1999-08-12 12:54 RR, revision 3354

New makefile system in place, obsoletes libtool, autoheader, automake and the testconf directory. So far only GTK and only shared libraries.

1999-08-12 12:18 KB, revision 3353

some compilation fixes atttempts for solaris

1999-08-12 08:51 MB, revision 3352

if'd out CheckForKeyDown call that doesn't seem to be necessary now (but we still need CheckForKeyUp() - why???

1999-08-12 05:09 RS, revision 3351

Changed wxBox to wxBoxSizer to fit current API

1999-08-11 22:54 VZ, revision 3350

wxMenuBar::IsEnabled() now returns TRUE sometimes too

1999-08-11 17:40 RR, revision 3349

New makefile updates.

1999-08-11 17:26 HH, revision 3348

README file (sparse) added.

1999-08-11 17:23 HH, revision 3347

updates to some readme's

1999-08-11 17:16 HH, revision 3346

stubs...

1999-08-11 17:14 HH, revision 3345

lots'o' wxpython modules files

1999-08-11 17:09 HH, revision 3344

started adding modules tree...

1999-08-11 14:37 JS, revision 3343

Added wxbook.htm.

1999-08-11 13:36 RR, revision 3342

Corrected Motif build, Updated testconf

1999-08-11 11:53 RR, revision 3341

Did somework on the generic dialogs, Renamed wxBox -> wxBoxSizer Removed old dialog layout code,

1999-08-10 20:09 RR, revision 3340

Forgot one.

1999-08-10 20:08 RR, revision 3339

New makefiles for GTK and Motif, using configure but not libtool and automake. Numerous Motif crash fixes.

1999-08-10 19:59 GL, revision 3338

#if => #if defined()