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

2005-01-17 13:49 ABX, revision 31428

Warning fix.

2005-01-17 13:47 ABX, revision 31427

Build fixes.

2005-01-17 13:45 ABX, revision 31426

Missing include.

2005-01-17 13:02 ABX, revision 31425

Minor output simplification. Significantly influences all makefiles but nothing regenerated before incoming new bakefile release.

2005-01-17 12:46 VZ, revision 31424

update from Janos Vegh

2005-01-17 02:45 DE, revision 31423

Make this compile on Darwin. Vadim, could you please check this is correct?

2005-01-17 02:04 VZ, revision 31422

added GenerateNow()

2005-01-17 02:01 VZ, revision 31421

disable an apparently harmless VC++ warning about /EHa being required with _set_se_translator()

2005-01-17 01:54 VZ, revision 31420

moved fatal exception handling code to msw/main.cpp from common code

2005-01-17 01:53 VZ, revision 31419

accidnetally checked in file in DOS format last time, correcting this

2005-01-17 01:43 VZ, revision 31418

added {debughlp|stackwalk}.{h|cpp}

2005-01-17 01:24 VZ, revision 31417

added wxUSE_CRASHREPORT and wxUSE_STACKWALKER; removed obsolete wxUSE_DYNAMIC_CLASSES

2005-01-17 01:23 VZ, revision 31416

added wxStackWalker class

2005-01-17 01:21 VZ, revision 31415

refactored wxCrashReport to use new wxDbgHelpDLL class; added wxCrashContext

2005-01-17 01:20 VZ, revision 31414

created a reusable interface to dbghelp API

2005-01-17 01:14 VZ, revision 31413

compilation fixes for !USE_PCH

2005-01-17 00:38 VZ, revision 31412

only declare wxHandleFatalExceptions() when wxUSE_ON_FATAL_EXCEPTION == 1

2005-01-17 00:37 VZ, revision 31411

remove obsolete wxUSE_CTL3D code

2005-01-17 00:32 VZ, revision 31410

implement date events here if wxDatePickerCtrl is not used (as we need them too)

2005-01-17 00:13 VZ, revision 31409

added argc and argv arguments to wxInitializer ctor

2005-01-16 23:32 VZ, revision 31408

implemented wxDynamicLibrary::ListLoaded() for Linux; added test for it

2005-01-16 22:24 VZ, revision 31407

small tweaks to wxDynamicLibrary test

2005-01-16 22:22 VZ, revision 31406

regenerated after adding msw/datectrl.cpp

2005-01-16 22:21 VZ, revision 31405

extracted Unix code in a separate new file (src/unix/dlunix.cpp), it remains only to refactor Mac/OS2 versions to finally fix the mess in common/dnylib.cpp...

2005-01-16 20:56 VZ, revision 31404

regenerated to include msw/dlmsw.cpp and datectrl.cpp