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-06-16 17:13 JS, revision 34678

Name correction

2005-06-16 17:01 JS, revision 34677

Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with wxTR_MULTIPLE

2005-06-16 16:17 JS, revision 34676

Change log update

2005-06-16 16:07 JS, revision 34675

Applied patch [ 1217285 ] fix for bug 1040539

2005-06-16 15:36 JS, revision 34674

Applied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP Also removed temporary fix to hardwire listbox background colour

2005-06-16 15:34 JS, revision 34673

Applied patch [ 1218849 ] [wxMSW] Removes magic numbers from wxNotebook

2005-06-16 15:31 MW, revision 34672

Revert Cygwin changes

2005-06-16 15:18 JS, revision 34671

Applied patch [ 1219269 ] [wxAll] Fix create button in listbox sample

2005-06-16 14:16 DS, revision 34670

added Thai/CP874 support for MSW

2005-06-16 13:58 MW, revision 34669

Let Cygwin be a Windows build for wxMSW and a unix build otherwise

2005-06-16 00:34 VZ, revision 34668

fix index of appended items (broken by previous commit)

2005-06-16 00:18 VZ, revision 34667

initial attempt to make it work for eVC (WinCE) as well

2005-06-16 00:09 VZ, revision 34666

don't redeclare struct tm if it's already declared in std headers; declare and define localtime() and company as extern C as they are supposed to be

2005-06-15 23:44 VZ, revision 34665

(harmless) eVC4 warning fix

2005-06-15 22:30 VS, revision 34664

previous commit didn't work with bkl-0.1.8, fixed

2005-06-15 22:17 VS, revision 34663

basic eVC support

2005-06-15 22:04 VZ, revision 34662

WinCE compilation fixes

2005-06-15 18:34 RD, revision 34661

*** empty log message ***

2005-06-15 15:53 ABX, revision 34660

Warning fix.

2005-06-15 02:08 MR, revision 34659

wxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen.h is required so that the compiler would know the size of wxFrameLayout class. Was a problem for projects using wxFL and including wx headers one-by-one instead of using wx.h.

2005-06-15 01:11 RD, revision 34658

reSWIGged

2005-06-14 22:59 RD, revision 34657

Log the exception when writing to file fails. Set the default encoding from wxGetDefaultPyEncoding again. Recover from encoding errors when writing the memory file.

2005-06-14 22:54 RD, revision 34656

docstring typo

2005-06-14 21:03 RD, revision 34655

Unregister the object too

2005-06-14 19:57 MR, revision 34654

Fix "warning: operation on 'y' may be undefined".