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

1998-08-07 22:18 VZ, revision 461

VZ: I removed (CASTWNDPROC) from ::CallWndProc - it doesn't compile here with it

1998-08-07 22:15 VZ, revision 460

WM_GETDLGCODE handling correctly implemented

1998-08-07 22:10 VZ, revision 459

a couple of missing calls to UngetWriteBuf() added

1998-08-07 22:08 VZ, revision 458

now process UDN_DELTAPOS notification: up-down control (which appears if there is not enough space for the pages) works correctly now

1998-08-07 22:07 VZ, revision 457

added call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF) for VC++: it gives at the end of the program report about memory leaks if any similar to the one produced by the wxwin memory diagnostic classes (but it works without problems with VC++ and costs nothing to add)

1998-08-07 22:03 VZ, revision 456

couple of minor bug fixes/enhancements (interface unchanged)

1998-08-07 21:32 RR, revision 455

More configure fixes /src/qt and /include/wx/qt now have stubs. Not everything compiles yet. But it's a start..

1998-08-07 20:23 RR, revision 454

More work on wxQt integration, configure I tried notr to break anything...

1998-08-07 18:28 RD, revision 453

Added missing call to wxInitializeStockLists() in CommonInit. Come on people! Before checking in changes that affect more than one platform, please test more than one platform!

1998-08-07 17:32 RD, revision 452

Removed a ">>>>>>> 1.5" (a CVS conflict indicator) that got left in the code.

1998-08-07 17:07 RD, revision 451

Removed duplicate definitions of GetMenuCount and GetMenu so I could compile.

1998-08-07 15:09 VZ, revision 450

(1) Denis Pershin's patch for wxGTK (memory leaks corrections) (2) DELETEP/DELETEA globally renamed to wxDELETE/wxDELETEA and now also NULL their argument

1998-08-06 20:12 GL, revision 449

* Typo fix.

1998-08-06 19:49 JS, revision 448

Fixed someone's compile error in regconf.cpp (needed a cast to non-const). Added nplugin sample HTML files, even if the samples have broken :-(

1998-08-06 19:42 JS, revision 447

OGL fixes; documentation fixes; dialog editor updates

1998-08-06 19:23 KB, revision 446

several fixes

1998-08-06 19:07 RR, revision 445

Fixed compilation (add serbase.cpp) Added ListBox::SetString Changed listbox message behaviour to match wxMSW (I hope)

1998-08-06 17:03 RR, revision 444

Now configure actually finds Lesstif and Qt

1998-08-06 16:18 RR, revision 443

New Unix configure system

1998-08-05 21:51 VZ, revision 442

compilation problem under Windows fixed (Karsten, you should use a cast when calling a const function from a non-const one - gcc compiles it it, but it's broken)

1998-08-05 17:12 GL, revision 441

* Added source file info in utils/serialize/* * Added Windows support in dynlib.cpp (not tested) * Added some operator in wxStream * Added a mutex in thread sample (more later)

1998-08-05 16:35 JS, revision 440

Fixed popup menu processing

1998-08-05 16:33 RR, revision 439

Removed /install/gtk/configure from cvs

1998-08-05 14:15 KB, revision 438

added SetRecordDefaults() and IsRecordingDefaults() methods

1998-08-05 07:13 JS, revision 437

Various bug fixes to OGL; wxStripExtension prototype added to filefn.h