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-15 15:18 RR, revision 3387

Added and corrected a few more html makefiles, Corrected wrong buffer size in menu code, Turned wxDirDlgg from functional to cool, Found a few esoteric bugs in wxListCtrl and wxTreeCtrl on the way

1999-08-15 10:28 GL, revision 3386

Commited very sort samples

1999-08-15 10:15 GL, revision 3385

Added utils/Makefile.in for utils makefiles Changed some name in wxMMedia2

1999-08-15 04:19 MB, revision 3384

Put the call to CheckForKeyDown() back in to ProcessXEvent because key down events are no longer being generated in wxCanvasInputEvent(). If you find yourself getting double key down events then CheckForKeyDown() should be bypassed again (but what is going on ???).

1999-08-15 02:59 MB, revision 3383

Added include for wx/window.h to get this to compile.

1999-08-14 21:41 VZ, revision 3382

InsertPage/SetSelection bug fixed

1999-08-14 12:06 GL, revision 3381

Removed wxMMedia Added wxMMedia2: it should work on linux (wave read/write, aiff read only) I begin to write windows driver now Added some file to filelist.txt Make configure build wxMMedia2 makefiles

1999-08-14 11:51 GL, revision 3380

Removed unnecessary branch

1999-08-14 11:14 RR, revision 3379

Makefile updates

1999-08-14 09:41 RR, revision 3378

More samples makefiles

1999-08-13 20:33 VZ, revision 3377

templates for new sizer classes

1999-08-13 19:39 RR, revision 3376

More makefiles Corrected two thing in wxDialogBase (empty lines) and msgdlg (wrong flags)

1999-08-13 19:24 KB, revision 3375

more compilation fixes, some object files were missing

1999-08-13 18:54 RR, revision 3374

More smaple makefiles

1999-08-13 18:47 VS, revision 3373

*** empty log message ***

1999-08-13 18:22 KB, revision 3372

fixes for make install

1999-08-13 17:49 GL, revision 3371

Bug fix in wxBufferedInputStream::SeekI

1999-08-13 17:34 RR, revision 3370

Updated makefiles for printing sample

1999-08-13 17:32 RR, revision 3369

Added wxStaticBoxSizer, Makefile updates, Improved look of wxGenericPageSetupDialog

1999-08-13 14:21 RR, revision 3368

Compile fixes, Big-endian fix for image.cpp (Untested, I have no sparc) Make dist works (more or less)

1999-08-13 10:33 RR, revision 3367

Started "make dist"

1999-08-13 08:58 RR, revision 3366

Added WINE and probably x-compile makefiles Fixed busy cursor compilation.

1999-08-13 08:26 RR, revision 3365

Added setup.h.in

1999-08-12 20:21 VZ, revision 3364

regenerated makefiles

1999-08-12 20:18 JS, revision 3363

wxBook additions; added a couple of pixels in menu drawing; taskbar PopupMenu improvements

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