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-19 01:32 RD, revision 23703

Only process dynamic events if the eventTypes match

2003-09-19 00:46 VZ, revision 23702

don't ever define HAVE_THREAD_CLEANUP_FUNCTIONS, the code in threadpsx.cpp doesn't work in this case anyhow

2003-09-19 00:29 VZ, revision 23701

cleaned up VMS #ifdef mess

2003-09-19 00:19 VZ, revision 23700

attempt to fix race condition between Delete() and Wait()

2003-09-19 00:01 VZ, revision 23699

check whether input stream is readable in OpenFile() (patch 808941)

2003-09-18 23:48 RD, revision 23698

Added some missing constants and fixed GetPoints

2003-09-18 23:48 VZ, revision 23697

fix text scrolling in GTK2 (patch 703988)

2003-09-18 23:45 VZ, revision 23696

removed bogus #pragma implementation

2003-09-18 22:51 VZ, revision 23695

corrected parsing of dates like 01.02.03 (where year can be confused with the day) in ParseDate()

2003-09-18 22:46 VS, revision 23694

configurable use of exceptions

2003-09-18 22:46 VS, revision 23693

regenerated

2003-09-18 22:45 VS, revision 23692

added <cxx-rtti> and <cxx-exceptions>

2003-09-18 22:44 VS, revision 23691

fixed single word selection

2003-09-18 22:28 RD, revision 23690

Added DoDragOver and DoDropText from Angelo Mandato, and ensured that my unicode LoadFile/SaveFile changes were in the .in file this time.

2003-09-18 22:13 VZ, revision 23689

don't redefine wxUSE_UNICODE if already defined

2003-09-18 20:53 RD, revision 23688

Always build prntdlgg for wxMSW since it will be needed if wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW is turned on.

2003-09-18 20:49 RD, revision 23687

SWIGged updates

2003-09-18 20:48 RD, revision 23686

some more test code for the toolbar

2003-09-18 20:45 RD, revision 23685

Fix for internal compiler error

2003-09-18 20:40 RD, revision 23684

Added missing }

2003-09-18 18:14 RD, revision 23683

Updated wxSTC in 2.4 branch to Scintilla 1.54. Also includes patches from ABX and new sample from Otto Wyss

2003-09-18 18:14 , revision 23682

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.2.2'.

2003-09-18 18:14 , revision 23681

This commit was manufactured by cvs2svn to create branch 'WX_2_4_BRANCH'.

2003-09-18 18:14 , revision 23680

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.1.2'.

2003-09-18 17:35 RD, revision 23679

Patch #808669 more warngins and unicode fixes