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

2003-09-18 00:28 VZ, revision 23653

warnings fixes

2003-09-17 23:37 VZ, revision 23652

new sample showing how to handle exceptions in wxWindows code

2003-09-17 23:37 VZ, revision 23651

removed wxMsgArray definition (now in evtloop.cpp) and OnIdle() sempaphore (shouldn't be needed any longer)

2003-09-17 23:36 VZ, revision 23650

call wxApp::OnUnhandledException()

2003-09-17 23:35 VZ, revision 23649

moved all event handlers callign code in ProcessEventIfMatches() instead of triplicating it

2003-09-17 23:34 VZ, revision 23648

use wxModalEvtLoop, made more code exception safe

2003-09-17 23:32 VZ, revision 23647

added OnExit(); made event loop exception safe; added wxModalEvtLoop

2003-09-17 23:31 VZ, revision 23646

use standard tied pointer now

2003-09-17 23:30 VZ, revision 23645

added HandleEvent() to allow handle exceptions in event handlers

2003-09-17 23:30 VZ, revision 23644

documented how to handle C++ exceptions in wxWindows

2003-09-17 23:25 VZ, revision 23643

documented how to handle C++ exceptions in wxWindows

2003-09-17 21:36 SC, revision 23642

no message

2003-09-17 20:46 MBN, revision 23641

Regenerated with newer bakefile, fixing DESTDIR bug.

2003-09-17 20:22 RD, revision 23640

Added character coding comment for Python 2.3

2003-09-17 20:21 RD, revision 23639

Unicode fix from Will

2003-09-17 17:27 VZ, revision 23638

added tied scoped pointers

2003-09-17 17:09 VZ, revision 23637

corrected wxCATCH_ALL usage

2003-09-17 16:59 VZ, revision 23636

use wxON_BLOCK_EXIT instead of just ON_BLOCK_EXIT

2003-09-17 12:06 VZ, revision 23635

added some trivial macros for exception handling

2003-09-17 11:39 VZ, revision 23634

compilation fix for Unicode && compatibility_2 (bug 807764)

2003-09-17 10:40 VZ, revision 23633

added wxUSE_STL and wxUSE_XTI

2003-09-17 10:39 VZ, revision 23632

added wxUSE_EXCEPTIONS

2003-09-17 08:04 JS, revision 23631

Added missing makefile

2003-09-16 22:48 VZ, revision 23630

fixed fatal typo in wxYieldForCommandsOnly

2003-09-16 22:21 VZ, revision 23629

mention that Add/RemoveChild() are internal